Eran Medan
Eran Medan

Reputation: 45775

OSGI Spring MVC JSP framework

Is there a way to create a "plug-in" framework for web applications that have these features:

Seemless for the developer - can use existing technologies

e.g.

Seperation - class loading, session, http context

Supports plain old JSPs

I thought of Apache Felix, OSGI, Spring-OSGI MVC etc... but still need more information...

Upvotes: 0

Views: 1026

Answers (1)

Omnaest
Omnaest

Reputation: 3096

Take a closer look at Eclipse Virgo, possibly the best choice for greenfield projects for the moment which want to include Spring and JSP.

Upvotes: 1

Related Questions