Showing posts with label REST. Show all posts
Showing posts with label REST. Show all posts

Java Enterprise Edition is Dead

I am reading an opinion piece on Java EE. It states that that there were two winners for application servers. There was WebLogic which was best. And there was JBoss that was free. However web services and REST seemed to take away their steam.

Do you actually need an app server? Maybe you can just get by with plain old JDBC. Here is the killer stat which might prove Java EE is a dead end. Nobody implements Java EE 6. There is only open source GlassFish. Ouch.

Java is not dead. But Java Enterprise Edition may very well be. I am glad I did not spend too much time with Java EE.

Java Enterprise Edition 6

I read an article on the good things coming in Java EE version 6. There is a new API for REST. There is a web profile, meaning you can use a scaled down version of the previously bloated enterprise edition. In the tools department, there is a new version of NetBeans being released.

Enterprise Java Beans has been updated. Things have gotten much simpler with it. The beans are "light". Complexities such as requirements for frameworks are gone. This is in line with the scaled down profile version of the Java EE.

Right now I am still concentrating on learning Java Standard Edition. Some Java friends keep asking me whether I am up to speed on Java EE. It might be time to start learning it. Looks like I will have access to a new updated version, which is actually simpler than previous ones.