Skip to content
/ EasyJ Public

Collection of small libraries to make my (and other's) java life easier =)

Notifications You must be signed in to change notification settings

orapouso/EasyJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyJ Library

A collection of small simple libraries to simplify some tasks when dealing with JEE application. It deals with JPA, Bean Validation, Spring, Http Client and so on.

The library is divided in four small libs:

  • EasyJ Http - Creates a wrapper around HttpClient for easier chaining http requests
  • EasyJ Spring - Some small spring view classes for JSON parsing
  • EasyJ ORM - A generic DAO/Service solution for ORM with JPA
  • EasyJ REST - A @Controller class structure to deal with common REST tasks to CRUD entities

Dependencies:

Each library has its set o dependency but generally they depend on the libraries bellow

  • Spring Web MVC 3.1.*
  • Commons Logging 1.1.*
  • JSON-Lib 2.3
  • Http Client 4.1.*
  • Commons Http Client 3.1
  • Hibernate Validator 4.1.*
  • Hibernate JPA 3.6.*

About

Collection of small libraries to make my (and other's) java life easier =)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published