Getting started with GWT Jet
What is GWT Jet
GWT Jet is open source framework based on Google Web Toolkit(GWT)
Main idea (very usual for web development) is to separate layout and styling from business logic. Serious (and maybe only) disadvantage of GWT is necessity to hard-code layout in Java code. GWT Jet solves with problem by introducing .JET.XML language (which is really syntax sugar for HTML with jet attribbutes) and use of GWT generators, which generate code for creating all widgets and binding between XML elements with fields in Java classes.
How to start
- Download and install IntelliJ IDEA 6.0. It is easiest way to browse sources and run samples.
- Download and unzip GWT Jet itself
- Open project projects/gwtjet.ipr project in IntelliJ IDEA
- Enjoy!
Where is documentation?
I am really sorry but at a moment only source code and samples are available
Where to send comments, wishes, patches & suggestions to help?
Please email to Alex(dot)Tkachman(at)jetbrains(dot)com. Any feedback will be highly appreciated
Labels
(None)