Concrete developments steps

Version 1 by Vincent Zurczak
on Jul 27, 2010 17:23.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
Your IDE workspace may be a good place for that. Open a terminal on this location. The command below creates a service engine, based on the CDK 5, and called _petals-se-sample_.

{code:lang=bash} {code:lang=actionscript}
# Maven command to create a Petals service engine
mvn archetype:generate
To transform it into a project we can use in our IDE. For Eclipse, we can use the following commands:

{code:lang=bash} {code:lang=actionscript}
# Go into the created project
cd petals-se-sample
To compile your component, open a terminal inside the project directory, and execute one of the following commands:

{code:lang=bash} {code:lang=actionscript}
# Just compile
mvn compile