Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Getting Started with Roo (repost)

Posted By: libr
Getting Started with Roo (repost)

Josh Long and Steve Mayzak, "Getting Started with Roo"
English | 2011 | ISBN: 1449307906 | 58 pages | PDF, epub | 8,9 + 2,1 MB

Spring Roo goes a step beyond the Spring Framework by bringing true Rapid Application Development to Java—just as Grails has done with Groovy. This concise introduction shows you how to build applications with Roo, using the framework’s shell as an intelligent and timesaving code-completion tool. It’s an ideal RAD tool because Roo does much of the tedious code maintenance.

You’ll get started by building a simple customer relationship management application, complete with step-by-step instructions and code examples. Learn how to control any part of the application with Roo’s opt-in feature, while using this open source framework to automate the rest of the code.
Set up a Spring application and working Maven build to see Roo in action
Address persistence with JPA and the Neo4j graph database—and learn how Roo supports NoSQL databases
Use Roo’s database reverse-engineering feature to generate a data model from an existing schema
Build Roo applications with Spring MVC, Spring WebFlow, Google Web Toolkit, Vaadin, and other web frameworks
Secure and test your application