|
05.05.2004
The OO approach to software development is an efficient way to build fine-grained relationships between business objects. Although this architecture style is suitable for co-located entities, it can cause some problems and challenges for distributed applications.
Component Based Development is an important vehicle to build maintainable, well-structured, software. In this article, we'll take a look at service-oriented architectures using a Java/J2EE example. Later, we will also look at the need for a consistent way to annotate the business components.
|
 |
05.05.2004
First Acquaintance
The Apache group has diversified its source code base from providing a single Web Server to that of a group providing a host of different solutions. Most of the solutions tend to be server-based; for example, Xerces is an XML processor, and Jakarta Tomcat is a Java-based Web Server. The Jakarta Commons is another solution and its mission is to provide reusable Java components. This article will bring you up to speed on how to download, compile, inspect, and integrate the Jakarta Components.
|