Server User Manual
Table Of Contents
- Developing Applications for J2EE™ Servers
- Contents
- Ch 1: Introduction
- Ch 2: Programming for the Java 2 Platform, Enterprise Edition
- Ch 3: Creating applications with J2EE technologies
- Ch 4: Configuring the target server settings
- Ch 5: Using JBuilder with Borland servers
- Configuring Borland servers in JBuilder
- Making the ORB available to JBuilder
- Configurations, partitions, partition services, and J2EE APIs
- Starting the configuration or server
- Remote deploying
- Remote debugging
- Web module workarounds
- Displaying the Borland Management Console in JBuilder
- International issues
- Borland servers and JDataStore 7.0
- Ch 6: Using JBuilder’s CORBA tools
- Ch 7: Using JBuilder with BEA WebLogic servers
- Ch 8: Using JBuilder with IBM WebSphere servers
- Ch 9: Using JBuilder with JBoss servers
- Ch 10: Using JBuilder with Tomcat
- Ch 11: Editing J2EE deployment descriptors
- Ch 12: Integrating with Enterprise Information Systems
- Ch 13: Building J2EE modules
- J2EE modules
- Setting module build properties
- Adding custom file types
- Sample build scenarios
- EJB JAR without any bean classes
- EJB JAR with custom files
- EJB JAR without EJB designer XML descriptors
- WAR with custom descriptor(s) in the WEB-INF directory
- WAR without any classes
- WAR with custom class filters
- WAR with custom file types
- EAR with custom files
- RAR with classes and dependencies
- Application client module with classes and dependencies
- Improving module build performance
- Index

14 Developing Applications for J2EE Servers
Client-server applications
Here’s the diagram from the previous chapter showing the multiple tiers used in most
J2EE applications:
The diagram shows you all the different types of entities found on each tier, but it
doesn’t show you the common ways J2EE applications combine these technologies to
create reliable, scalable, and easily distributed applications.
Client-server applications
Before looking at multi-tier J2EE models, consider the old standard, the two-tier client-
server model. Using J2EE technologies does not preclude you from creating client-
server applications. Client-server applications omit the middle tier shown in the multi-
tier application diagram. While the client-server model scales poorly and maintaining
and distributing such applications is more difficult, sometimes a Java client on a
desktop that accesses the data of the company directly is all you really need.
The Java client can contain both the presentation and business logic, although it’s
possible one application could handle the presentation tasks while another could