16. Element Construction Set

Java Servlet Programming, 2nd Edition > 16. Element Construction Set

 
< BACKCONTINUE >

Chapter 16. Element Construction Set

The Element Construction Set (ECS) package takes a dramatically different approach to content generation than JSP, Tea, and WebMacro. ECS abstracts away the HTML text and treats HTML as just another set of Java objects. A web page in ECS is manipulated as an object that can contain other HTML objects (such as lists and tables) that can contain yet more HTML objects (such as list items and table cells). This "object-oriented HTML generation" model proves to be very powerful, but also very programmer-centric.

Stephan Nagy and Jon Stevens wrote ECS and released it as open source as part of the Java Apache Project, using the Apache license of course. They modeled the library after the commercial htmlKona product from WebLogic, a product which lost support when WebLogic was purchased by BEA Systems. Here we talk about ECS Version 1.3.3, available at http://jakarta.apache.org/ecs.


Last updated on 3/20/2003
Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >


Java servlet programming
Java Servlet Programming (Java Series)
ISBN: 0596000405
EAN: 2147483647
Year: 2000
Pages: 223

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net