Hello guys,

  I'm developing a framework to build modular applications with
Guice+Wicket+Hibernate. My main problem now is how I must deal with
objects that must be saved in session in a modular environment. I want
some suggestions or tips to do it without dealing directly with the
httpsession. An example is a security module, it will define an
authentication service, authorization service and a security entity to
store user/password/roles in the database. This module must keep the
current user in the session. I don't want to create a wicket session
class that is directly connected to this module. Do you have some
suggestions?

Thanks,
Eduardo S. Nunes

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to