> This is going to happen very soon. I'd suggest you ignore 0.3 and simply > do your work on the experimental branch.
No thanks. I'll wait. If someone else wants to do it in experimental then that's fine with me. > Hopefully, we can reach a consensus on the list about exactly how the > servlet API, and specifically HttpServlet, are going to be connected to > the "low-level" plugin interface, before any of us start committing code. > Do you already have an idea about how to do this? I'm not familiar with the plugin interface, so you're the best person to recommend a solution. > One thing we need to ensure is that after the method > service(HttpServletRequest req, HttpServletResponse resp) is entered, > the servlet has a way to get the Node instance so that it can use the > InternalClient. You could make the node instance a singleton (which is is anyway) and have a static method to fetch the node instance. _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
