Télécharger la liste

Description du projet

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.

Système requise

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.

2002-01-16 01:55 Retour à la liste release
2.0

Ce communiqué a été reconditionné dans des packages principaux différents, ce qui permet de trouver plus facilement un tour dans l'admin et de simplifier son utilisation. Il ya un tout nouvel outil générateur de code. Il génère maintenant un meilleur emballage SQL, en utilisant les requêtes préparées et proposant des fonctionnalités supplémentaires. Il ya aussi la génération d'un JTableModel qui permet une écriture directe retour à la BD dans un JTable, et une nouvelle et meilleure forme Swing qui est beaucoup plus souple. Toutes les générations peuvent désormais se faire en une seule fois, et est basé sur un produit et modifiable fichier XML.
Tags: 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.

Project Resources