简体   繁体   English

用于开发 Java Web 服务的最佳 IDE(适合初学者)

[英]Best IDE for developing java web services (for beginners)

I am trying to learn how to work with java webservices, but i had some issues working with eclipse bundeled with some incubated modules, which give me some errors while trying to program something.我正在尝试学习如何使用 java webservices,但是我在使用与一些孵化模块捆绑的 eclipse 时遇到了一些问题,这在尝试编程时给了我一些错误。

Can you suggest me an IDE for developing java webservices, which would be easy to use (or which eclipse package...), especially for beginners.你能给我推荐一个用于开发java webservices的IDE,它很容易使用(或者哪个eclipse包......),特别是对于初学者。

It would be grate if you could maybe also point me some tutorials of how to create a simple java webservice step by step.如果您还可以向我指出一些有关如何逐步创建简单的 Java Web 服务的教程,那就太好了。 The ones that if ound where kind of "old" 4-6 years ago.那些在 4-6 年前听起来有点“旧”的地方。

I just went through the same process, and didn't have many problems using eclipse.我刚刚经历了同样的过程,使用eclipse没有很多问题。 Once you get past the initial learning curve of setting things up, it's really not that bad :)一旦你通过了设置的初始学习曲线,它真的没那么糟糕:)

Here's some of the sources I used to learn how to build JAX-WS services:以下是我用来学习如何构建 JAX-WS 服务的一些资源:

Try Java EE 6 examples with Glassfish.使用 Glassfish 尝试 Java EE 6 示例。 They are relatively fresh and Glassfish has an excellent support for almost all parts of the spec它们相对新鲜,并且 Glassfish 对规范的几乎所有部分都有出色的支持

http://download.oracle.com/javaee/6/tutorial/doc/bnayk.html http://download.oracle.com/javaee/6/tutorial/doc/bnayk.html

I'm using NetBeans, and haven't had any problems with it so far!我正在使用 NetBeans,到目前为止还没有遇到任何问题!

You can download it here: https://netbeans.apache.org/download/index.html你可以在这里下载: https : //netbeans.apache.org/download/index.html

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

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