users@glassfish.java.net

Re: Deploying Spring Application in GlassFish

From: <glassfish_at_javadesktop.org>
Date: Tue, 18 Mar 2008 14:15:23 PST

Spring is a framework for developing applications. Spring simplifies configuration and provides a multitude of functionality out of the box and with very little coding (inversion of control, aspect oriented programming, data access abstraction, jdbc simplification, declarative transaction management, simplified jndi, jta, rmi, jms, jmx, security, testing etc) You will need to have a look at the spring resources on the web of which there are many. There are also some excellent books and courses (not a plug but I have attended one by Interface 21 and found it very good)

Put simply - most task are done in a few lines of code and a few lines of configuration. It makes programming a lot faster and the code is much easier to test, maintain and enhance.

Spring doesn't care about the environment. You can use Spring in any application server or any java application. Glassfish is a *great* app server and works brilliantly with Spring.

Hope this helps.
[Message sent by forum member 'ggierer' (ggierer)]

http://forums.java.net/jive/thread.jspa?messageID=264691