Project Setup in IDEA for Business Logic Development
In order to work on the business logic of PillarOne.RiskAnalytics we recommend to properly setup an IDE (integrated development environment).
Purpose
This how-to describes the project setup in order to analyse and develop business logic.
Prerequisities
This how-to has to be applied after setup an IDEA project for PillarOne.RiskAnalytics.
Step by step
- Start IDEA
- If a project is open, then close it (menu File > Close Project)
- Open the RiskAnalyticsPC project (menu File > Open Project)
- Adjust the project structure
- Open the dialog by clicking on File > Project
Structure
- Project: Click on New and add a JSDK (path to your JDK installation, e.g. C:\Program Files\Java\jdk1.5.0_15)
- Run the ant target cruise. This target cleans all generated files, compiles everything and runs all test cases. If it succeeds the project is setup correctly.
Further information
This project is used for development of the property casualty plugin only. In order to run the application the RiskAnalytics project is needed. By default it runs with released plugins only.

