Filippo Diotalevi wrote:
I know it's a general question, but I'm in the process of starting the
development of a quite simple web application, and of course will be
using felix+pax-web!
The front-end part is pretty simple, just some javascript magic, so I
don't have special requirements for a web framework.

The reason I'm asking for a suggestion is that I tried Stripes last
night with pax web+runner, and found some issues with dynamically
discovered actions (basically, it seems they are not discovered at
all). Of course I'll investigate a bit more, but in the meantime, does
anybody has any favorite web framework that runs without any
problem/trick in OSGi-applications?

What I need are actually just basic functionalities like url/action
mapping, mapping of form data into beans, form validation...

Thanks,

Filippo,

Spring MVC (http://static.springframework.org/spring/docs/2.5.x/reference/mvc.html) works very nicely in an OSGi environment.

A number of the dm Server sample applications use Spring MVC with various view technologies. The samples are available from http://www.springsource.org/dmserver.

Disclaimer: I work for SpringSource, but Spring MVC should work in any Web-enabled OSGi environment, not just dm Server.

Regards,
Andy

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to