如何在Java中实现Web服务

如何在Java中实现Web服务

本文介绍了如何在Java中实现Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我实际上正在从事一个网站项目.我是Web服务的新手.我在面向对象的编程(java,c#,...)方面有4年的经验.我已经阅读了很多有关Web服务的文章,但是我的文档都没有告诉您如何使用所有技术来制作一个真正的Web服务项目.

I'm actually working on a website project. I'm new with web services. I have 4 years experience in object oriented programming (java, c#, ...). I have read a lot on web services but none of my documentations are telling how to use all the technologies to make a real web service project.

我想做的是:1.使用映射到Java中的JPA的MySQL后端;2.使用Web服务来提供...的某些功能(JBoss,...有很多可能性,我不知道我应该选择哪个)3.创建一个动态Web项目(也许在Jsp中保持Java观点),以使用HTML,Javascript,jQuery,...向最终用户展示Web服务数据.

What I want to do is:1. Use a MySQL backend mapped with JPA in Java;2. Use web services to present some functionalities with ... (JBoss, ... there is to much possibilities, I do not know which I should choose)3. Create a dynamic web project (maybe in Jsp to keep the Java perspective) to present web service data to the end-user with HTML, Javascript, jQuery, ...

如果您可以在文档,链接或实际项目实施示例方面为我提供帮助,则将非常有用.

If you can help me with documentations, links or real project implementation samples, it will be greatly appriciated.

谢谢

推荐答案

选中此.初学者

我建议您使用 Spring Web Services 从您的环境中获取.会更好

I would suggest go for Spring Web Services from your env. It would be better

这篇关于如何在Java中实现Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 15:12