J2EE and Enterprise Computing


All enterprise computing applications and systems have similar requirements to support the needs of their users:

  • Availability Users must be able to access an application and use it. The application has to be reliable and resilient, and should resist failure.

  • Durability The application should complete the tasks that it is assigned to perform over a useful application lifetime.

  • Quality of service The application should perform its tasks in a timely manner with results that meet or exceed the needs of its users.

  • Adaptability The application should be able to change to meet new needs. It should be flexible and extensible. Adding new functionality should be relatively easy.

  • Scalability The application should be able to grow so that it can support additional users of functions, while maintaining compliance with user requirements.

  • Maintainability The application should be serviceable.

  • Location/Locale independence The application should be able to support users at multiple locations with transparency.

  • Interoperability and portability The application should work well with other, often heterogeneous, applications and systems. Applications should also be deployable to systems with similar or identical services or functions, without having to change the application.

  • Secure The application should safeguard its users, itself, and other resources.

  • Cost effectiveness The application should provide economic value.

Over the years, vendors have implemented systems to provide enterprise-quality functions to businesses. For the most part, they were successful in delivering high quality solutions. However, the systems were frequently proprietary, thus requiring businesses to "lock-in" to a particular vendor. Because vendors specialized in particular kinds of functions such as data storage or electronic messaging, businesses were required to integrate applications to meet their larger needs. Unfortunately, the systems did not interoperate easily, and often required the custom development of software that tightly coupled the systems. Because of the expense and difficulty, businesses usually only integrated applications for common work functions, or for specific workgroups resulting in computing "islands" of applications or information.

In 1995 Sun Microsystems introduced the Java programming language. Besides being an interesting and useful programming language, Java promised "write once, run anywhere" portability, and came with a rich platform for building networked applications. This made it possible to easily create applications that were independent of the underlying hardware, operating systems, or networks.

Shortly thereafter in 1996, Sun released the Java Database Connectivity (JDBC) specification, which provided a portable and vendor-neutral standard to access relational databases. A programmer using JDBC can access and manage a database using a well-defined Application Programming Interface (API), without having to consider vendor-specific protocols or functions. Sun continues to produce specifications for enterprise APIs that enable the development of "neutral" applications. In addition, Sun has developed useful frameworks that help developers meet most of the objectives of enterprise computing.

Note

Specifications for APIs and enhancements to the Java platforms are developed and evolved through the Java Community Process (JCP), which includes members from a large number of software and hardware vendors, government and educational organizations, and members of the open source community. The Java community process is described at the community Web site (http://www.jcp.org). There you can also find Java Specification Requests (JSR) for all requests that are under consideration and are publicly available for review.


J2EE is a collection of these enterprise-level APIs and frameworks. Mature enterprise APIs are bundled into a J2EE release. The current specification for J2EE version 1.3, can be found at http://www.javasoft.com/j2ee/download.html. With each release of J2EE, Sun also delivers a reference implementation, a compatibility test suite so that vendors can certify their own implementations, and a BluePrints document that assists developers by providing architectural and design direction for using J2EE technology.

J2EE extends the Java 2 Platform, Standard Edition (J2SE), which includes the Java programming language, support for I/O, networking, and other services and tools.



JavaT P2P Unleashed
JavaT P2P Unleashed
ISBN: N/A
EAN: N/A
Year: 2002
Pages: 209

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net