英文:
Creating web service
问题
我需要使用Java在我的Ubuntu机器上通过Tomcat创建一个非常简单的Web服务。
该服务应该有一个方法setData(value)
和一个回调value callbackDataArrived()
,我希望在JSP中使用这个回调。
市场上今天有哪些可用的服务库?有哪个是常用的?
您是否推荐在我的Eclipse IDE中创建Web服务的任何教程?
英文:
I need to create very simple web service by using Java that will run in Tomcat on my Ubuntu machine.
Service should have one method setData(value)
and one callback value calbackDataArrived()
that I hope to use in JSP.
What service libraries are available on the market today? What is common one?
Would you recommend any tutorial on creating web service in my Eclipse IDE?
答案1
得分: 0
我不想模糊地回答它。
你可以在这个网站找到带有代码的完整教程
https://spring.io/guides#getting-started-guides
英文:
I don't want to answer it vaguely.
You can find the complete tutorial with code in this site
https://spring.io/guides#getting-started-guides
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论