"Servlets and the PHXJUG Job Listing Service"
Related Resources


NOTE: This page provides pointers to additional resources related to servlets, JDBC (servlets) and page compilation. This is only a small sampling of the servlet-related information, resources, and software which is available on the net. Take a close look at "Servlet Central" for more in-depth coverage. - Stephen Bate

Servlet Information and Directories
 
Servlet Central
http://db.surfspin.com/servlets/
Useful repository of information about servlet technology, servlet engine alternatives to the Java Web Server (IIS, Apache, Netscape, etc.), development tools, and a servlet archive.
 
ScriptSearch - Servlet Listings
http://www.scriptsearch.com/
Servlet directory.
 
JavaShareware.Com
http://www.javashareware.com/
Servlet directory.

Database-related Servlets

InstantOnline
http://www.gefionsoftware.com/InstantOnline/index.html
Generates HTML tables and content (based on patterns) using server-side include servlets.
 
JSQuery (Local Phoenix Company!)
http://www.jsquery.com/
Easy JDBC-based HTML generation using a special scripting language (HTML tags). Capabilities go beyond just database access (email, form processing, etc.).
 
RmiJdbc
http://dyade.inrialpes.fr/mediation/download/
RmiJdbc is a client/server JDBC Driver that relies on Java RMI. All JDBC classes (like Connection, ResultSet, etc...) are distributed as RMI objects, so that you can distribute as you like the access to any database supporting the JDBC API.
 
Zql: A Java SQL parser
http://dyade.inrialpes.fr/mediation/download/
Zql is a Java SQL Parser. SQL statements are parsed into java classes, that you can use to SQL-enable your applications (an example is provided).
Page Compilation and Alternative Approaches
 
Introducing Page Compilation (JavaSoft)
http://jserv.javasoft.com/products/java-server/
Documentation for Page Compilation in Java Web Server 1.1
 
Dynamo Application Server
http://www.atg.com/develop/products/d3/
Developers of Sun's page compilation technology. See the extended version (with Beans integration) in this product.
 
Java HTML Development Kit (JHDK)
http://www.sensoria.com/brandon/jhtml/index.html
Specialized Java classes for generating HTML in servlets.
 
docproc
http://javalab.uoregon.edu/ser/software/docproc/index.xml
An XML alternative to page compilation. Includes an XML parser and style sheet processor. A docproc servlet is available.
 
HTML Template Parser
http://www.member.com/~cbusch/java/
Simple HTML template parsing system. See docs in zip file.
 
Another HTML Template Parser
http://www.meangene.com/jws
Authors claims his approach has better separation between Java and HTML.
 
Template Resolution in XML/HTML
http://www-uk.hpl.hp.com/people/ak/doc/314.html
Proposal for an XML-based template processor. 


Feedback to (webmaster@phxjug.org) This site was originally designed by Stephen Bate - thanks
Powered by Java Web Server.