English 中文(简体)
Spring Roo v.s. Maven 2 Archetypes
原标题:Spring Roo v.s. Maven 2 Archetypes

I want to implement a tool that generates web service application, based on a WSDL file. The idea is to ask the user questions and to generate an application with features based on those questions. The generated application will not need any of the existing Spring Roo modules like addon-jpa or addon-security. I considered Spring Roo for this task, but the same can be achieved with Maven 2 archetypes.

使用<条码>的星号/代码>与<条码>中型2型无序号相比,这项任务的利弊如何? <代码>的实际附加值 Spring Roo? 是否更简单的使用,Spring Roo APMaven 2 archetype AP?

最佳回答

very old thread...

我更喜欢使用Maven 2型等级。 非常直截了当,在几分钟内,你将开始在 to/las鱼网集装箱中部署。

Maven also help managing libs versioning..

问题回答

暂无回答




相关问题
Derby gets stuck closing?

I ve got unit tests (in maven) that use derby. At the end of the test run, there is a very long pause, with these log messages before the pause. INFO: Closing Hibernate SessionFactory Nov 16, 2009 8:...

Execute goal on parent after children complete

I have a multi-module maven project (several levels of nesting). Normally, when I execute a maven build (like mvn install or whatever), maven will run all the goals for the parent project before ...

Including dependencies in a jar with Maven

Is there a way to force maven(2.0.9) to include all the dependencies in a single jar file? I have a project the builds into a single jar file. I want the classes from dependencies to be copied into ...

Java Equivalent of distcc

Distcc makes it easy to distribute a C or C++ compile job across a number of machines, and is a godsend for working with large, frequently-built codebases. An increasing number of our large projects ...

Maven Assembly Problem

I have a maven multiple-module project, which is giving me headaches in the assembly:assembly phase. I have a module which has an assembly defined in it which works fine when I invoke mvn assembly:...

热门标签