« WebWork in Action now available | Main | WebWork 2.2 Beta 3 Released »

WebWork + Ivy = Awesome

As WebWork 2.2 wraps up, the only remaining task is documentation. One of the documentation efforts I've always hated is explaining the dependencies. Now that WebWork uses Ivy, we no longer have to do this. Instead, in the distribution, the depdencies are clearly graphed out. If you're not using Ivy or Maven2, you probably should take a look. I was a skeptic at first, but it really does make life easier.

Note: apologies about the weird formatting in that example -- the site CSS is clashing with the pages. It doesn't normally look like that.

TrackBack

TrackBack URL for this entry:
http://blogs.opensymphony.com/mt/mt-tb.cgi/187

Listed below are links to weblogs that reference WebWork + Ivy = Awesome:

» We have seen the future from XMLHead
Over a year ago, I was called in to work on a prototype project with a web interface. The tool was to be written in Java. At the time, I had been involved with several proprietary framework projects, and also had done a bit of work with Struts. Struts is [Read More]

Comments

Ivy does really make things easier doesn't it.

We're using it now in Spring Web Flow, a component that can be embedded in many environments, to support automating the .jar dependency configurations for those environments. For example, we provide a "Struts" SWF configuration, a default "mvc" configuration for Spring MVC, a "JSF" configuration, etc. You simply tell Ivy the configuration you need, and all of the specific dependencies are pulled down automatically, and transitively!

And in the near future, a "WebWork" configuration? :)

Post a comment