Getting Started with Spring Roo
Using Spring Roo with Eclipse/STS
Getting help and hints from Roo
Importing a Roo project into Eclipse or IntelliJ IDEA IDE
Viewing properties defined in a properties file
Managing properties defined in a properties file
Moving existing Spring projects to use Spring Roo
Adding attributes to a Java class
Referring to a type from the Roo shell
Creating application artifacts from Roo script
Setting up a JPA provider for your project
Viewing database configuration properties
Managing database configuration properties
Adding JSR 303 constraints to persistent fields
Controlling auto-generated methods of persistent entities
Creating integration tests for persistent entities
Creating new 'data on demand' for testing entities
Creating mock tests for persistent entities
Executing persistent entities tests
Creating applications that interact with multiple databases
Advanced JPA Support in Spring Roo
Viewing candidate dynamic finder methods
Adding dynamic finder methods to an entity
Creating a many-to-one (or one-to-one) relationship between entities
Creating a one-to-many (or many-to-many)relationship between entities
Customizing Roo-generated identifier definition
Creating entities from a database
Web Application Development with Spring Web MVC
Auto-generating Spring MVC controllers andJSPX views from JPA entities
Packaging, deploying, and using aRoo-generated Spring MVC application
Round-tripping support in Spring Roofor web controllers and views
Creating a Spring MVC controller for a specific JPA entity
Manually creating a Spring MVC controller for a JPA entity
Adding static views to a Roo-generated web application
Internationalizing Roo-generated web applications
Adding or modifying themes generated by Roo
Adding JSON support to domain objects and controllers
Creating and executing Selenium tests for web controllers
Web Application Development with GWT, Flex, and Spring Web Flow
Scaffolding GWT applications from JPA entities
Getting started with Flex application development
Scaffolding a Flex application from JPA entities
Getting started with Spring Web Flow
Emailing, Messaging, Spring Security, Solr, and GAE
Sending e-mails using JavaMail API
Sending and receiving JMS messages
Configuring Spring Security for your application
Using Spring Security with Apache Directory Server
Deploying a GWT application on GAE
Deploying a Spring Web MVC application on GAE
Adding search capability to your domain model with Sol
Developing Add-ons and Removing Roo from Projects
Setting up GnuPG for add-on development
Installing an installable add-on
Converting non-OSGi JDBC drivers into OSGi-compliant bundles
Removing Roo with push-in refactoring
Adding Roo to a project using pull-out refactoring