DigitalZebra
DigitalZebra

Reputation: 41503

Glassfish and Spring setup tutorials/examples?

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!

Upvotes: 1

Views: 1082

Answers (2)

Pascal Thivent
Pascal Thivent

Reputation: 570365

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.

Upvotes: 0

TaherT
TaherT

Reputation: 1335

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

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

Upvotes: 5

Related Questions