| Author |
Is it possible to develop web application using JSP based on 3 tier architecture?
|
sagar devanahalli
Greenhorn
Joined: Feb 12, 2012
Posts: 4
|
|
Hey guys so far I have developed a small web application using JSP with the help of MVC architecture.My doubt is, is it possible to develop same web application based on 3 tier architecture??If so how do you send control back to Presentation layer through Middle layer???
thank you
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
Not with just JSP, no. You need a servlet (and a middle layer for that matter.)
In fact, you should have a servlet anyway. Having an application made up of just JSPs isn't maintainable.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Is it possible to develop web application using JSP based on 3 tier architecture?
|
|
|