GWT ENTA Reflection, AOP, HTML template, UI Binding framework for GWT.
This project aims to make it easier to do what you want to do with GWT, now, the fllowing things have been contained in our
... [More]
project:
Reflection
Reflection for GWT, Support reflection of the following elements:
annotation class field method constructor(constructor.newInstance()) meta data of class(Going to be deleted, please using annotation instead) Aspect-Oriented Programming for GWT
Support AOP in Client side, coded by JAVA(not based javascript library).
Support both aspectj annotations and @pointcut/Google-guice matcher class, Please see here for all interceptors in sample project.
@Around @Before @After @AfterReturning @AfterThrowing HTML Template
HTML template, Annotation based HTML template framework for GWT(HTML Template).
UIBinding
UI Binding, UIBinding framework from gwt-ent, Annotation or code based(UIBinding).
Validate
Support JSR-303, and the GWT way to support I18N
JPA Annotations Emulation
Give you ability to share domain classes between server side and client side.
GWT UI Generator
Please NOTE: It's under fully refactor.
gwt ui generator(WhyUIGenerator HowToUseUIGenerator)
Others
gwt acegi integration(IntegrationGWTWithAcegi)
Please note that, all source code available at: http://code.google.com/p/gwt-ent/source
ShowcaseShowcase available at: Gwtent_Showcase
The source code of showcase available at: SourceCode
Please check this file to see how easy to create the following page: HTMLTplUIBindPage.java
Need you helpWe need you join us, we need more function, better performance, more test case and more document.
And if you got any issues, please log it at http://code.google.com/p/gwt-ent/issues/list
Thank you.
Change History20090620
Reflection talk to @Reflectable all the time and provide The ability to "fine-tune", you can setup if you need "relationTypes", "superClasses", "assignableClasses", this will help you reduce your final javascript size. meta data deleted from Reflection More features under test and coming soon! 20090503
Reflection support Annotation in a more nature way 20090405
gwtent-0.6 now available for download Annotation based HTML Template for GWT Reflection bug fixes 20081122
gwtent-0.5 now available for download The AOP framework in GWT Thanks to my wife, today is her birthday 20081104
gwtent-0.3 now available for download Reflection now support inherited Full support for inner Class Full refactor of com.gwtent.client.reflection., all reflection information are interface based. 20080920
gwtent-0.2 now available for download Reflection now support Annotation Click Here See the Test Class Full reflection test now available Click Here 20080906
GWTENT has been divided into three package(gwtent, gwtent-acegi, gwtent-ext) A sample project created gwtent-0.1 now available for download SVN Updated 20080406
UI generator gwt-ext editors 20080204
UI generator framework 1.0.0 RC1 20071228
finish Reflection Support 20071221
Add source Generator treelog support 20071218
gwt acegi integration [Less]