Skip to content

Restful Service deployable web archive created using jersey and in-memory h2 database for which Hibernate(JPA implementation) is used

Notifications You must be signed in to change notification settings

kdsalvy/ProductCatalogService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description - A simple and lightweight RESTful project.

Functionality

Database CRUD operations as REST

  • Add a product
  • Retrieve the product based on product id
  • Retrieve the list of products based on simple search criteria e.g. product type
  • Remove a product from the catalogue.

Technical Specifications

Technical specifications from development and deployment perspective

  • Build & Configuration - Maven
  • Database - H2
  • REST - Jersey
  • Server Runtime - Eclipse embedded Jetty server.

About

Restful Service deployable web archive created using jersey and in-memory h2 database for which Hibernate(JPA implementation) is used

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages