创建网络服务

huangapple go评论63阅读模式
英文:

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

huangapple
  • 本文由 发表于 2020年10月1日 13:29:22
  • 转载请务必保留本文链接:https://go.coder-hub.com/64149576.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定