| Projects on Google Code | Results 1 - 10 of 127 |
susano(スサノオ)は、GAE/J開発者のためのシンプルなフレームワークです。<br>
susanoは、下記のレイヤーをサポートします。<br>
<ul>
<li>永続化層(susano-datastore)</li>
<li>プレゼンテーション層(susano-presen) <font color="red"></font></li>
</ul>
デモアプリケーションのダウンロードは<a href="http://susano.googlecode.com/files/susano-demo.zip">こちらから</a>。<br>
susanoプロジェクトはmav...
The data-access framework allow the developer to abstract form persistence framework. It provides simple Dao interface and several Dao implementation (two at this time, one for JPA and one for pure hibernate).
= Features =
* [Introduction]
* DaoInterface
http://quickdb.googlecode.com/files/quickDBLogo.png
<br><font color="#43cd80" face="Verdana">
==Version 1.1 RELEASED!==
</font>
_Working with Databases has never been Easier!_
QuickDB aims to develop a persistence library that allow the user to write only the Data Model, and the library wi...
O intuito dessa api é facilitar o uso do [http://orbroker.sourceforge.net/ Framework OrBroker] em seu projetos de acesso a banco de dados e procura retirar os detalhes da configuração de acesso ao banco do código java.
Outra importante função é a [PadraoOperacao padronização de certas operações]...
= Introduction =
SimpleDS provides a simple Java-to-Entity framework that maps java classes to persistent entities, getting as little in the way as possible. What you get is barely a wrapper around Datastore APIs, providing mapping between Entity and Java classes.
[http://code.google.com/appen...
<ol>
<li>*Eclipse plugin* - Dreamsource ORM code generator. See a manual from <a href="http://www.leeonsoft.com/orm_plugin.jsp">www.leeonsoft.com</a>.
<li>*Dreamsource ORM*<br/>
It abstracts a database table metadata into a _*com.leeonsoft.jdbc.crud.Table*_ so it can programatically and concisely...
orm,
persistence,
jdbc,
java,
relational,
mapping,
jpa,
hibernate,
spring,
hibernate,
wicket,
struts,
gwt
This framework generates high-performance DAO implementation based on annotated interfaces.
Update:
Now framework is available as maven 2 artifact: add to POM.XML
{{{
<repositories>
<repository>
<id>dyndao</id>
<url>http://dyndao.googlecode.com/svn/trunk/...
This is a project for creating sample code for the Spring 2.0 Kickstart presentation at Spring Forward 2006 (http://springforward2006.com)
Follow these steps and you should be OK -
1. Check-out source using Subversion:
> svn checkout http://spring-kickstart.googlecode.com/svn/trunk/...
= WHAT IS PERMAFROST =
Permafrost is a suite of tools motivated by the need of Java application developers for a transparent means of storing hierarchical/binary data. Permafrost plans to provide three key components for developing an application-specific data store:
* libjhdf; a JNI binding fo...
This project provides code samples of how to use well-known Java persistence frameworks. This project aims at easing the first steps when evaluating a (new) Java persistence framework. The provided samples will exhaustively exemplify all general features of these persistence frameworks. All samples ...