| |
|
Migrating a J2EE application from EJB to JDO |
|
|
|
Written by Tim Stapleton
|
|
Aug 30, 2005 at 02:34 AM |
|
Page 1 of 5 My enterprise line-of-business experience has presented some specific challenges that no doubt have shaped my outlook on software development.
Here are a few points on enterprise builds:
1. They are long-living applications. Typically 10 years. This makes technology choice tricky as it's very easy to become hostage to a technology that is constantly evolving and requiring continual 'ports' to the latest releases. There will always be technology upgrades needed but this can be quite expensive in nascent technologies.
2. They are complex with far more entities and ui screens than typical BtoC applications. They tend to test the scalability of the development tools. It's an uncomfortable situation when your project is larger than anything that the tools vendor has previously dealt with.
3. Developer productivity is usually an issue. These projects typically involve replacing existing systems written in an older technology (AS400, Mainframe, 4GL etc). While these older technologies deliver applications that are much less rich than a modern Java or Java/Web application, they are very efficient from a developer perspective.
4. They usually involve training of an existing developer workforce to work with the new technologies. It's often not practical or desirable to replace the development team when implementing new technology. There is a large amount of business and domain knowledge vested in the existing developers. In my experience EVERY company underestimates the time and effort needed to make this transistion. It's not just Java anymore; It's Java and J2EE and Web and Web services and a new IDE and the specifics of a particular application server. And in addition there's the transistion to the distributed environment. This can be quite a leap.
These experiences have drawn me towards solutions that are as simple and as effective as I can find; as can be seen in the following case study.
<< Start < Previous 1 2 3 4 5 Next > End >> |
|
|
|