WELCOME Abdennour : Software engineer

Sep 26, 2012

Start Fastly with SpringROO


Tuto 1 Spring Roo

Install Environement 


>how does it work ?


Roo utilise une architecture basée sur add-on qui effectue une combinaison de la génération de code active et passive de type inter déclaration


Installation Spring Roo linux(Ubuntu)

1)Download Roo :


2)Unzip in Folder :
for example 

/home/abdennour/ spring-roo-1.2.1.RELEASE

3) login as root:
   $su
   set  your Root Password
4)Add Environment Variables :

  $echo "export ROO_HOME=/home/abdennour/springsource/spring-roo-1.2.1.RELEASE;" >> /etc/profile

  $echo "export ROO_OPTS=\"-Droo.bright=true\";" >> /etc/profile

5)Run 
$roo

1 comment: