The code for starting up the Registry is pretty simple; it's inside ApplicationServlet.
The nature of HiveMind is that the services will generally be instantiated/configured in a just-in-time fashion. You will have to do a lot of mocking up of the Servlet API, I think. It would be eaiser if you could describe your goals. On 8/3/05, Norbert Sándor <[EMAIL PROTECTED]> wrote: > Hello, > > Is there a way to start the tapestry services outside of a servlet container? > I'm working on tapdoc and I wanted to check if it is possible to use the > parser and annotation support of tapestry instead of implementing my own. > > BR, > Norbi > -- 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]
