简体   繁体   中英

Appfuse with Tapestry 4

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

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM