Saturday, March 7, 2009

Model view Controller architecture

model view controller architecture
In the model view controller architecture:

Controller: java servlets
Model; businessLogic + database
view: JSP

Java servlets can also be used as a view component but their are inherent complexities in writing web based code in java servlets.

No comments:

Post a Comment