[2 total ]
Click Framework is a modern JEE web application framework, providing a natural rich client style programming model. Click is designed to be very easy to learn and use, with developers getting up and running within a day.
JavaPepper is essentially a Java servlet that delegates the work of responding to user requests to lightweight servlet-like objects called responders. A responder may be general-purpose (such as one that outputs an image) or a special type of
... [More]
responder called a PepPage which serves up PepWidgets in order to create HTML pages.
Its design embraces JavaScript, AJAX, CSS, and all other potentially hard-to-use web technologies of the day. Java Pepper does not try to sugar-coat or hide these technologies from the software developer; it simply makes them more accessible and reuseable.
JavaPepper should be thought of as a library, a tool; not a framework.
http://www.javapepper.com/javapepper [Less]