================================= 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 generic utility classes that alleviates the need to cast and allows more errors to be caught at compile time. Generic Java is a proposal to add parametric types to the Java language that supports legacy code and pre-existing Java virtual machines. Article includes code snippets. http://www-106.ibm.com/developerworks/java/library/j-genjava.html?open&l=222,t=gr,p=genjava Register for JavaBeans, EJB, or servlet tutorials: http://www-105.ibm.com/developerworks/education.nsf/dw/all-onlinecourse-byzone?open&l=222,t=gr,p=jtutreg ================================= ================================= DRE is a 100% pure java application The Document Rendering Engine (DRE) is a collection of Java classes that can be used to define and render a Document. A Document is comprised of a collection of elements, where elements are such things as text, lists, tables, images, etc. http://www.alphaworks.ibm.com/tech/dre?open&l=222,t=gr,p=javDRE ================================= =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
