Developing JSP Tag Libraries in JSP 1.2

2001-04-12 Thread Kelli Wiginton
== Developing JSP Tag Libraries in JSP 1.2 The ability to create tag libraries is a recent addition to the JavaServer Page (JSP) specification that lets you create reusable tags that resemble XML/HTML. This addition to the specification allows for role-based development that can s

A proposal to add parametric types to the Java language

2001-03-19 Thread Kelli Wiginton
= A proposal to add parametric types to the Java language The current way of implementing generic utility classes, such as Vector and Hashtable, requires many unsightly casts, which may cause run-time errors. Parametric types provide an elegant way to implement ge