Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3789984
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T12:14:36+00:00 2026-05-19T12:14:36+00:00

I am looking at such previous questions as: https://stackoverflow.com/questions/98334/creating-a-java-servlet-web-application How many actions should a

  • 0

I am looking at such previous questions as:
https://stackoverflow.com/questions/98334/creating-a-java-servlet-web-application
How many actions should a servlet perform?

There are answers in these threads that contradict each other; some people say use a servlet for each page, and other say use only ONE servlet for your entire app.

I have the same problem. So, how to I decide what my servlets will be? If I use a single (or a few) “Front Controllers,” how do I parse the requests to delegate them to other objects? For example, if a single page has 3 different forms on it, how do I tell the difference between their requests? How do I tell the difference between forms and requests from different pages? Assign multiple servlet-mappings for each form + page? Look at the parameter names? URL-encode a “request-type” parameter?

So many ways to do things…

P.S. I’d rather NOT use a framework like Struts – I want to know the best way to do this using the Servlet API. I’m using Tomcat7.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T12:14:37+00:00Added an answer on May 19, 2026 at 12:14 pm

    Front controller is just the gateway into your app for HTTP requests. But that usually acts as a traffic cop to route HTTP requests to classes that know how to handle them.

    Spring, for example, has a DispatcherServlet that maps Controllers to requests (usually by URL). The Controller used to be an interface, but now Controller POJOs can also be annotated.

    The Controller interface has a single method: handleRequest:

    ModelAndView    handleRequest(HttpServletRequest request, HttpServletResponse response) 
    

    It takes in HTTP request and response and returns a ModelAndView.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was looking to implement such menu as http://www.fogcreek.com/FogBugz/learnmore.html (Left hand side) Can anyone
We are looking to shift payment gateway providers for our e-commerce application; as such
We're looking at patterns such as MVP that can help make us seperate UI
I've been looking at high availability solutions such as heartbeat, and keepalived to failover
I've been looking for a while for such sort of information but i couldn't
I'm looking to generate a dynamic variable such as the following: varnum = rand(100000)
I am looking for an effect such that when I move my mouse closer
I'm looking for a way to have a function such as: myFunction({Key, value}, {Key2,
I've been looking into popularity algorithms used on sites such as Reddit , Digg
I have been looking into coloring objects like ellipses with code such as SolidBrush

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.