devspin.com - Java Programming Tips, Code, Articles and Examples for Server Side Development

Description: The lastest news and tips for Server Side Development including Java, Jetty, J2EE, Linux and More

programming (6395) java (6058) code (3017) tips (2629) example (339) j2ee (311) tomcat (142) jetty (26) server side development (3)

Example domain paragraphs

What is DevSpin.Com and why do I care? DevSpin.Com was created to provide a consolidated site for everything related to doing server-side development the right way or at least our way. We've assembled a team of computer scientists and developers who have the experience and knowledge to share key insights on tools, IDEs, code, examples, skills and more.

We'll offer you our spin on what we think works for server-side development along with a few opinions and possibly a few pontificated digressions here and there. Feel free to leave your comments, speak your mind in the forums, or submit an article of your own if you think you have what it takes. Ultimately, our goal is to provide you with an authoritative source of pragmatic methods and examples for coding enterprise server applications.

Often when using a MVC pattern with a front controller, all requests should use the MVC flow. What happens when a request for index.jsp comes in?