I stumbled across AppFuse after finding a link on the WebWork site.
I digress. I worked on WebWork several years ago after Rick Oberg handed over some of the day to day management of WW to Matt Baldree, someone who worked for me awhile back. Matt is incredibly smart and back then was looking for something cool to work on. It’s been awhile since I’ve played around with it. Back then, I did some VoiceXML extensions to WW.
Fast forward. Tonight, I bought the Manning book on WW by Patrick Lightbody and Jason Carreira. I haven’t read it yet, just a skim, but they’ve done a good job of highlighting why WW is a good framework: it’s simple to use. App Fuse makes it even easier to build a skeleton site, fast. Not just a simple website, one with Hibernate, Spring and Webwork (including Clickstream and SiteMesh for templates/skins).
Move over RoR, enter App Fuse.
Simple steps:
- Download App Fuse.
- execute: ant new
- enter your site name
- cd into the site directory
- edit properties.xml and enter your Database Connection info like username/password
- execute: ant setup test-all
- NOTE: if the mail test fails, edit web/WEB-INF/classes/mail.properties
- execute: ant setup-tomcat deploy
- start Tomcat
- execute: ant test-canoo -Dtestcase=Login
- Open http://localhost:8080/appname (mine was http://localhost:8088/jeff)
- Done. Full website skeleton built on top of WW+Spring+Hibernate!!
Popularity: 7% [?]
Other popular articles you might enjoy:
If you enjoyed this post, make sure you subscribe to my RSS feed!