We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
确实没有综合的开发人员指南和 API 参考。有涵盖各种主题的各种文章,还有 javadoc(主要通过安装 WTP 源包来访问)。我建议安装 WTP SDK 功能。这将为您提供源包。这还应该在帮助下添加一些开发人员指南内容。
一旦您有权访问 source/javadoc,您将需要搜索特定主题的文档参考或在此处询问。例如添加方面、添加新的服务器类型等。如果您描述了您正在尝试执行的操作,有人可能会向您指出一篇文章或一个 wiki。
您可以使用以下存储库来安装 WTP SDK:
http://download.eclipse.org/webtools /存储库/helios/
There isn't really a consolidated developer guide and API reference. There are various articles covering a variety of topics and then there is javadoc (mostly accessed by installing WTP source bundles). I recommend installing the WTP SDK features. This will give you the source bundles. That should also add some developer guide content under help too.
Once you have access to source/javadoc, you will want to search for references to docs on specific topics or ask here. Things like adding facet, adding new server type, etc. If you describe what you are trying to do, someone may be able to point you at an article or a wiki.
You can use the following repository to install WTP SDK:
http://download.eclipse.org/webtools/repository/helios/