I just started learning Spring Roo. After reading the creation of a web application in 10 minutes. I got the impression that Roo assumes that we have an entity concept, and create a controller component - or what they call the stage.
We are at the prototyping stage, and we are splitting the task of exploring a user interface component and a constant layer between two people. On my side, I am trying to create a simple user registration form that accepts a username, password, sends a request to the server and gets the server redirected to another page.
Is there a good approach for this task without creating objects, as described in a 10-minute lesson: http://static.springsource.org/spring-roo/reference/html/intro.html#intro-first-steps
I downloaded the Spring Toolkit (STS), and I'm trying to run roo, maven, functions in STS to get started.
Any tips, tricks or useful links to another tutorial are welcome. Thanks.
Greetings
source share