Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

The Eclipse Persistence Services Project (EclipseLink) project's goal is to provide an extensible framework that will enable Java developers to interact with relational databases, XML, and Enterprise Information Systems (EIS) in an efficient and productive manor. EclipseLink will focus on ... [More] supporting leading persistence standards including the Java Persistence API (JPA), Java API for XML Binding (JAXB), Java Connector Architecture (JCA), and Service Data Objects (SDO). [Less]

4.38462
   
  0 reviews  |  28 users  |  1,715,268 lines of code  |  34 current contributors  |  Analyzed 2 months ago
 
 

With Lambico you can add DAOs to your entities just writing only their interfaces, with no implementation.

4.0
   
  0 reviews  |  3 users  |  8,167 lines of code  |  2 current contributors  |  Analyzed 10 days ago
 
 

Sample project testing all sections on Spring-Core certification test

0
 
  0 reviews  |  1 user  |  18,335 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

Utility library to implement domain objects and DAOs based on JPA and Spring.

5.0
 
  0 reviews  |  1 user  |  15,883 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Yet Another Generic DAO layer for Java. With support for both JPA and hibernate For the general view you can take a look at http://www.altuure.com/projects/yagdao/ start up article: http://www.altuure.com/2008/10/02/who-needs-implementations/

0
 
  0 reviews  |  1 user  |  12,769 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Tutorial for Using Spring with Hibernate 3 Annotations and Maven

0
 
  0 reviews  |  0 users  |  363 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Eclipse plugin - Dreamsource ORM code generator. See a manual from www.leeonsoft.com. Dreamsource ORM It abstracts a database table metadata into a com.leeonsoft.jdbc.crud.Table so it can programatically and concisely be used to construct a dynamic query SQL as indicated by the following code: ... [More] Compared to JPA 2.0, there are some following advantages: No annotations about column mapping in entity. No Metamodel classes are generated by means of an annotation processor or the application developer. com.leeonsoft.jdbc.crud.Table defines column mappings, table relationships and their join conditions. No lazy loading. Eager loading is implemented so n + 1 queries are prevented. Queries can be defined through Select or Query with support of built-in Converters: Select can be constructed based on objects Table, Column, And. Column can be obtained from Table and it has a lot of methods such as greaterThan(), betweenAnd(), which can be used to define predicates. Select supports pagination control. Query can be constructed from a string SQL statement. It supports parameter binding. Dreamsource ORM has a built-in com.leeonsoft.orm.converter.Converter type of converter that can be used by com.leeonsoft.jdbc.EntityManager or application to convert a Java Object into a frontend String or a frontend String into a backend Java Object. The converter prevents data conversion from scattering different pages and layers. Dreamsource ORM has a built-in com.leeonsoft.orm.validation.Validatable type of validation that can be used by com.leeonsoft.jdbc.EntityManager or application to validate an input POJO object before it is saved or updated. The validation prevents invalid data from being persisted. Each database table needs the following objects: an entity object which extends POJO. a primary key object which extends TablePK if there is a composite primary key. a table object which extends Table. a converter which extends Converter (optional). a validator which extends Validatable (optional). The above code can be generated using Dreamsource ORM Code Generator which is an Eclipse plugin. Dreamsource ORM depends on ASM and AspectJ. You can find more documentation from Leeonsoft web site. Integration of Dreamsource ORM with Spring and examples can also be found in Leeonsoft web site The following databases are supported: Oracle DB2 SQL Server MySQL HSQLDB Usage for GWT: Download the dreamsource2_0_1_04202009_GWT_src file from the downloads linked on the right of this page and add it to your project's classpath. Add the following inherits to your .gwt.xml: Use any classes under com.leeonsoft.jdbc.orm and com.leeonsoft.jdbc.exception as well as your domain objects that extend com.leeonsoft.jdbc.orm.POJO as you normally would. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 1 year ago
 
 

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: ... [More]       > svn checkout http://spring-kickstart.googlecode.com/svn/trunk/ spring-kickstart    2. Switch to new project       > cd spring-kickstart/kickstart    3. Run Maven build:       > mvn clean package    4. Run Maven Jetty plug-in:       > mvn jetty:run [Less]

0
 
  0 reviews  |  0 users  |  7,104 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

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).

5.0
 
  0 reviews  |  0 users  |  1,918 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Summer JDBC is a very thin persistence layer on top of Spring JDBC which handles entities relations plus what resembles to an ORM infrastructure.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.