简体   繁体   中英

simple restful java web service application

I want to develop a simple application using java and RESTful web service that manages (add/delete/modify) a simple student table (Id, name, address, department).

Where i should start ? Examples, sample code ?

Thanks for your help..

This question have many possible answers and many of them can meet your request.

I think that you need example which will lead you through entire development process for this functionality, which assumes creation of CRUD functionalities, services and tests.

You can check this solution . It have all of this and this can be good start point for you, I suppose.

The JAX-RS reference implementation Jersey has good example projects . You can learn and play with them

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM