我正在寻找一个完整的 java 开发基础设施,其中集成了:
此外,我希望拥有:
...以及可选的:
评估所有这些系统可能需要很长时间,使得运行基础设施的设置需要一个月或更长时间。
在工作中,我准备好单独设置每个系统,但对于我在家中的私人开发,我希望有类似 Devware - 开发环境虚拟设备(不幸的是我没有找到下载链接),其中所有内容都已安装并正常运行。
那么,您能给我一些建议,哪些组合可以创建工作基础设施吗?或者更好的是在哪里可以找到预配置的开发基础设施?
PS:我不致力于任何指定的产品,所以如果它们更匹配,请随意建议替代品。
I'm looking for a complete java development infrastructure with an integration of:
Further I'd like to have:
- a predefined multi component project structure
...and optionally:
- an issue manager like Jira,
- an integration with an open source hoster like sourceforge.
Evaluating all these systems could take a long time, making the setup of a running infrastructure a job of a month or longer.
At work I'm ready to setup each system individually, but for my private development at home I'd like to have something like Devware - A development environment virtual appliance (unfortunately I didn't find a download link) where everything is already installed and functional.
So, could you please give me some advice which combinations create a working infrastructure? Or even better where to find a preconfigured development infrastructure?
PS: I'm not committed to any of the named products, so feel free to suggest alternatives if they match better.
发布评论
评论(3)
如果您希望避免一些集成难题,请查看 SecureCI,这是一个免费下载集成堆栈中的各种开源产品。
来自网站的简介:
当前版本捆绑了这些工具:
就 IDE 集成而言,更高版本的 Eclipse 现在与 Mylyn,这提供了一个以任务为中心的 API,用于连接到各种工具。
Trac 集成可以使用连接器安装向导进行安装。
要使用的其他 Eclipse 集成:
If you're looking to avoid some integration pains, check out SecureCI, which is a free download of various open-source products in an integrated stack.
Blurb from the site:
The current version bundles these tools:
As far as IDE integrations are concerned, later versions of Eclipse now come integrated with Mylyn, this provides a task focused API for connecting to various tools.
The Trac integration can be installed with the Connector Install Wizard.
Other Eclipse integrations to use:
或者只使用 JetBrains 的 IntelliJ。
Or just use IntelliJ from JetBrains.
您可能需要查看http://www.poweredbypulse.com。它提供了易于安装的预配置 Eclipse 实例。您还可以构建/配置您自己的。
我已经有一段时间没有实际使用它了,所以从那时起它可能已经改变了。
You might want to look into http://www.poweredbypulse.com. It provides easy to install pre-configured Eclipse instances. You can also build/configure your own.
It has been a while since I actually used this so it may have changed since then.