Skip to content

akivanc88/wine-cellar-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wine Cellar Application

The Wine Cellar application is documented here.

This application provides an example of Building a complete RESTful API in Java using JAX-RS and Jersey. Consuming these services using jQuery

Set Up:

  1. Create a MySQL database name "cellar".

  2. Execute cellar.sql to create and populate the "wine" table:

    mysql cellar -uroot < cellar.sql

  3. Import the Dynamic Web Project in Eclipse.

  4. Locate cellar.properties and make sure the JDBC connection string matches your database configuration

  5. Run the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.1%
  • JavaScript 26.1%
  • HTML 7.1%
  • CSS 6.7%