The future is here. It's just not evenly distributed yet. - William Gibson
Sonny Gill LinkedIn
Tweets
I have a question. From what Bear states, it sounds as if he wouldn't pass the request and response objects to the "POJO's" (I hate that acronym). But Bill and Mark both suggest this would be the thing to do.
Originally posted by Mark Spritzler:
You can even end up creating a Controller Servlet, that will hand it off to a class that determines who actual handles the Request coming in. Kind of sounds like Struts and JSF frameworks.![]()
Originally posted by Gregg Bolinger:
The controller JSP or Servlet passes over the request and session objects to this class, which does any HTTP related processing, and then invokes methods on business logic classes.
How does this class determine what HTTP related processing to perform and what methods to invoke?
The future is here. It's just not evenly distributed yet. - William Gibson
Sonny Gill LinkedIn
Tweets