Skip to content

jorgemontes/client-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client Api

A simple JSP page to fill a H2 database with a unique table CLIENT. Also, a REST service to retrieve all saved clients

Technologies

  • H2 database
  • Hibernate
  • Maven
  • Java 1.7
  • EJB 3.1
  • Glassfish 4.1
  • Jersey
  • Swagger
  • The application has all permissions to access the home ~ so it can create the database files client-api.mv.db

Run the program

  • cd to the project's root directory.
  • run the Maven command mvn clean compile install
  • if the build is successful it should log the path of the java web archive created

[INFO] Building war: /home/jorge/workspace/client-api/client-api-web/target/client-api-web-1.0-SNAPSHOT.war

About

just a little client api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages