Skip to content

radcortez/gwt-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Prototype to Support REST calls in GWT Servlets

Run with :mvn jetty:run

Try it out with:

curl -XPOST http://localhost:8080/rest/getUser -d "" -H 'Content-Type: application/json'
curl -XPOST http://localhost:8080/rest/createUser -d '{"firstName":"Naruto","lastName":"Uzumaki"}' -H 'Content-Type: application/json'
curl -XPOST http://localhost:8080/rest/updateUser -d '{"firstName":"Boruto","lastName":"Uzumaki"}' -H 'Content-Type: application/json'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages