You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by easydoor958 <ea...@yahoo.fr> on 2012/12/06 11:29:39 UTC

Re: New release

It would be good to integrate these functions 
1. Support CDI,
2. JSR 303(bean validation),
3. Provides Servlet 3.0 registration and make it activated by default in JEE6 
application server.
4. Redesign the Ajax Component, hide the js operation for developer, 
easily update the ajax ready Component in the java code(via callback), 
like Apache Wicket or integrate Ajax functions of Click JQuery project.
5. Examples, show case, a real world JEE 6 example, a real world Spring based 
example.
6. Integration of Hibernate JPA to create database tables directly 
from POJO like in PLAY! Framework