Controller Layer
uUse Struts
ØClear industry standard for Controller layer
ØController manages logic of how JSP pages link to one another
ØDetermines what pages are called under what circumstances
ØCan put this logic into the JSP pages
§Better if logic is encapsulated in dedicated controller
ØJDeveloper 10g has a nice graphical interface to create Struts code.
§Without JDeveloper or similar tool, using Struts is difficult.