Hi all, We're making good progress on Warp Persist 2.0. To get your early feedback and to let you benefit from some of the new features, we will publish binary snapshots in the following weeks.
Current 2.0 Highlights (subject to change): - Support for multiple persistence modules per injector. (slightly outdated docs here: http://code.google.com/p/warp-persist/wiki/MultipleModulesDesign) - Pluggable persistence engines (Persistence.using(...), which also powers the multiple modules support) - SessionPerRequestFilter unification; one filter to rule them all (SessionFilter) - LifecycleSessionFilter, which is a SessionFilter that starts/stops your PersistenceService(s) automatically - PersistenceServices now start automatically if you don't do it explicitly. This is less useful now that we have LifecycleSessionFilter, but let us know if you like it. - Guice 2.0 compatibility - Removed JTA legacy code (no longer supported) Planned, but not implemented yet: - @Transactional on DA's - Possibly the ability to bind the transaction interceptor multiple times (under investigation) In general, this release should not break compat unless you were accessing Warp Persist internals directly. Hopefully the new pluggable persistence engines will no longer force you to do that. If you find any compatibility issues let us know so we can confirm the breakage or fix the problem. The latest 2.0 snapshot can always be found at http://warp-persist.googlecode.com/svn/trunk/warp-persist/dist/ The documentation for 2.0 is far from finished, but will be made available at http://code.google.com/docreader/#p=warp-persist&s=warp-persist&t=Introduction We welcome all your feedback! Let us know what works for you and what doesn't, which API's we can improve, and if you find the time, do send us your patches! Dhanj, feel free to add to this e-mail. It probably forgot something :-) Enjoy, Robbie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en -~----------~----~----~----~------~----~------~--~---
