Skip to content

Web application demo of how implements REST services, using RESTEasy. Running in Jetty Web Container.

Notifications You must be signed in to change notification settings

edermag/app-demo-jetty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-demo-jetty

Web application shows how implements web service with REST architecture using Jetty web container.

A simple application that exposes two REST services for the two main entities: Veiculo and Multa (traffic penalty).

Details

  • REASTEasy - framework for build REST services;
  • Spring Framework - framework provides DI and IoC.
  • Spring Data JPA - Spring module for build components of persistence tier with JPA;
  • JPA/HIbernate - ORM spec and provider;

Configs

  • Maven: for build;
  • MySQL Database;
  • Jetty (plugin Maven);
  • JUnit: Integration Tests
  • JDK: Java 1.6+

Portuguese

About

Web application demo of how implements REST services, using RESTEasy. Running in Jetty Web Container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages