Download List

项目描述

Admin is entirely written in Java. It uses Swing GUI Components and JDBC to connect to databases. It has been succesfully tested with MySQL, Derby, InstantDB, Oracle, Empress, MS SQL Server, and PostgreSQL. You can have a tree view of the RDBMS or pick a single instance to have a look at its metadata. It allows you to create, modify, and drop tables and to create indices on a table. The dynamic form makes it easy to enter data into a certain table, and the guided query makes it easy to retrieve data from a table and to export it. Java developers will probably enjoy the code generator doing an OO relational wrapper and a swing GUI for them. There is a tool with which SQL statements can be enriched with a few commands, generating a GUI to easily select data from a DB. You can also export and import data and transport it from one DBMS to another.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-01-22 16:44
2.2

在连接的数量现在可以定义。如果超过这个数字,是连接循环。这意味着管理员现在可以在一个RDBMS的使用不超过由许可证允许的连接数的方法。 java.util.logging中现在使用。 AlterTable现在更符合不同RDBMS的。修正了一些在代码生成器。 StackTraces现在在一个窗口弹出,并提供更多的信息。 SimpleLogServer,捕捉一个LogRecord配置能够透过java.util.logging.SocketHandler,增加了。一个MySQL的Dashboard是现已。
标签: Major feature enhancements
The number of connections can now be defined. If this number is exceeded, the connections are cycled. This means that Admin can now be used on an RDBMS without exceeding the number of connections allowed by the license. java.util.logging is now used. AlterTable is now more compatible with different RDBMS. Some fixes were made within the code generator. StackTraces now popup in a window and offer much more information. SimpleLogServer, which captures a logrecord configured to be sent by java.util.logging.SocketHandler, was added. A DashBoard for MySQL is now available.

2002-06-30 21:29
2.0.2

现在的CodeGenerator具有一个代码生成器之前修改的Swing的GUI。此编辑器显示为一树的XML文件,并允许用户修改面板和组件节点。用户可以插入其他的面板,可以剪切和粘贴一个小组到另一个组件。还有一个预览功能,显示他们申请前的变化。
标签: Major feature enhancements
The CodeGenerator now features an editor to modify
the Swing GUI before code generation. This editor
displays the XML file as a tree, and allows the
user to modify panel and component nodes. The user
can insert additional panels, and can cut and
paste components from one panel into another.
There is also a preview feature which displays the
changes before applying them.

2002-03-15 10:59
2.0.1

在此版本中,有更好的PostgreSQL的融合,更好的图像处理,更好的性能处理,改变混乱时,司机走了,“一键连接”现在是工作,增加了一些改进的instantDB,和一些测试的RMI的补充- JDBC的。
标签: Minor bugfixes
In this release, there is better PostgreSQL integration, better image handling, better properties handling, the confusion when changing the driver is gone, "one click to connect" is now working, some enhancements were added for instantDB, and some tests added for RMI-JDBC.

2002-01-16 01:55
2.0

此版本已被重新包装成不同的主要的包,它允许一个更容易找到一个管理员的访问,以简化其使用。有一个全新的代码生成工具。它现在能创造更好的SQL包装,用准备好的发言和提供额外的功能。还有一个JTableModel,允许直接写回数据库在JTable中的一代,新的和更好的秋千形式要灵活得多。所有的这一代,现在可以做一个运行,是基于生成和编辑XML文件。
标签: Major feature enhancements
This release has been repackaged into different main packages, which allows one to more easily find a tour in admin and to simplify its use. There is a completely new code generator tool. It now generates a better SQL wrapper, using prepared statements and delivering additional features. There is also generation of a JTableModel that allows a direct write back to the DB in a JTable, and a new and better Swing form that is much more flexible. All the generation can now be done in one run, and is based on a generated and editable XML file.

2001-12-03 23:44
1.3

此版本包括SqlMonitor,SelectDriver和SingleColumnInfo错误修正。
标签: Minor bugfixes
This release includes bugfixes in SqlMonitor, SelectDriver, and SingleColumnInfo.

Project Resources