- The potential of this is amazing.
- It isn’t quite ready.
- Did I mention that this might be amazing?
By entering a series of commands into a roo shell on the command line or in the Spring Source Tool Suite Roo Shell you can create an application configured with different databases and database providers. Whilst developing the data structures and GUI interfaces required for them.
In order to increate my understanding of Spring Roo I am heading to the command line and following their tutorial to increase my understanding.
Here is an example script:
mkdir hello cd hello roo roo> hint roo> project --topLevelPackage com.foo roo> persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY roo> entity --class ~.Timer --testAutomatically roo> field string --fieldName message --notNull roo> hint controllers roo> controller all --package ~.web roo> selenium test --controller ~.web.TimerController roo> gwt setup roo> perform tests roo> quit
It is quite readable and quite amazing!
Hey!
ReplyDeleteI typed "gwt setup" and it didn't work. Do I have to do anything before starting? I use STS.
Thank you.
Yes, you have to install the GWT-Extension. Click in the Overwiev on Extensions, install GWT an Data Nucleus.
ReplyDeleteHF
All I can find about this ROO + GWT is basic examples that do not work. And people copy-pasting the basic example on their blog and who do not even seem to try it.
ReplyDelete