MVC model for JSP/Servelet without using Struts

E

Edward A Thompson

Can anyone point me to a discussion, or better yet, an example or
tutorial, of implementing an MVC type design that doesn't immediately
digress into a discussion on Struts?

Struts is probably fine and good, but overkill for me, and I
specificially don't want to get into tags, which Struts seems to push.

Right now I have a design under Model 1.5(?) IE using JSP's and Beans,
but I should move some of the code over to Servlets, and Model 2 (MVC)
makes sense to me.
 
T

Tim Jowers

Ed Thompson said:
I 'll try Maverick - might be just the ticket

I worked on one system pre-Struts. The design was
1) Each page has a hidden field identifying the Servlet to handle the
request.
2) All requests went to one servlet (controller) and then were
forwarded according the the hidden field. CLASSPATH was used to look
up the other servlets. Also, security was based on each servlet and
checked by user login (role) and servlet to be accessed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,269
Messages
2,571,099
Members
48,773
Latest member
Kaybee

Latest Threads

Top