... | ... | @@ -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.
|
|
|
|
|
|
1. Create a **new run configuration** of type **AspectJ/Java application** in Eclipse with the following properties:
|
|
|
* Name: Person Form
|
|
|
* Project: DEALmain
|
|
|
* Main class: personform.PersonForm
|
|
|
* Name: Person Form
|
|
|
* Project: DEALmain
|
|
|
* Main class: personform.PersonForm
|
|
|

|
|
|
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.
|
... | ... | |