ZK-Grails 0.7.3 has been released
4 Jun 2009 13:40:11 GMT
6 Jun 2009 01:44:09 GMT
6 Jun 2009 01:44:09 GMT
hi chanwit,
you can post news to TheServerSide, and Dzone.
if you have any issue, please feel free to contact me.
/robbie
7 Jun 2009 15:49:32 GMT
7 Jun 2009 15:49:32 GMT
Yes, just done posting to both sites. It's gonna take a while for posts to show up, I think.
ZK - Open Source Ajax Java Framework
Hi all,
I am please to announce that ZK-Grails 0.7.3 has been released. ZK-Grails is a ZK plugin for Grails, a full-stack web application framework built on top of Spring and Hibernate.
ZK-Grails provides seamless integration between these two frameworks, bringing "convention-over-configuration" to AJAX.
Version 0.7.3 of ZK-Grails:
- Provides Grails script to create Composers.
- Provides Grails script to create Facades, session scoped Spring beans to hold your GUI elements (which is implemented in ZkToDo version 2).
- Supports Zk Groovy Builder, to programmatically create ZUL elements using an easy-to-use Groovy domain specific language.
- Supports auto-reloading for Composer and Facade via Spring container, make your development as fast as scripting!
- Allows you to use Grails classes, for example Services and GORM (Grails Object-Relational Mapping) to dramatically boost your productivity.
How to get start with ZK & Grails?
Just download Grails from grails.org, follow installation instructions and run $ grails install zk.
Resources
- You may find this tutorial useful.
- There is also a NetBeans version of the above tutorial from REM website.