- Slimweb
SlimWeb is an
open-source lightweight framework for developingweb application s in Java.Design goals and overview
SlimWeb can aid you in building the controller components in your MVC-based web application. In this respect you can think of it as a replacement for
Apache Struts but without all theXML configuration.SlimWeb relies on convention and Java 5 annotations to infer all configuration information it needs, which makes it closer to
Ruby on Rails andTurbogears /CherryPy than toApache Struts .SlimWeb doesn't have its own presentation layer (you can use
JavaServer Pages for that) or model (commonlyHibernate POJOs, although you can use any model that suits your needs).ee also
*
Model-view-controller
* Java EEExternal links
* [http://slimweb.net/ SlimWeb's home page]
Wikimedia Foundation. 2010.