Spring Roo 1.2.0.RC1 发布

jopen 12年前
     <p><a href="/misc/goto?guid=4958200937440993489" target="_blank">Spring Roo</a> 是SpringSource新的开放源码技术,该技术主要面向企业中的Java开发者,使之更富有成效和愉快的进行开发工作,而不会牺牲工程完整或灵活 性。无论你是一个新的Java开发人员或经验丰富的架构师,Spring Roo 都可以在短短几分钟内构建一个全面的工作应用。<br /> </p>    <ul>     <li>Rapid results</li>     <li>100% develop in Java</li>     <li>Easy-to-use</li>     <li>Fast and simple to remove</li>     <li>Totally compromise free</li>     <li>Active, helpful community</li>     <li>Comprehensive technology integrations</li>     <li>Extension points via Roo add-ons</li>     <li>SpringSource-certified architecture</li>    </ul>    <p><br /> Spring Roo 团队发布了 1.2.0 的首个候选发行版本,与 M1 版比较,有两个新特性:</p>    <ul>     <li><strong>多模块的 Maven 项目支持</strong></li>     <li><strong>JSF 2.0/PrimeFaces 3.</strong></li>    </ul>    <p>以上特性的详细说明请看<a href="/misc/goto?guid=4958200938189291313" target="_blank">这里</a>。</p>    <p dir="ltr">下面是该版本的一些改进,让你可更灵活的配置持久层:</p>    <ul>     <li>No need to have the "Active Record"-pattern persistence code in your domain objects any longer. The old @RooEntity annotation has been renamed to <strong>@RooJpaActiveRecord </strong>and is still the default when creating entities,</li>     <li>New <strong>@RooJpaEntity</strong> annotation ensures only the @Entity, @Id, and @Version fields and methods are created and maintained by Roo. Classes annotated with @RooJpaEntity are intended to be used with Roo's JPA repository and service layering features.</li>     <li>Using RC1 in existing Roo projects? – easy, simply rename your @RooEntity annotations to @RooJpaActiveRecord and use the organize imports feature in STS or Eclipse to resolve the imports.</li>    </ul>    <p> </p>