views:

24

answers:

2

Hello, A simple web search didn't really turn up any examples... so I'm wondering if anyone could point me to any information on configuring Spring on Glassfish? Everything I've been finding is horribly outdated.

Thanks!

+2  A: 

Download Netbeans 6.8 it will give you glassfish and spring configured by default.

http://netbeans.org/community/releases/68/

taher
A: 

Configuring Spring is not really related to the fact that you are using GlassFish or Tomcat or whatever, you just configure it for an application that you then deploy on a server.

If you have a specific GlassFish related issue, you should probably clarify the question.

Pascal Thivent