| Author |
Roo
|
Will Myers
Ranch Hand
Joined: Aug 05, 2009
Posts: 285
|
|
|
Why should we use Roo? Is the productivity gains claimed, worth the time needed to master it?
|
 |
Ashish Sarin
author
Ranch Hand
Joined: Nov 20, 2000
Posts: 403
|
|
Roo is a productivity improvement tool, which is user friendly and automates generating generic code and configuration required in developing Java enterprise applications. I would really recommend using Spring Roo once before writing it off.
Also, you only need to know about AspectJ, Maven and Spring to use Spring Roo. The code generation strategy followed by Roo makes it a very unique development tool. You can customize generated code, the code follows best practices, there are no runtime dependencies of your application on Roo, you can remove Roo by using Push-in refactoring, you can write add-ons to extend Roo functionality, and the list goes on and on.
regards
ashish
|
Author of
Getting started with Spring Framework
Portlets in Action
Spring Roo 1.1 Cookbook
Portlets blog – Spring Roo blog
|
 |
 |
|
|
subject: Roo
|
|
|