Skip to content

Kotsiubynskyi/MyRestService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

This simple application shows basics in developing web services in REST style with JAX-RS.
Such features are covered in this project:
	- path mapping (@Path)
	- data type resolving (@Produces & @Consumes)
	- objects marshalling and unmarshalling(JAXB & Jackson-lib)
	- exceptions mapping (javax.ws.rs.ext.ExceptionMapper)
	- manual response building (import javax.ws.rs.core.Response.ResponseBuilder)

======================================================================================

Running
In order to run this application you have to have Maven correctly installed. 
Type "mvn jetty:run" in cmd and wait while the application will be deployed.
After deployment you can access web interface to interact with service by this link:
http://localhost:8080/RESTeasily/index.html

About

REST service with RESTeasy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published