... | @@ -15,9 +15,9 @@ In the DEAL prototype there are a few examples of target applications prepared i |
... | @@ -15,9 +15,9 @@ In the DEAL prototype there are a few examples of target applications prepared i |
|
**Person form** is a simple Java application example which was created for the purpose of testing. It is a simple form for inserting information about a person.
|
|
**Person form** is a simple Java application example which was created for the purpose of testing. It is a simple form for inserting information about a person.
|
|
|
|
|
|
1. Create a **new run configuration** of type **AspectJ/Java application** in Eclipse with the following properties:
|
|
1. Create a **new run configuration** of type **AspectJ/Java application** in Eclipse with the following properties:
|
|
* Name: Person Form
|
|
* Name: Person Form
|
|
* Project: DEALmain
|
|
* Project: DEALmain
|
|
* Main class: personform.PersonForm
|
|
* Main class: personform.PersonForm
|
|

|
|

|
|
2. **Save and run** the configuration
|
|
2. **Save and run** the configuration
|
|
3. Other examples can be launched exactly in the same way, but it is important to select the main class of the target application which you would like to launch. Please see the next section to know the main classes of the provided examples.
|
|
3. Other examples can be launched exactly in the same way, but it is important to select the main class of the target application which you would like to launch. Please see the next section to know the main classes of the provided examples.
|
... | | ... | |