You might like to take this discussion onto the dwr user's list. I think it might involve writing a TapestryCreator which is able to look up services from the tapestry registry. Please download the dwr source and have a look at the SpringCreator for inspiration.
Cheers, Lance. 2009/12/21 Ashwanth Kumar <ashwanth.ku...@gmail.com> > Hello, > > In my project, i would like to use DWR along with Tapestry! But i've a > probelm. Its like i need to access the DB, i use Hibernate with Tapestry. > In > my class i've: > > @Inject > private Session _session; > > when i access this class from DWR, Tapestry doesn't interfere at all. But, > i'm getting a null pointer exception where i first start using the Session. > How and what should be done for this? > > - Ashwanth Kumar >