Julien Viet
unread,Sep 25, 2013, 9:32:58 AM9/25/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ju...@googlegroups.com
another day, another beta.
A few improvements and fixes
- fixes from Damien in Eclipse environment
- build improvements from Arnaud Héritier
Spring provided integration : this is a new feature that allow to reuse an existing Spring application deployed in a web application. This allow a Juzu application to use the beans from this application, for example using Spring Social or Spring MongoDB with Juzu. There is not much to do, in such scenario Juzu will detect the Spring container (it is a servlet context attribute) and will create its own Spring container as child of the web application container, allowing injection of parent container beans inside the Juzu application.
cheers
Julien