You are on page 1of 3

Mini MVC

1.User views --- pages


2.Development Environment (directory structure) : etc[web.xml],lib[3 rd party
jars],src[.java files],classes[.class files],web[.html,.jsp]
3.Deployment Environment --- directory structure for deployment,according to
container specific rules and requirements of servlets and JSP specifications
4.Iterative Development and testing --- perform iterative dev and testing on various
components

You might also like