1.

What Are The Differences Between The Jsp Custom Tags & Java Beans?

Answer»

• Custom tags can manipulate JSP content, but BEANS cannot.
• Composite operations can be reduced to a considerably simpler form with custom tags than with beans.
• Custom tags require REASONABLY a BIT more WORK to set up than do beans.
• Custom tags are available only in JSP 1.1 and so on, but beans can be used in all JSP 1.x VERSIONS

• Custom tags can manipulate JSP content, but beans cannot.
• Composite operations can be reduced to a considerably simpler form with custom tags than with beans.
• Custom tags require reasonably a bit more work to set up than do beans.
• Custom tags are available only in JSP 1.1 and so on, but beans can be used in all JSP 1.x versions



Discussion

No Comment Found