You might want to check out the hivetrans project, it already has this functionality.
Overriding the services is not the best idea; you should instead contribute a filter into the tapestry.request.WebRequestServicerPipeline configuration. http://jakarta.apache.org/tapestry/tapestry/hivedocs/config/tapestry.request.WebRequestServicerPipeline.html On 11/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to implement hivemind4spring that want to be a set of classes > around spring (currently I've implemented only Hibernate3 proxies), so that I > can use Spring proxy factories configured in hivemind style. > > Now I'd like to replace the page service for Tapestry BasicEngine, so that I > can use Open In session view pattern. > > Is is possible do do this, and how should I proceed?. > > Thanks in advance, > kiuma. > > P.S.: If there is some interest in this project let me know. > I could open a new project on sf.net. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
