Implementation of a Solution

At this point it is assumed that the initial setup and the mandatory commands of the Solution CLI have been performed and executed as described.

Create a new Solution Workspace

After you have created a solution in Solution Designer and modeled it according to DDD specifications, create a folder for your workspace.

Open a terminal and navigate to your development workspace folder

Example:

cd /my/workspace/

Clone Solution to Local Workspace

Navigate to your workspace and clone the solution (see clone General commands).

The necessary command you can access in the Solution Designer, open the Solution navigate to Solution CLI tab.

fss clone --solution SolutionA

A folder in your workspace will be created for the cloned solution, folder name will be solution acronym.

Example:

/my/workspace/SolutionA

Open Project

Open your solution project folder using Eclipse, IntelliJ or preferred IDE.

Project Structure