Html Generation Engine 2004-01-31 - By Ben Hill
Back Take a look at JSPs (Java ServerPages) at:
http://java.sun.com/products/jsp/
With a JSP page you can define custom tags to output content into what a browser sees as an HTML document. By implementing some Java middleware, you can link this custom tag to your database, and use it to obtain, then render HTML content.
Hope this helps,
Ben
On Thu, 2004-01-29 at 11:13, Prashant Parab wrote: > Hi Group > > My name is Prashant. In one of our project we are planning to > implement a HTML page generation engine whose job is to make a HTML > page dynamically. The plan is to store all the field name associated > with the HTML page in the database and then create the HTML page using > that fields. For example in the database there will be one table which > will have 2 columns PAGE_ID and FIELD_ID. This table will contain all > the filed associated with different page id’s. One page represents one > page id in the system. Is anybody in the group aware of any open > source implementation of such kind of Engine? Suggestions are welcome. > > > > --PP > > > =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv @(protected) and include in the body of the message "help". -- mail: ben@(protected) home: www.javacoder.net - "Java Coding, from the Source!"
==========================================================================To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|