On Tue, Sep 9, 2008 at 10:53 AM, Paul Pepper <[EMAIL PROTECTED]> wrote: > Matt Raible <[EMAIL PROTECTED]> writes: >> What dependencies/projects do you want to exclude? You should be able >> to run "appfuse:full-source" on your project and remove anything you >> don't want. As far as Struts, that's not included in your project, >> it's just Spring. Run "mvn dependency:tree" to see what dependencies >> you have. > > Thanks Matt, > > I noticed a <dependency/> element containing struts-menu in pom.xml, so > assumed > there was some kind of dependency on struts! > > Looking at the dependency tree, dependencies that I'd like to remove, in order > of preferred removal, are: > Xfire > OpenSymphony's SiteMesh > OpenSymphony's ClickStream > Velocity > DisplayTag > Mail > DWR
You can remove many of these by removing their listeners and such from web.xml - then remove or exclude them from your pom.xml. You will need Velocity for Struts Menu and you will need DisplayTag for list screens. Mail you'll need for Password Hint and other classes that depend on it for compilation. AppFuse Light might be more in line with what you're looking for. https://appfuse-light.dev.java.net/ Matt > > I imagine some of those technologies are tightly coupled into the generated > application, so I'm wondering if AppFuse is the right thing for me to use. The > support for quickly setting up Spring, Hibernate, aspects, unit and > integration > testing are oh so very appealing, though! > > Advise on removing or not removing dependencies much appreciated! > > Thanks, > > Paul. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
