DBSight is a deployable J2EE web application that can create one or several search engines on any JDBC relational databases.
It''s a highly configurable platform to create search. It can crawl your database, create indexes, display search results.
You can customize most of the components, and manage the indexes -- all by web interface.
* Scalable, online demo http://search.dbsight.com holds 1.2G data, 1.7 million records
* Work on live systems, new or old legacy systems, without changing existing code.
* Customizable crawl, customizable indexing, customizable searching, customizable results templates
PhotoServlet is a distributed system for indexing and viewing images. The architecture of the photoservlet allows you to distribute pieces of the photo album on different machines and/or processes. Main features include: Add an image, Simple and exte...
Professional JavaServer Pages covers a wide variety of areas including design and architecture, JSPs and their relation to J2EE (Servlets, EJBs, JDBC etc) as well as extensive coverage of the tag extension mechanism that allows you to customize the t...
Aimed at those with some previous Java experience, Core Servlets and JavaServer Pages covers all you need to know to create effective Web applications using server-side Java. Combining plenty of practical advice with detailed information on these API...
HSQL is a relational database engine written in Java, with a JDBC driver, supporting a subset of ANSI-92 sql. It offers a small (about 100k), fast database engine which offers both in memory and disk based tables. Embedded and server modes are available.
Beginning Java 2 has a detailed introduction to the Java Foundation Classes (JFC), a vast set of graphics functionality including Java2D and Swing, which makes developing windowed applications much easier. It also covers the new Collections API, a bu...