Apologies for the second posting. Some links were mangled, they are
corrected below.
----
In addition to new client-side features already detailed here:
http://www.jroller.com/sjivan/entry/smart_gwt_2_1_released
New server features:
* New built-in server-side validators
"isUnique" makes it trivial to enforce common cases like having
a unique user name.
http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/types/ValidatorType.html#ISUNIQUE
"hasRelatedRecords" can enforce that inter-record references are
valid
http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/types/ValidatorType.html#HASRELATEDRECORD
* Declarative custom server validation: use a Velocity expression
or Java method
http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/widgets/form/validator/Validator.html#setServerCondition(java.lang.String)
]http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/
client/docs/serverds/Validator.html#serverObject
* Declarative security settings (zero code integration with JAAS /
J2EE security)
http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/serverds/DataSource.html#requiresAuthentication
http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/serverds/OperationBinding.html#requiresRole
* Bulletproof setup guide with troubleshooting section
http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/SgwtEESetup.html
To download the free evaluation or read overviews of the
functionality, go here:
http://forums.smartclient.com/showthread.php?t=4839
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.