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 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果你想尝试一个相当大的项目,你可以看看Shindig:
http://incubator。 apache.org/shindig/
使用 Maven 构建并在 Eclipse 中运行的说明如下:
http://incubator.apache.org/shindig/developers/java/build.html
If you want a fairly large project to try out, you can take a look at Shindig:
http://incubator.apache.org/shindig/
The instructions for building it with maven and running from within eclipse are here:
http://incubator.apache.org/shindig/developers/java/build.html
PortletBridge 会是一个不错的选择。
请务必指定 portletbridge-ng 作为模块。
PortletBridge would be a good one.
Be sure to specify portletbridge-ng as the module.
嗯,大多数开源java项目都使用Maven,但我认为SVN更流行。如果您正在寻找其他示例(可能是 svn),请查看 mz 之前的 问题
要查找测试项目,请访问 SourceForge.net,搜索 java 项目,选择项目,然后打开 Develop 选项卡,如 Hibernate 示例 所示。您选择的项目很有可能是由 Maven 构建的。
Well, most of open source java project use Maven, but I think SVN is more popular. If you are looking for other examples (might be svn) look at mz previous question
To find test project go to SourceForge.net, search for java projects, choose project and then open Develop tab like in this Hibernate example. There is high probability that project you choose is build by Maven.