简体   繁体   English

简单的宁静Java Web服务应用程序

[英]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). 我想使用Java和RESTful Web服务开发一个简单的应用程序,该服务管理(添加/删除/修改)简单的学生表(Id,名称,地址,部门)。

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. 我认为您需要一个示例,该示例将引导您完成此功能的整个开发过程,并假设创建了CRUD功能,服务和测试。

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 . JAX-RS参考实现Jersey具有很好的示例项目 You can learn and play with them 您可以与他们一起学习和玩耍

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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