Skip to content

myCSprojects/WebApp-Java-RestFul-web-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebApp-Java-RestFul-web-services

Used Java, JDBC, MySQL, jQuery, HTML, CSS

Developed RestFul webservices:

  • getMovies
  • getMoviesByName
  • getMoviesByTheater
  • getMoviesByRatings
  • getMoviesByGenre
  • insertNewMovie
  • updateNewMovieByName
  • deleteMovieByName

Java POGO details which represents database columns:

String  movieName;
String  rating;
String  genre;
String  cast;
String  director;
String  production;
String  movRating;
String  overview;
String  theaterName;
String  address;
String  showTiming;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published