Today I released the first demo of Overactive Logistics on Source Forge!
This is just a little demo so the users can grab an snapshoot of the work been done so far, there is still a long way to go, however this little sample aims to give a hands on experience with the application. This demo has the following maintenance modules:
-SCAC maintenance
-IATA maintenance
-FMC maintenance
-Carrier maintenace (Air, Land, Ocean)
-Forwarding Agent maintenance
-Ports maintenance
-Schedule D maintenance
-Schedule K maintenance
-Customer maintenance
-Security roles maintenance
-Users maintenance
-Company maintenance
Friday, November 25, 2005
Sunday, November 20, 2005
Shipments analysis.
I started doing the analysis and design for the way Overactive Logistics is going to handle shipments. During this phase I found that rates and charges required some little fixes in the carrier, agent and customer modules and worked on them.
I'm hoping to start coding the shipments module this week.
I'm hoping to start coding the shipments module this week.
Tuesday, November 08, 2005
Ready to work on shipments
I finally finished with all my pending tasks. I also updated my development enviroment to the latest versions of MySQL, JDK, Eclipse and JBoss and I'm ready to start working on the shipments module.
Sunday, October 30, 2005
Updates.

Well!, I've been going slowly through most of my TODO pending tasks and been able to make a significant progress. Overactive Logistics now has maintenance modules for SCAC, IATA and FMC. Now each one of this codes can be selected from each one of its respective screens.
Finally, I created a little utility that allows me to break the ejb-jar.xml and jbosscmp-jdbc.xml schemas in individual mappings and merge them during deployment time. The advantage of this is that now each schema specification for an Entity Bean is defined in its own file making them easier to maintain.
Tuesday, October 18, 2005
US Customs and FMC
I finished the US Customs and FMC maintenance modules. Tomorrow I'll move on the FMC dropdown in Ocean Carrier, Company and Forwarding Agent.
Very soon I'll be able to finish Air Carrier.
Very soon I'll be able to finish Air Carrier.
Friday, October 14, 2005
SCAC and IATA
I'm done with the SCAC and IATA items in my TODO list. Tomorrow I'll move on US Customs and FMC.
Sunday, October 09, 2005
TODO List
I'm done with the Overactive Renderer refactoring. Now I was able to put down the TODO list of things that I have to get done before moving to Shipments.
SCAC
-Do a maintenance module for Scac
-Reuse Scac dropdown in Company
-Do a maintenance module for Iata
-Import Iata codes
-Reuse Iata dropdown in Forwarding Agent
-Reuse Iata dropdown in Company
-Reuse US Customs dropdown in Company
FMC
-Do a maintenance module for Fmc
-Import Fmc codes
-Reuse FMC dropdown in Ocean Carrier
-Reuse FMC dropdown in Company
-Reuse FMC dropdown in Forwarding Agent
-Do Airline details
DEV ENVIROMENT
-Migrate to latest JBoss Version
-Migrate to latest Eclipse Version
-Migrate to latest JDK Version
-Migrate to latest MySQL Version
-Integrate xsd into Overactive Renderer Jar file
-Create Entity Beans deployment descriptor merging utility.
SCAC
-Do a maintenance module for Scac
-Reuse Scac dropdown in Company
-Do a maintenance module for Iata
-Import Iata codes
-Reuse Iata dropdown in Forwarding Agent
-Reuse Iata dropdown in Company
-Reuse US Customs dropdown in Company
FMC
-Do a maintenance module for Fmc
-Import Fmc codes
-Reuse FMC dropdown in Ocean Carrier
-Reuse FMC dropdown in Company
-Reuse FMC dropdown in Forwarding Agent
-Do Airline details
DEV ENVIROMENT
-Migrate to latest JBoss Version
-Migrate to latest Eclipse Version
-Migrate to latest JDK Version
-Migrate to latest MySQL Version
-Integrate xsd into Overactive Renderer Jar file
-Create Entity Beans deployment descriptor merging utility.
Tuesday, October 04, 2005
Still on refactoring.
The last few days have been very interesting. I found that in order to improve functionality I was in a huge need to get a JInternalFrame compoment with modal capabilities. I found some very nice tips on how to solve this issue at:
http://java.sun.com/developer/JDCTechTips/2001/tt1220.html
I spent most of the Saturday adapting this tip to the current JInternalFrame renderer, once I got it working I started cleaning up all the code that was not required anymore in Overactive Logistics due to this change and was almost done last night.
Since I'm currently focused on the refactoring of the Overactive Renderer I thought it was a good moment to work on porting the current DTD to XSD, before start typing I was lucky enough to find a very nice tool called Oxygen I downloaded it and gave it a try and a few minutes after there it was! The whole DTD ported into an XSD! This really saved me a lot of time and I'll be able to start focusing on the last part of the refactoring which is making the Overactive Renderer elements namespace qualified.
http://java.sun.com/developer/JDCTechTips/2001/tt1220.html
I spent most of the Saturday adapting this tip to the current JInternalFrame renderer, once I got it working I started cleaning up all the code that was not required anymore in Overactive Logistics due to this change and was almost done last night.
Since I'm currently focused on the refactoring of the Overactive Renderer I thought it was a good moment to work on porting the current DTD to XSD, before start typing I was lucky enough to find a very nice tool called Oxygen I downloaded it and gave it a try and a few minutes after there it was! The whole DTD ported into an XSD! This really saved me a lot of time and I'll be able to start focusing on the last part of the refactoring which is making the Overactive Renderer elements namespace qualified.
Tuesday, September 27, 2005
Refactoring progress

The refactoring is moving on. The changes allow to reuse screens in a clean and easy way. The carrier modules share much of the same components and with the new changes I'm able to run both at the same time.
I started planning how the toolbars will be composed, for the moment I added some as a place holders.
Tuesday, September 20, 2005
Overactive Renderer refactoring.
While working on Agent I realized that some reafactoring is really needed in order to make component reusability cleaner. I was able to promote limited reusability by restricting access to modules that shared the same components as the active one, however components like an scac list could be used in more than four modules at the same time causing this a huge problem.
I did some analisys and came up with some enchancements to the Overactive Renderer. The basic idea is to add a form key that will be passed as an attribute of an xml element (button, panel, etc). This plus the name will give each component in the form a unique key that will allow reusability.
I did some analisys and came up with some enchancements to the Overactive Renderer. The basic idea is to add a form key that will be passed as an attribute of an xml element (button, panel, etc). This plus the name will give each component in the form a unique key that will allow reusability.
Wednesday, September 14, 2005
Agent progress.
I was able to persist the first Agent into the db. Tomorrow I'm moving on the rest of the crud stuff.
Tuesday, September 13, 2005
Agent module.
Friday, September 09, 2005
Customer module progress.

The development of the customer maintenance module has been very smooth mainly because the reuse of the address, rates, custom charges and pmt term components as depicted above, I only had to do small refactoring changes to the rates since there was a dependency with carrier. The create, update, and view functions have been completed and tomorrow I'll continue with the delete function.
Customer maintenance on the works.
After a well deserved vacation I'm back on track again. I'm focusing all my efforts on getting the customer maintenance module done. I started creating the required entity beans plus database tables yesterday.
The customer module is very similar to carrier and it makes reuse of the rates and custom charges components previously created so its development should go very fast.
The customer module is very similar to carrier and it makes reuse of the rates and custom charges components previously created so its development should go very fast.
Friday, August 19, 2005
Wednesday, August 17, 2005
Carrier maintenance module progress.
Still working on the carrier maintenance module. Tonight I was able to retreive a carrier from the database and display all its data but its custom charges. Retrieving its rates required a little muscle and a lot of typing however the design patterns used are in place and the code is clean and easy to read. 2 more days left to go on vacation.
Sunday, August 14, 2005
Carrier on the works.
Another busy weekend, I'm currently working on finishing the carrier maintenance module. Today I finally got to persist a carrier in the database including its address, billing address, rates and custom charges. My goal is to finish this asap before going on vacations next Saturday, since I'll be offline for 2 weeks.
Sunday, August 07, 2005
Busy weekend.
Wow!!... it has been a very very busy but productive weekend. Finally I was able to do a big data retrieval using entity beans and got caught into some problems that my core framework had. It results that my remote session bean controller was retrieving always DOM objects, remote session beans use RMI which in turs uses serialization.... bad mistake! with small retrievals this was always working ok, however now I retrieved a huge DOM made of 2812 database rows and oh! oh!... bugs! It took me a good effort to understand what the problem was and how to come up with the best fix, now the DOM gets serialized into an XML string representation and sent over RMI without problems.
In other news, I made the import of real world scac into the system and now I got to play with real data.
I decided to make some screenshoots of my development enviroment showing the application running in debug mode. This screenshoot shows the application running in web based mode.
This screenshoot shows the application running in standalone mode.
In other news, I made the import of real world scac into the system and now I got to play with real data.
I decided to make some screenshoots of my development enviroment showing the application running in debug mode. This screenshoot shows the application running in web based mode.
This screenshoot shows the application running in standalone mode.
Wednesday, August 03, 2005
Custom charges done.
Tuesday, August 02, 2005
Source Forge.

A few months ago I got approval from Source Forge to host my project, however I've been kind of reluctant to publish anything yet since there is still too much work left to do before I can achieve something worth of getting people's attention. In the meantime I'm working on a custom charges component which is quite similar to rates.
Subscribe to:
Posts (Atom)


