Working Java version of the dhtmlxConnector:
I’ve extended the ConnectorServlet and have successfully built a tree connector (thank you Stanislav for the quick solution to my user data problem).
Now I would like to get a parameter from a query string being passed to the servlet. The configure method takes no parameters. I can see that ConnectorServlet extends HttpServlet and sets the http_request its doGet method.
I don’t seem to be able to find a way to access the request from within Configure() and I was hoping for a point in the right direction.