atom feed10 messages in net.java.dev.glassfish.usersRe: Deploying Spring Application in G...
FromSent OnAttachments
glas...@javadesktop.orgMar 18, 2008 1:36 pm 
glas...@javadesktop.orgMar 18, 2008 1:47 pm 
glas...@javadesktop.orgMar 18, 2008 2:19 pm 
glas...@javadesktop.orgMar 18, 2008 2:40 pm 
glas...@javadesktop.orgMar 18, 2008 3:15 pm 
glas...@javadesktop.orgMar 18, 2008 3:25 pm 
glas...@javadesktop.orgMar 19, 2008 6:07 am 
glas...@javadesktop.orgMar 19, 2008 7:12 am 
glas...@javadesktop.orgMar 19, 2008 9:09 am 
glas...@javadesktop.orgMar 20, 2008 2:51 am 
Subject:Re: Deploying Spring Application in GlassFish
From:glas...@javadesktop.org (glas@javadesktop.org)
Date:Mar 18, 2008 3:15:00 pm
List:net.java.dev.glassfish.users

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