User Tools

Site Tools


jsp2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

jsp2 [2008/10/29 22:43] – created roumanijsp2 [2008/11/03 13:32] (current) roumani
Line 10: Line 10:
   * The linkage between a tags and its target is done via the namespace, taglib.tld, and the tags directory.   * The linkage between a tags and its target is done via the namespace, taglib.tld, and the tags directory.
   * Utility based tags are very simple to implement but are useful mainly for computation. This is because the static method has no access to the context's data structures.   * Utility based tags are very simple to implement but are useful mainly for computation. This is because the static method has no access to the context's data structures.
-  * Handler based tags are extremely powerful. They can access everything the servlet can access. The tag can have attributes (leading to class mutators) as well as a body, and the method can access both.+  * Handler based tags are extremely powerful. They can access everything the servlet can access. The tag can have attributes as well as a body, and the Java method can access their contents.
   * JSP based tags are written in JSP and do not involve any Java. They are thus ideal when there is little logic but lots of presentation work.   * JSP based tags are written in JSP and do not involve any Java. They are thus ideal when there is little logic but lots of presentation work.
      
jsp2.1225320180.txt.gz · Last modified: 2008/10/29 22:43 by roumani

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki