OpenCms: del.icio.us/tag/opencms
Dynamic
Content
OpenCms
show
contentload
opencms_contentload_dynamic
Wicket is a Java web application framework.
Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favourite technology.
Wicket’s popularity makes it a notable project and the project’s profile is growing: It has been in the top 100 SourceForge projects since April 2006 and it’s mailing lists are active.
In wicket you can write programs as you would with Swing. Pages can be constructed by an object tree of wicket components. You can add server side event handlers in java, which would be invoked by a browser side javascript event. The browser event would trigger an AJAX call to the server, and the Wicket framework would call your event handler.