3.1 Cheat: Use the GigaSystemBuilder Examples
To examine the example without going through each step, you can use the pre-built example.
There are prebuilt examples in the distributed plugin, in the directory
<EclipseDir>/plugins/com.nte.gigasystembuilder.builder_x.y.z/jeewiz/examples
|
where x.y.z is the GigaSystemBuilder plugin version.
The CongestionCharge example is in the gigaSystemBuilder/CongestionCharge/workspace directory
in the examples area. It contains six Eclipse projects:
- CongestionChargeSystem
- CongestionChargeApp_CongestionZoneProcessor
- CongestionChargeApp_DVLA
- CongestionChargeApp_GSBFramework
- CongestionChargeApp_RoadUsers
- CongestionChargeApp_UtilityPU
The CongestionChargeSystem is the main modelled project; the others are generated by GigaSystemBuilder.
The above structure is not the best one for a new project;
see this section for our recommended directory structure.
To use the prebuilt application with this tutorial:
- We recommend you copy the example (e.g. the whole CongestionCharge directory) to an empty directory.
- Start Eclipse with that directory as the workspace. Then use File / Import / "Existing Projects into Workspace".
Import all the projects into the new workspace.
- Note that the examples are built for a test directory. You will have to rebuild them to run them in your own environment.
You can follow through the tutorial using this project as a reference.
|