Hi, i have my Hibernate SessionFactory installed as an application wide tapestry.state.ApplicationObjects. How can other Objects that can not use the @Inject Annotations access this service?
The Objects are in the application, but they are not direct in a page or component. Like a User Manager that is called in Page. I dont want to refer to the service i injected by a parameter. thanx
