Jspx is a free open source pure Java web Rapid Application Development framework
Jspx extends Java EE servlets to provide an Object-oriented programming model for HTML declarative code.
Jspx aims at providing easy to use, developer-friendly APIs. Based on the idea that web development is mostly about customizing the HTML that is presented based on user-input, jspx offers an object-oriented view layer interface to HTML.
Jspx provides a means of implementing a stateful user interface over a stateless protocol (HTTP). JSF provides similar functionality, but requires that developers learn an entire new set of tags.
Read more