Does anybody know html java utlillies or library that provides interface to create HTML objects such Table, Checkbox, Form, Radio buttons and may be output html text.
I searched on the internet but couldn't find one.
Any ideas, url or jars
Thank you
-
HTML Java library (4 messages)
- Posted by: Nagsen Chankapure
- Posted on: April 22 2003 12:51 EDT
Threaded Messages (4)
- JOT Servlets Framework by Paul Copeland on April 22 2003 14:24 EDT
- Jakarta Element Construction Set (ECS) by Sean Sullivan on April 22 2003 19:45 EDT
- ECS is a great toolkit by Race Condition on April 23 2003 13:39 EDT
- Jakarta Element Construction Set (ECS) by Nagsen Chankapure on April 23 2003 14:19 EDT
-
JOT Servlets Framework[ Go to top ]
- Posted by: Paul Copeland
- Posted on: April 22 2003 14:24 EDT
- in response to Nagsen Chankapure
Try searching the internet for "java servlets framework".
The JOT Servlets web site has links to several api's that do what you are asking about:
http://www.jotobjects.com
Also check out the free JOT Servlets evaluation download. JOT Servlets allow you to work with normal HTML pages that interface with JOT Beans magically activated by the servlet controller. The is sort of the inverse of what you asked since the HTML uses Java Beans property values instead of having java write out html (which ultimately leads to hard to maintain web pages - same problem with JSP). -
Jakarta Element Construction Set (ECS)[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: April 22 2003 19:45 EDT
- in response to Nagsen Chankapure
-
ECS is a great toolkit[ Go to top ]
- Posted by: Race Condition
- Posted on: April 23 2003 13:39 EDT
- in response to Sean Sullivan
I recommend the ECS to all developers I encounter. It is especially helpful if you choose to use Servlets for output and not JSP. -
Jakarta Element Construction Set (ECS)[ Go to top ]
- Posted by: Nagsen Chankapure
- Posted on: April 23 2003 14:19 EDT
- in response to Sean Sullivan
Good recommedation !!!
Thank you.