|
|
There are too much things we must learn in this world.Thanks gwt, we needn't to learn javascript by using it. But when I used it in our project, I foundthere are still somethings need to do to suit our project.
This project aims to make easier to do what you want to do with GWT, now, the fllowing things have contain in our project:
- gwt ui generator
- gwt mvc framework
- gwt reflection implement
- gwt spring integration(current we use gwt-sl)
- gwt acegi integration
- security is very important in our project,and Acegi Security is a powerful, flexible security solution for enterprise software, but acegi designed for page base project, in this project we provide an implement.
Note that, all source code available at: http://code.google.com/p/gwt-ent/source
Why UI generator
- High degree of flexibility and scalability
The system is designed to have a high degree of flexibility and scalability, you can define your own editor, data type processor, validate check expression and user interface layout.
- Accelerate the development
Just define domain object, the ui will generator automatic. Especially now no visual development tools for GWT.
- Unified User Interface
All ui interface have same operation of habits and layout
- Metadata support
- Validate
- Locate validate
- Validate Expression support, for example: NotNull StrLength>6
- Remote validate and call back
- Editors
- Scalable structure allows you to add different editor for different data types
- Solation system with a variety of third-party widget libraries
- Dynamic switching editor implement, and without changing the code
- Reusable Layout
- you can implement multi ui layout, one for 320*240 PDA, one for Desktop browser, then dynamic load the layout for different browser
- Reusable your code
Change History
20080906
- GWTENT has been divided into three package(gwtent, gwtent-acegi, gwtent-ext)
- A sample project created
- gwtent-0.1 new 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
