Projects tagged ‘jpa’ and ‘maven’


Jump to tag:

Projects tagged ‘jpa’ and ‘maven’

Filtered by Project Tags jpa maven

Refine results Project Tags spring (18) hibernate (15) java (14) web (5) ajax (4) javascript (4) gwt (3) jee (3) jsf (3) archetype (3) j2ee (3) tutorial (2)

[24 total ]

2 Users
 

Tudu Lists is an on-line application for managing todo lists. With Tudu Lists, todo lists can be easily accessed, edited and shared on the Web. It is a simple but effective project management tool.
Created over 3 years ago.

0 Users

This project provides you with a Maven2 archetype for kickstarting development of a very lightweight Java or Groovy based web-application, using Ajax and an in-memory database. It is using best of ... [More] breed technologies like Prototype, DWR, Groovy, Hibernate Annotations / JPA and an HSQLDB database. The archetype provides you with a few pages demonstrating basic CRUD functionality, that can be used as a starting point for your development. To get started please see the Documentation page on the Wiki. You will be up and running in a few minutes. Email: oyvindj_at_yahoo.com , [Less]
Created 10 months ago.

0 Users

Maven2 Archetype to generate a JBoss Seam Application
Created 3 months ago.

0 Users

Created 4 months ago.

0 Users

The main purpose of this project is to make your development even faster. Two main fronts are being developed right now. One is a GWT library for common website develop, ie: company sites where ... [More] carrousels are required, or dynamic menus. There are already a lot of options when we need to design a CRUD system, but not to normal websites. The other is an eclipse plugin, that will generate a JAVA project ready to deploy on APP-ENGINE or any other webserver. Also this project will be already user-login enabled. [Less]
Created 4 months ago.

0 Users

Przygotowanie do egzaminu SCBCD
Created 12 months ago.

0 Users

A sample web-app which shows these technologies together - maven, hibernate, jpa, spring mvc, spring security, spring web-flow and lastly Terracotta!!
Created 12 months ago.

0 Users

Injecting a Data Access Object Layer instead of coding oneWhy write the same kind of code over and over again just to persist some data? Probably you just want to create, update, delete and find some ... [More] data as quickly as possible and use your creative juices on other, often more interesting, tasks. Therefore why not just inject a Data Access Object Layer instead spending your time on writing the same kind of code over and over again? Is it really that easy? Yes it is! Using this library it is really that easy. Just dive into the code of the example, see download section for more details, and you will find out everything required to know. @Repository(value = "mySpringBean") public class MySpringBean { .... .. your really interesting code .. that uses GenericService without worrying about the details .... @Autowired GenericService genericService; // t it :) Have fun! [Less]
Created 12 months ago.

0 Users

sample skeleton (demo) app using gwt, maven, jpa
Created 2 months ago.

0 Users

The BZB Framework (pronounced 'busy bee') is both a collection of open source tools and libraries, and a set of guidelines for creating enterprise Java software, usually targeted for the web. In its ... [More] current state, it's not yet usable as a foundation for your web applications, due to a lack of documentation. You can however use the source code as inspiration for addressing common Spring, JSF, Hibernate and Maven issues. [Less]
Created 4 months ago.