1. First, you must download and unzip EasyESB-SDK.
2. Add *EASY_HOME* to your classpath
3. Open a shell, and write the following command line: *_easy -create-component -p org.mypackage -c MyComponent_*
{info}
the option -p allow us to set the package name of project
the option -c allow us to set a name to the new component
{info}
4. After that a new maven project is created, go to the mycomponent directory and write the following command line: *_mvn eclipse:clean eclipse:eclipse_*
5. Import your project into eclipse
6. Implement the deploy method of MyComponentBehaviourImpl class.
7. run Junit test in eclipse
8. If you want generate the distribution, write the following command line: *_mvn clean install '-Pdistrib'_*
9. If you want run the distribution, go to target\mycomponent-1.0-SNAPSHOT\mycomponent-1.0-SNAPSHOT\bin and run *_./startup.bat_* (or .sh)
2. Add *EASY_HOME* to your classpath
3. Open a shell, and write the following command line: *_easy -create-component -p org.mypackage -c MyComponent_*
{info}
the option -p allow us to set the package name of project
the option -c allow us to set a name to the new component
{info}
4. After that a new maven project is created, go to the mycomponent directory and write the following command line: *_mvn eclipse:clean eclipse:eclipse_*
5. Import your project into eclipse
6. Implement the deploy method of MyComponentBehaviourImpl class.
7. run Junit test in eclipse
8. If you want generate the distribution, write the following command line: *_mvn clean install '-Pdistrib'_*
9. If you want run the distribution, go to target\mycomponent-1.0-SNAPSHOT\mycomponent-1.0-SNAPSHOT\bin and run *_./startup.bat_* (or .sh)