Skip to content

A client and a server application that communicates via XML messages transmitted via HTTP messages. Server application implements Java Restful web service for getting XML message as POST request from client and perform operation like add element, get element etc. Once completion of operations, response to Post message was build which contains re…

Notifications You must be signed in to change notification settings

deepeshmittal/CS564-JavaRestFulWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CS564-JavaRestFul

A client and a server application that communicates via XML messages transmitted via HTTP messages. Server application implements Java Restful web service for getting XML message as POST request from client and perform operation like add element, get element etc. Once completion of operations, response to Post message was build which contains response XML payload and sent back to client. Java, Eclipse, Tomcat, DOM XML parse, JAX-RS, Jersey etc were used to building the project.

About

A client and a server application that communicates via XML messages transmitted via HTTP messages. Server application implements Java Restful web service for getting XML message as POST request from client and perform operation like add element, get element etc. Once completion of operations, response to Post message was build which contains re…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages