This is a big-topic question. I'm looking at converting some large Win32 executables to web applications at somepoint in the intermediate future.
I believe that I am an intermediate Java programmer, but new to JSPs, servlets, etc.
I understand the model-view-controller paradigm in terms of how it separates the data model from the operations from whatever visual end-result is desired.
How does one translate the three-tiered MVC structure into a practial Java-based web system?
Basically, I don't fully understand the difference between beans and servlets and the interaction each would have with a JSP page itself.
I would be grateful for any comments, links to other threads, books on the subject, etc.
Thanks,
Dan
I believe that I am an intermediate Java programmer, but new to JSPs, servlets, etc.
I understand the model-view-controller paradigm in terms of how it separates the data model from the operations from whatever visual end-result is desired.
How does one translate the three-tiered MVC structure into a practial Java-based web system?
Basically, I don't fully understand the difference between beans and servlets and the interaction each would have with a JSP page itself.
I would be grateful for any comments, links to other threads, books on the subject, etc.
Thanks,
Dan