About site: Programming/Languages/Java/Databases and Persistence/Tools - SQL2JAVA
Return to Computers also Computers
  About site: http://sql2java.sourceforge.net

Title: Programming/Languages/Java/Databases and Persistence/Tools - SQL2JAVA Introspects database schema and generates all the needed java code to access it. No XML, no manual mapping, no complex architecture, no hand coded queries. [Open source, LGPL]
Parsons,_Mark PHP, MySQL applications, Also resume and Laccie's photography.

The_CryptoGraphic_Disk_Driver Short description of The CryptoGraphic Disk Driver (CGD) for NetBSD and a reference to the FREENIX paper written about it.

ClikView_File_Viewer File viewer with explorer style interface. View and edit almost any file directly without launching the files native application. Full archive manger / ZIP viewer to create, view, edit, convert and ex

Imprint_Software Psychonet is a multi-platform neural network application for analyzing data. It finds patterns based on earlier history that has accumulate in the network through a process known as training. User gui

Wildgrape_NewsDesk Wildgrape NewsDesk is a fast, convenient, and easy to use RSS headline reader for Windows. Requires Microsoft .NET Framework.

How_to_Setup_a_Website Eight steps to setting up a website. From organizing pages to make use of key words through to web hosting and getting noticed by the search engines.


  Alexa statistic for http://sql2java.sourceforge.net





Get your Google PageRank






Please visit: http://sql2java.sourceforge.net


  Related sites for http://sql2java.sourceforge.net
    Phil_Spencer Popular shareware and freeware programs for the Psion 3a, 3c, Siena, Series 5 and Geofox-One machines.
    Phoenix_IT_Solutions,_LLC_ Offers several security auditing packages include risk assessment and penetration testing. Based in Washington, DC, USA
    International_Workshop_on_Implicit_Computation_Complexity Webpages of past and forthcoming ICC conferences and related meetings. Next meeting as a satellite workshop of LICS'03: Ottawa, Canada; 26--27 June 2003.
    Chui,_Steve Profile, resume. Photo gallery. Demonstrate how to use Java Swing to create virtual desktop environment within a browser.
    Personal_iMarvel A series of free and fast wizard tools with optional javascript enhancement. Tools include weather, personal finance, search, clock, jukebox, news, calculator, and radio.
    V300 Offers wallpapers, screensavers and ringtones.
    Semiconductor_Venture_Fair A yearly conference to bring semiconductor-related technology and services companies and venture capitalists together.
    LegacyJ_Software Tools bring together the capabilities of COBOL and Java technology with the flexibility of Java for Client/Server and Web applications.
    RFC_0740 NETRJS Protocol. R.T. Braden. November 1977.
    RFC_1176 Interactive Mail Access Protocol: Version 2. M.R. Crispin. August 1990.
    RFC_1337 TIME-WAIT Assassination Hazards in TCP. R. Braden. May 1992.
    Php_dinsol_com Free PHP scripts, tutorials, articles, software, downloads, resources directory.
    C#_XML_Directory_Lister This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet. By Greg Hack, The Code Project. (Oct
    Image_Annex An easy-to-use free image upload hosting service.
    DLT_2005 9th International Conference on Developments in Language Theory. Palermo, Italy; 4–8 July 2005.
    Leading_Solutions Service include site design, marketing and domain name registration.
    Infinite_Home Offering web and graphic design, domain registration, hosting and promotion services.
    Extromedia Offers site design, e-commerce development, web applications, multimedia, marketing services, network design and on-site support, and free e-commerce consultation. Located in Michigan in the United St
    Google_Hacks Collection of tools including Google News headlines projected onto a world map.
    Napster_fans_squeeze_through_loopholes For faithful Napster members wondering how they'll get free music from now on, solutions are quickly making the rounds. [News.com] (March 6, 2001)
This is websites2007.org cache of m/ as retrieved on 2008.10.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
SQL2JAVA - SQL2JAVA @import url("./style/maven-base.css"); @import url("./style/maven-theme.css");sql2java sql2java | download Sql2javaOverviewKey featuresFeaturesDatabase SupportSupportConstraintsExampleDownloadSupportFAQForumsBugsSourceForge LogoSourceForge LogoLegendExternal LinkOpens in a new windowBuilt by Maven

SQL2JAVA Overview

SQL2JAVA is a free, open source object-relational mapping tool. It enables Java developers to quickly map a relational database schema to a set of classes. The generated source code uses standard JDBC methods for persistence, and there is no runtime library required.

Key Features

From all the features SQL2JAVA has, what are the key features that makes it really worth my download and my time evaluating it ? SQL2JAVA is simple SQL2JAVA source code is simple, its design is simple, so it is easily modifiable and extendable to fit your needs. The generated code is simple and documented, so it is easily readable. SQL2JAVA generates code Is that supposed to be a key feature ? Isn't hibernate and consors generating on-the-fly code using dynamic proxies that are driven by XML configuration files whom are themselves generated via embeded xdoclet javadoc tags ? The point is that this kind of software is great, often technologically speaking they are damn great, but their learning curve are damn steep, and when an exception arise, you are damn lost ... With SQL2JAVA if you have an exception, you have the filename and its line number, so you just read the line and you know EXACTLY what is the exception about ! ... as you would do for your own code...

Features

Good / Easy for Because of ... Learning 5 minutes to setup, generate and launch a real example. Installation Install ant, type few simple command lines and you're done. Documentation Generates inline documentation that is usable. Configuration Automatic mapping of the database fields. Database Support for Oracle, MYSQL, HSQL, and any database that comes with a JDBC driver that supports retrieval of an auto-generated key. Identity Retrieves auto-generated keys (Oracle sequence, MYSQL auto_increment, HSQL identity, JDBC 3.0 auto-generated keys, etc...) Transaction Convenient transaction handling. Connectivity Uses datasource or simple Driver getConnection. Performance Performs update/save only when needed. Performance Uses prepared statements so your database do not have to reparse your queries every time. Configuration Includes a listener for lifecycle events, so you add code before and after insert, update and delete Manipulation Requires minimal knowledge of SQL (it is of course always good to have some). Relationship Manages 1-to-1, many-to-1, and many-to-many relationships. Extension Easily extendable, both the generator AND the generated code which is template based. Building It comes with a ready to work example and ant script.

Database support

SQL2JAVA generates an easy-to-use and powerful database layer API to access a given relational database through a JDBC-compliant driver. It is currently in use in production environments with Oracle, SQL Server, MySQL, and more... Generating an API for a database not yet supported is very easy, you just need to edit sql2java.properties! In fact, if your jdbc driver / database supports retrieval of auto-generated keys, then it is already supported by SQL2JAVA.

Support

The project is hosted at SourceForge where you may submit feature requests, bug reports, etc... Your feedback is important to improve this tool.

Constraints

SQL2JAVA comes with features ... and constraints. Very complex schema SQL2JAVA does not handle everything for you, if your database schema is very complex, it might be lost. Just generate the code for your database, and see it for yourself.
 

Introspects

database

schema

and

generates

all

the

needed

java

code

to

access

it.

No

XML,

no

manual

mapping,

no

complex

architecture,

no

hand

coded

queries.

[Open

source,

LGPL]

http://sql2java.sourceforge.net

SQL2JAVA 2008 October

dvd rental

dvd


Introspects database schema and generates all the needed java code to access it. No XML, no manual mapping, no complex architecture, no hand coded queries. [Open source, LGPL]

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Home Loan - Kitchen Appliance - McDonalds - MPAA - WoW Gold
2008-10-07 03:48:10

Copyright 2005, 2006 by Webmaster
Websites is cool :) 175Wymiana Linków - Pozycjonowanie - Nagrzewnica - Rezystory - Korepetycje