Appfuse 与 Tapestry 4

发布于 2024-12-03 03:18:36 字数 187 浏览 1 评论 0原文

我想问一下关于appfuse的问题。 我想用 Tapestry 4 创建一个 appfuse 项目。但是当我查看 appfuse 网站时,它只支持 Tapestry 5 而不再支持 Tapestry 4。

我如何或在哪里可以找到带有 Tapestry 4 骨架项目的 appfuse

任何帮助,

非常感谢 b4

I want ask about appfuse.
I want create an appfuse project with tapestry 4. but when i look at appfuse website, it only support tapestry 5 and not tapestry 4 anymore.

How or where can i find a appfuse with tapestry 4 skeleton project

Any help appreciated

many Thank's b4

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪若未夕 2024-12-10 03:18:36

嗯,你仍然可以这样做。这是一个非常简单的方法:

  • 获取 Apache Maven 2 并将其添加到您的 Env(M2_HOME 和路径)
  • 获取 archy (http://code.google.com/p/archy/)
  • 运行它: java -jar archy-0.1.jar
  • 进入 Maven原型 ID: appfuse-basic-tapestry
  • 按照指示输入您的artifactId 和groupId

完成!

此外,您仍然可以从其 SVN 存储库访问和下载旧的 appfuse 版本。请查看此处(您可能需要登录 java.net)。

Well, you can still do that. Here's a very simple way how:

  • Get Apache Maven 2 and have add in your to your Env (M2_HOME and Path)
  • Get archy (http://code.google.com/p/archy/)
  • Run it: java -jar archy-0.1.jar
  • Enter the Maven archetype id: appfuse-basic-tapestry
  • Enter your artifactId and groupId as instructed

Done!

Besides, you can still access and download older appfuse versions from their SVN repository. Take a look here (you may need java.net login).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文