|
JFAQ ver. 1.3 This package lets you build FAQ pages. FAQ here is a set of pairs . What does this tool provide?
a) A schema for your database. This schema is a set of DDL statements that you may use for setting a database with your FAQ lists. JFAQ works with any database through JDBC.
b) A set of custom JSP tags you may use for building your application
c) A simple set of JSP pages (examples for JFAQ taglib or a generic FAQ support application you may use as a base for your development)
So, JFAQ does not dictate a form/design for your pages. You will use custom JSP tags for access to your database and you are free to choose how to use them and how to incorporate tags into your pages. Try It Out: http://www.servletsuite.com/jfaq/index.htm
|