Hi, I'm developing on application in Tapestry and I have this problem: I have some classes in java that they need to use a HibernateSession. I read that to do that, those classes must be execute as well as Services. But those classes have to start automatically after Tapestry bootstrap, and this doesn't happend.
E.g. One of those classes, ApplicationManager, start the whole application, it starts some observable object and it uses the HibernateSession. How can I do that? -- *Domenico Fiorilli* *Dottore in Ingegneria Informatica* *via Marconi 33Pontecagnano (SA)**3932855726* *[email protected] <[email protected]>* *http://domenicofiorilli.jimdo.com/* <http://domenicofiorilli.jimdo.com/>
