Java.next -- Four languages that represent the future of Java
Blogger Stuart Halloway has begun a series of posts on trends that point to the future of the Java platform. In his first post, he compares Clojure, Groovy, JRuby, and Scala -- four wildly different languages that nonetheless all play together in the JRE. Find out what unites these languages and what they can tell us about the future of Java-based development ...

Newsletter sign-up

Sign up for our technology specific newsletters.

Enterprise Java
View all newsletters

Email Address:

In pursuit of perfection

Can Java become the perfect technology platform?

Page 2 of 5

I'm interested in analyzing Java as a platform, however; and in that context, the Java language actually plays a smaller role than the overall platform itself.

Having set the scope of the analysis, I now move on to define the most important features of any platform.

Perfect technology platform feature analysis

This list can either be very long and detailed or short and sweet. I'm going the short and sweet route. Interested readers can note that the very long and detailed list has a lot of words that end with "ility," also known as the ility matrix.

In my opinion, any potential candidate for the perfect technology platform must:

  • Be easy to develop against, yet provide multiple access levels (see below for more details)
  • Be stable
  • Be easy to deploy, in particular to client platforms; and when deployed operate in native mode
  • Have adequate performance and scalability as required
  • Have industry buy-in and be open standards based at least if not in name, then in spirit


How Java measures up

Now that I've defined a set number of characteristics, let's see how Java shapes up when compared to this list.

To be brutally honest, Java is not particularly easy to develop for. Simple projects are fine, but as projects grow in complexity, infrastructural issues cause more and more problems. A good example is working with Java 2 Platform, Enterprise Edition (J2EE) application servers. Proportionally, I spend more time tracking down issues such as classloading problems than debugging actual business logic coded in Java. In addition, the disquiet felt by programmers around Enterprise JavaBeans (EJB) in general (see my past article, "To EJB, Or Not To EJB?") is a clear warning sign that EJB may be simply too complex and has not taken root as the de facto persistence or business logic solution for J2EE applications. This point also speaks to tool support for the Java platform, as opposed to any weakness in Java technology itself. Bluntly speaking, Microsoft leads the way with Visual Studio, and Java needs to catch up.

My earlier reference to multiple access levels means allowing developers/users to work with Java technology as befits their level of technical expertise. Hard-core developers can use emacs/vi plus a command-line debugger to develop and deploy Java-based systems, while business analysts or even end users should be able to access and modify systems within reason using WYSIWYG tools.

Discuss

Start a new discussion or jump into one of the threads below:

Subject Replies Last post
. Basis
By WBS
2 10/29/06 05:53 AM
by Anonymous
. Eclipse a lot better than Visual Studio
By John Zoetebier
11 10/29/06 05:53 AM
by Anonymous
. Windows is not the utopia of Java
By Anonymous
10 10/29/06 01:10 AM
by Anonymous
. Perfection is not possible
By Anonymous
5 10/28/06 08:55 PM
by Anonymous
. Java vs .NET
By Anonymous
11 10/03/06 01:03 PM
by Anonymous
. Separate HTML from the server code
By matthew_ford
1 03/02/06 05:27 PM
by matthew_ford
. Trim down the libraries
By greg landa
2 03/02/06 12:31 PM
by Anonymous
. My idea about a perfect Web Platform
By anonymous
3 03/02/06 10:11 AM
by Anonymous
. I dissagree. Java needs to be Open Source.
By Anonymous
2 03/02/06 09:57 AM
by Anonymous
. Separation of responsabilities, the NATIVE MODE...
By Anonymous
0 05/04/04 12:40 PM
by Anonymous
. Reducing Swing Complexity
By Anonymous
1 01/10/04 07:24 PM
by Anonymous
. [censored]!!!
By Anonymous
0 01/08/04 01:20 PM
by Anonymous
. KISS: Keeping It Simple
By Anonymous
0 01/07/04 10:35 AM
by Anonymous
. competition is what makes JAVA space so good
By Anonymous
0 01/07/04 10:17 AM
by Anonymous


Resources