Spring Roo(3) I18N and some Tips from Book

Spring Roo(3) I18N and some Tips from Book

5. I18N
If I want to use STS roo shell command windows. I need to update the roo from 1.1.5 version to 1.2 version.
[Windows] ----->[References]----->[Roo Support] -----> [Add]

>web mvc install language --code es
>web mvc install language --code it

right now, roo only support 6 languages. There is no Chinese.

6. Embed Video and etc
...snip...

7. Some tips in the book
roo>perform tests
roo>perform package
roo>perform eclipse

And there is a lot of sample in ROO_HOME/samples directories.
clinic.roo The Petclinic sample script builds a large number of entities, controllers, Selenium tests and dynamic finders. It sets up Log4J and demonstrates entity relationships of different cardinalities.

vote.roo The Voting sample script was built live on-stage. It is quite small and only has two entities. It demonstrates Spring Security usage.

wedding.roo This project includes Selenium tests, dynamic finders and Log4j configuration.

expenses.roo The Expenses sample script produces a Google Web Toolkit application.

pizzashop.roo The PizzaShop sample script demonstrates Roo's integration of JPA composite primary keys.


references:
http://www.ibm.com/developerworks/cn/opensource/os-springroo2/index.html?ca=drs-
http://www.ibm.com/developerworks/cn/opensource/os-springroo3/
books:
Getting Started with Roo.pdf
spring-roo-docs.pdf

你可能感兴趣的:(spring roo)