This can be a great productivity tool. However, it means losing sight of the JSDK2.1 API. which is a common reference set and in which one of the objectives is to have portability openess etc. Unless this tool can move up to being defacto, it use could be limited, because it bound you to one vendor. >>> John Brecht <[EMAIL PROTECTED]> 06/23 8:26 AM >>> What are you talking about? the point is, this makes things object oriented, which WILL save you all kinds of coding once you have to start doing much more than writing "hello world!" John Brecht Department of Physics and Astronomy Michigan State University [EMAIL PROTECTED] ----- Original Message ----- From: Rogatkin, Dmitry <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 1999 7:53 PM Subject: Re: [ANN] Element Construction Set (ECS) 1.0 > It's a great library. Now I have to type 75 characters instead 78. One more > library in my classpath costs that. > > Dmitry. > ----- Original Message ----- > From: jon * <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 22, 1999 4:19 PM > Subject: [ANN] Element Construction Set (ECS) 1.0 > > > > <http://java.apache.org/ecs/> > > > > Element Construction Set (ECS) is a Java API for generating elements for > > various markup languages it directly supports HTML 4.0 and XML, but can > > easily be extended to create tags for any markup language. This version > > fixes some bugs, re-arranges the package layout adds optional Pretty > > Printing of the output and is a final 1.0 release! > > > > Instead of doing something like this in your servlet: > > > > out.println("<B><I>"); > > out.println("hello world!"); > > out.println("</I></B>"); > > > > You can do this in your servlet: > > > > B b = new B().addElement (new I("hello world!")); > > out.println ( b.toString() ); > > > > This creates the HTML on the output stream: > > > > <B>hello world!</B> > > > > <http://java.apache.org/ecs/> > > > > -jon > > > > > ___________________________________________________________________________ > > To unsubscribe, send email to [EMAIL PROTECTED] and include in the > body > > of the message "signoff SERVLET-INTEREST". > > > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > > Resources: http://java.sun.com/products/servlet/external-resources.html > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
