|
Meditux is Java-servlet based
DBBrowse is a servlet-based
SQLServlet provides an easy
ThinSQL is a free
software that provides a web
application that runs on a
way to access your database
applet-servlet utility that
interface to MySQL. It was
Web server (either intranet
using HTML-forms. It
connects to an SQL server
developed to support an
or extranet). Using a simple
features: Can keep the
over the Internet. It's
intranet site in a medical
HTML Web browser, DBBrowse
connection "alive"
compatible with proxy
intensive care unit where it
enables you to access the
between the application and
servers and network
was used to collect clinical
Web server's databases
the database, Dynamically
firewalls because it uses
and research data. Its
(local or remote databases
generate HTML-tables from
HTTP as its main method of
primary task is to provide
as well).
The main DBBrowse
the result-set, Create forms
communication. ThinSQL can
timely medical information
functions are: Listing the
for inserts and updates,
be used to add, remove,
to both medical and
tables in a database,
Replace the values in the
modify, and retrieve data.
non-medical staff that
Displaying the structure of
querystring by
Features include: Works with
operate in an ICU (Intensive
a table, Dumping the
formvariables, Does not
any database accessible via
Care Unit) environment.
contents of a table,
require the creation of a
JDBC, Works with any Java
Searching records in a
new process for each
Servlet Server, Add, remove,
table,
request, Only need to be
modify, and retrieve data,
Inserting/updating/deleting
loaded once, and Runs on any
Freeware (not ThinSQLpro),
records in a table,
platform that supports the
Thin client (<30k),
Executing any SQL request on
Java Virtual Machine. It
No plugin, no client
a database (including DDL
requires ODBC Driver or a
installation, No expensive
requests), Exporting query
pure JDBC driver for your
application, No need of a
resultsets as text files
database.
RMI-supported browser, and
(fixed width or delimited),
Encoded data send to the
and Updating a table using
server (Base64). The Web
an import text file.
server in use must be
servlet enabled; the
database that is accessed
must be JDBC compatible.
Date: Sep, 08 2000 Date: Jul, 17 2000 Date: Jul, 08 2000 Date: Jul, 08 2000 |
|
Village is a 100% Pure Java
API that sits on top of the
JDBC API. The purpose of
this API is to make it
easier to interact with a
JDBC compliant relational
database. By using Village,
it is possible to execute
and manage
select/insert/update/delete
SQL statements without
having to actually write a
single line of SQL. Village
can use any valid JDBC
Connection object, so it is
possible to use Village with
a JDBC Connection pool.
Date: Jun, 27 2000 |