1. Best way to get object from ServletContext via a request coderanch.comHere's what I've set up: I have a controller servlet that, based on a certain parameter, passes all requests/responses to the appropriate handler class. These classes then do what they need to, and forward the request/response to jsp files for viewing (classic MVC, adapted from Professional JSP, just in case you've read it). Now, I have a page where a user ... |
2. Obtain ServletContext from Request coderanch.com |
3. ZK servletcontext, request and response. zkoss.orgOrignial message at: https://sourceforge.net/forum/message.php?msg_id=3591316 By: notzippy Hi What a great job you have done, this looks like it has huge potential.. However migrating to this type of frame work may take a bit of time. Rather then doing a complete rewrite I was thinking of using the following method in order to intergarate to method calls in the backend of my ... |