Personal tools
You are here: Home Community Help Center How-tos Project Setup in IDEA for Business Logic Development

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

  1. Start IDEA
  2. If a project is open, then close it (menu File > Close Project)
  3. Open the RiskAnalyticsPC project (menu File > Open Project)
    Open RiskAnalyticsPC Project
  4. Adjust the project structure
    1. Open the dialog by clicking on File > Project Structure
    2. Project: Click on New and add a JSDK (path to your JDK installation, e.g. C:\Program Files\Java\jdk1.5.0_15)
  5. 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.
    Successful Setup of RiskAnalyticsPC

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.

Document Actions