In struts why we use jsp as view( presentation)? what happen if we use servlet as view?
JSPs are more towards the J2EE line. In a large jsp applications, lot of java script , css(cascaded sytle sheet) , lot of more thing are applied, with the actual... Read more »