| By Java George | Article Rating: |
|
| February 1, 1999 12:00 AM EST | Reads: |
9,574 |
Networked Applications Bring Distributed Computing to Life
Never has distributed computing been as commonplace as it is in these days of Web applications or Networked Applications. The requirements on such applications for distributed processing across multiple servers has brought distributed objects into the mainstream.
In the beginning of Java there was the home-grown approach. Certainly, there are plenty who have ventured down the road of establishing a TCP-IP socket from a Java client in order to remote control a related Java process on a server to get remote processing. We were all relieved at how simple the socket management was with this language and how networking was an obvious part of Java's lingua franca.
In the second year of Java we saw a surge on two fronts: Remote Method Invocation (RMI) and Java for CORBA (IONA's OrbixWeb and the Visigenic ORB). Early adopters moved quickly to utilize these infrastructures for n-tier computing and distributed objects, while authors such as Bob Orfali had a veritable field day creating an aura for distributed Java objects. In 1997, if you weren't engaged in IDL, RMI, CORBA, IIOP and Java, you might as well have been living in a cave.
During the spring of 1997, in the midst of the second Java One conference, JavaSoft announced the Enterprise JavaBeans specification plans. The promise was impressive: server side components that could interoperate and be part of a comprehensive enterprise class processing environment (messaging, transactions, persistence, etc.). Of course, a specification is just that - a spec.
By the following Java One conference, several companies formally announced plans to ship EJB implementations. Two of these companies were Weblogic (Tengah) and Progress Software (Apptivity 3.0).
One of the major significances of EJBs is that its design can bring the powerful concept of server, business logic componentry to the masses. Sure, with RMI or CORBA, business logic components could always be achieved by the gurus. But a really great EJB implementation, coupled with tool support, can allow an "average Java Joe" to make use of the organization, design and infrastructure. That is very significant.
Remember what SQL's "SELECT * FROM CUSTOMER" did for the average programmer faced with database query challenges? An EJB implementation, in and of itself, is not enough. The average developer and the developer with serious productivity requirements demand an integrated environment with EJB components, JavaBeans, an event infrastructure and state of the art IDE to put it all together.
As we stand today, EJBs are already receiving criticism for not being "run anywhere, anytime" - the familiar psalm of the Java-critical choir. The complaint is that an EJB from one EJB container cannot instantly be ported to a different EJB container without significant effort. The fact is that every EJB implementation vendor is adding "special sauce" to its product - this is good business practice and it benefits the developer in the long run.
What if All Database Vendors Provided Only Strict
SQL Implementation?
Even client-side JavaBeans didn't easily move from one design time container (IDE) to another. For example, Sun's own Java Studio produced Beans that were wrapped to provide additional value within Studio, but did not port to other IDEs.
This is not such a big problem, however, the actual Bean part of the wrapped component can always be had by the developer or put forward by the product of the Bean. Also, this lower denominator is very adept at transport. The producer of EJBs or JavaBeans is responsible for putting forward a full-blown "special sauce" component and a plain vanilla specification component, whenever possible.
RMI, CORBA, EJB - the movement toward distributed computing and components is on and it's headed for the masses. In 1999 the average Java Joe developer will definitely be able to create and use Enterprise JavaBeans in the construction of Networked Applications. This is a big step forward for Java as well as the vendors providing solutions to developers.
Published February 1, 1999 Reads 9,574
Copyright © 1999 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Java George
Java George is George Kassabgi, director of developer relations for Progress Software's Apptivity Product Unit.
- Patterns for Building High Performance Applications
- It's the Java vs. C++ Shootout Revisited!
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Cross-Platform Mobile Website Development – a Tool Comparison
- Three Buzzwords That Every CIO Hears but One They Should Listen To
- Write Once Run Anywhere or Cross Platform Mobile Development Tools
- Immersing into JavaScript Frameworks
- Workday Reportedly Prepping to Go Public
- Cloud Expo New York: The Java EE 7 Platform - Developing for the Cloud
- Book Review: Sams Teach Yourself Java in 24 Hours
- OpenOffice.com Lives
- Book Excerpt: Introducing HTML5
- Adobe Sends Flex to the Apache Foundation
- Five Years Waiting for JRE 7: Is It Justified? (Part 1)
- Book Excerpt: Java Application Profiling Tips and Tricks
- i-Technology in 2012: Five Industry Predictions
- Patterns for Building High Performance Applications
- It's the Java vs. C++ Shootout Revisited!
- OpenXava 4.3: Rapid Java Web Development
- The Next Web Architecture
- Asynchronous Logging Using Spring
- Java for Programmers (2nd Edition)
- Is Write Once Run Anywhere Ever Going to Be a Reality?
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- JavaServer Faces (JSF) vs Struts
- The i-Technology Right Stuff
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- What's New in Eclipse?
- i-Technology Predictions for 2007: Where's It All Headed?



















