Pop Framework
Use Java bean as model of web page, reference beans in hyperlinks
...Pop provides annotations for users to define and reference a bean. Pop can help users to customize a bean, a scope, a factory and a reference in object-oriented way.
Pop treats a bean as the model of a web page (JSP or servlet), the webpage itself is a view of the bean. The model provides the data for the view, the view is responsible for rendering the data. The Pop itself acts as the general-purposed controller for all views and models.
The beans defined in server-side can be referenced by hyperlinks in client-side directly. Views and Models are therefore loosely coupled in Pop. ...