My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Incubator for various ideas

Security

NEW :

  • gwt-incubator-security-1.0.1 was promoted as a stable release. It includes :
    • GWT 1.7 compatibility
    • Updated dependencies (Transmorph)
    • A SpringLoginHandler class to provide a way to login from the GWT application

Beside this module, a web app is provided to illustrate how to use this security lib in a real (even if simple) app context.

There is no simple way to manage exception thrown from Spring Security when using GWT as a GUI. That's why I decided to add the thin layer needed to simplify this integration.

The requirements are :

  • Spring Security (tested with 2.0.4)
  • GWT-SL : a Spring-GWT integration library

If you are in this case, or if you can modify your project to reach this state, you will be able to use this new incubator project.

Source code is now available with documentation

A 5 minutes long How-To : SimpleHowTo

A quick introduction is available here : GwtIncubatorSecurity

UPDATE : - GWT 1.7 compatibility

TimePicker

NEW : TimePicker is now compatible with GWT 1.7 : No more deprecated methods used. But it's still in alpha stage as it needs to be cleaned/improved.

The goal behind this project was to provide a component acting as the jQuery TimePicker

THE demo

UPDATE : - GWT 1.7 compatibility

Powered by Google Project Hosting