[ANN] Gilead 1.3
Hello,
I am pleased to announce the new release of Gilead, an Open-Source
framework for seamless intregration of Hibernate and GWT.
This new release brings new features, such as
- Predefined remote services, for both GWT :
* The Loading service allows you to load an entity or a lazy
association from the GWT side,
* The Request service brings the ability to execute a HQL
request directly from the GWT side,
- A new specific transport annotation (@LimitedAccess) to
implement custom access to entity fields (role based for example)
- Lazy property checking on GWT side, to know if a null
association on client side was already null on server or just lazy but
not loaded (and thus replaced with null by Gilead)
- A ConfigurationHelper class, to limit Gilead configuration to
one line of code
A specific effort has also been made to improve performances and GWT
serialization.
Finally, this release also fixes many issues, reported since 1.2.3,
especially on persistent collections.
Hope this helps !
Bruno
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home