我的Eclipse IDE中缺少Web服务选项

Cha*_*nya 3 java eclipse web-services

我正在使用Eclipse IDE,现在正计划创建一个简单的项目来创建Web服务程序。但是,我的eclpise中没有任何选项可以帮助我创建Web服务。

这是我完成时得到的详细信息Eclipse --> Help --> About Eclipse Platform

Eclipse Platform

Version: 3.8.1
Build id: debbuild

(c) Copyright Eclipse contributors and others 2000, 2012.  All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/
Run Code Online (Sandbox Code Playgroud)

当我这样做的Project --> New --> Other --> Web Services -->时候,我只有两个选择:

- Ant Files 
- WSDL Files
Run Code Online (Sandbox Code Playgroud)

我正在寻找一个称为Web Service创建新的Web服务的选项,但是我的日食缺少该选项。

我不想下载新的eclipse,所以我想到了要在我的eclipse中下载所有缺少的插件。

我已经看完这篇文章-> Eclipse:Web Services Option丢失了,但是答案并没有说明我需要设置什么确切的插件来解决我的问题。上面帖子中的评论之一说要遵循这样,You can do a help->install new software and install WST components.但是当我搜索WST Components时没有得到任何结果。

有人可以帮助我如何为Eclipse安装必需的插件。

Luk*_*ner 5

您可以通过 Help -> Install new Software -> Select you current eclipse version on the drop down field -> Go to the category 'Web, XML, Java EE and OSGi Enterprise Development' and pick there all you need

如果要创建Java Web服务,则以下选择可能会有用:

  • JAX-WS DOM工具
  • JAX-WS工具
  • JSF工具
  • 战争产品
  • WST服务器适配器

亲切的问候,对我以前的错误回答表示抱歉!