How to create CRUD Restful WEB SERVICE in JAVA using Eclipse IDE?

I have a database of my project in MySQL. Now I want to create a REST web service, using which I can get the result as XML / JSON. I did some R&D, and find out that JAX-B can be used for this with the RESTful service.

Basically, I want to create a web service since I developed an application on Android. So I need a CRUD operation in my web service. I need basic tutorials. I have many links, but this is not very useful for me.

Can someone please kindly provide me with a basic link for this tutorial.

thank

+5
source share
5 answers

. , . Struts, Spring Google App Engine .

MySQL RESTful java eclipse Java EE API, ( Spring Java EE, . Spring Framework, ). API, , :

  • Java XML (JAXB) XML/JSON ( ).
  • Java Persistence API (JPA), Java (POJOS) .
  • API Java - RESTful (JAX-RS), - RESTful, POJO, URI , HTTP-.

API, Java EE, , GlassFish, JBoss, WebShere, TomEE .. (Google App Engine - , , , Java EE )

. , RESTful JSON Java , .

  • IDE: Eclipse IDE Jave EE (Kepler), Maven,
  • : MySQL ( MySQL Workbench)
  • : GlassFish 4.0
  • Java EE 7 (JAX-RS, JPA, JAXB ..)
  • REST : (, )
+1

rest4j API RESTful. . Java JSON. - .

0

RESTful Webservice: Hello World Example, :   http://www.mkyong.com/webservices/jax-rs/jersey-hello-world-example/

, .

0

All Articles