Java EE Application Server SpringSource


Posted August 3rd, 2010 by Ananda Perwira No Comments »

With the huge growth in the internet use these days, the concept of cloud computing and web based application has become so familiar to most ordinary consumers and businesses. And java, as an object oriented programming language comes to provide a powerful programming language for the internet that is capable of providing all the solutions we need.

Java language and java technologies provide a computing environment where application logic is enable to be executed in and outside the web browsers that communicates with other processes running elsewhere on the network. In this way, developers can easily distribute powerful executable programs and sophisticated computing over the web. In addition, with support of Java enterprise (Java EE) server or apache tomcat server (an implementation of the Java Servlet and JavaServer Pages technologies) with EJB container added, your java-based web applications will run in more stable and lightweight.

However the problem comes when java developers find difficulties in overcoming the complexity of enterprise Java. Of course, with a simpler java architecture, will make it easier for developers Read the rest of this entry »