Download List

프로젝트 설명

Generator is a command line application to
facilitate the construction of small applications
that need some database objects. It isn't a
replacement for complex object persistence
solutions, like hibernate or TopLink, but it
covers a different target: the little Java Web
applications that don't use sophisticated
persistence options. Generator invocation is
simple: just type java -jar generator.jar -xml,
where the config file is an XML config file with
the definitions to connect to the database and
generate the bean classes. You can also use the
Ant task.

System Requirements

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.

2008-04-14 02:02
2.1.4

다음 버전은 이전에 다양한 코드를 정리. Subversion을 위해 Sourceforge 이사.
Tags: Code cleanup
Diverse code cleanups prior to the next version. Moved to Subversion in Sourceforge.

2007-07-22 22:45
2.1.3

선택적으로, 당신은 JSON 지원을 얻을 수있는 여분의 항아리에 포함될 수있습니다. 줍는 사람이 일반에 대한 일반적인 JSON JSON 출력에 대한 출력이 추가되었습니다.
Tags: Minor feature enhancements
Optionally, you may include the extra jars to get JSON support. JSON output for finders and generic JSON output for general have been added.

2007-07-15 09:06
2.1.2

H2를 데이터베이스에 대한 지원이 추가되었습니다. utils 클래스의 원시 코드에 대한 지원이 추가되었습니다.
Tags: Minor feature enhancements
Support for the H2 database was added. Support for
raw code in the utils classes was added.

2007-03-30 09:14
2.1.1

일부 버그가 수정되었습니다. 은 MSSQL에 대한 지원이 업데이 트되었습니다. Autonumeric 또는 시퀀스 필드 오라클, 파이어 버드,은 MSSQL, 그리고 MySQL을합니다. 일반적인 지원이 추가되었습니다 Finder에서 지원됩니다.
Tags: Minor feature enhancements
Some bugs were fixed. Support for MSSQL was
updated. Autonumeric or sequence fields are now
supported in Oracle, Firebird, MSSQL, and MySQL.
Generic Finder support was added.

2006-11-05 15:05
2.1.0

파이어 버드와 MS SQL Server에 대한 초기 지원이 추가되었습니다. MySQL의 드라이버 버전 5.0.4로 업데이 트되었습니다.
Tags: Minor feature enhancements
Initial support for Firebird and MS SQL Server was
added. The MySQL driver was updated to version
5.0.4.

Project Resources