Open GoogleCodeExporter opened 9 years ago
Guice Servlet integration is another use case (see issue #25). Let's look at
this
after 2.0. To summarize, these are the problems the lack of a central API is
causing:
- No easy way to get a List<PersistenceService> across modules. Workarounds are
the
module mentioned above, or Guice 2.0 multibindings.
- No easy way to automatically bind PersistenceFilter only once across modules.
The
current workaround is to bind it manually.
Original comment by robbie.v...@gmail.com
on 18 Apr 2009 at 2:35
Original issue reported on code.google.com by
robbie.v...@gmail.com
on 14 Jan 2009 at 9:14