Projects tagged ‘hibernate’, ‘jpa’, ‘maven’, and ‘spring’


Jump to tag:

Projects tagged ‘hibernate’, ‘jpa’, ‘maven’, and ‘spring’

Filtered by Project Tags hibernate jpa maven spring

Refine results Project Tags java (4) j2ee (3) ajax (2) tutorial (2) mysql (2) scala (1) struts (1) mysqlserver (1) zk (1) releasemanagement (1) cluster (1) social_networking (1)

[11 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

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

0 Users

Scalaffinity is a library providing a core of functionalities for any social networking web site extracting and leveraging collective intelligence. Scalaffinity is built using Scala, Spring, JPA+Hibernate(Search)+EHCache, JUnit+DBUnit, Maven...
Created 8 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 about 1 year ago.

0 Users

ZKBASEThis project serves as example code base using following J2EE open-source frameworks and tools: ZK Framework Hibernate Spring Spring Security (Acegi) Maven OverviewThe main focus lies on the ... [More] integration of the ZK front-end framework. However, as the backend is also realized further frameworks are considerd. For instance the persistance framework Hibernate is used for mapping the domain objects to a relational database (tested on MySQL, Oracle and HSQL). JPA is used to generalize the interface to the Hibernate layer. Spring comes into play for wiring the various layers together as well as for providing the desired level of security and user authentication. Maven serves as building tool allowing a smooth build process as well as the execution of the application. The ApplicationThe purpose of the application is to show the functioning of common features web applications nowadays have implemented. Within this scope user authentication, securing of content, sorted lists, pagination, and so forth can be found. Following list demonstrates the basic workflow: On the start page the "Init"-button will set up the user-database with one admin account and 100 user accounts. It is possible to log in using either the admin account or one of the 100 user accounts. Dependent of the roles (ROLE_ADMIN, ROLE_USER,..) the access rights are restricted for certain areas. For instance, a user can only alter his own profile whereas the admin can alter all profiles in the system. The Features...regarding ZK MVC based on ZkToDo2 listbox including pagination, sorting menu ...regarding Spring dependency injections auto-wiring security ...regarding JPA/Hibernate annotation driven transactions ...regarding Maven embedded Jetty web server (target: jetty:run) [Less]
Created about 1 year ago.

0 Users

用于学习的项目,包括很多子项目
Created 10 months ago.

0 Users

A tutorial for JPA, using Spring, Hibernate, Maven, Eclipse, and HSQLDB.
Created about 1 year ago.

0 Users

This is a simple sandbox that contains various pieces of code I use or may reuse.
Created about 1 year ago.

0 Users

Release managers enter details of each build and deploy. Engineers and managers can then quickly see what releases are deployed to what environment. Features includeemail alerts admin interface for ... [More] setting up contacts, projects, artifacts, and deploy environments environment summary page where you can easily see on one screen the current state of all deployment environments Software featuresJava 5 implementation inside Tomcat 5.5 Java Persistence API with Hibernate/mySQL Maven 2 project setup for dependency management and builds Start of a Google Web Toolkit interface Spring integration with Hibernate and GWT [Less]
Created about 1 year ago.

0 Users

FrameworksComme framework de base dans cette application: Hibernate-annotation partie DAO. GWT-Ext et du Ajax pour la partie front office. Axis2 pour le déploiement des web services. Spring pour la ... [More] communication entre les différentes couches (Injection IOC), gestion des transaction et implémentation de sécurité. JUnit et DbUnit pour les tests unitaires. Jboss comme serveur des web services et web. MySQL comme serveur de données. Maven 2.0.8 pour le gestion du build de l'application. Eclipse comme IDE. [Less]
Created about 1 year ago.