Sunday, February 22, 2009

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