Creating solutions

The first step to develop a Decision Server Insights solution is to create a solution project in Eclipse. The solution project is the container for the agents and the business model.

About this task

A solution is likely to be developed by a team of technical users, which might include a solution developer, a solution designer, and an integration developer. Together, they identify and define how the solution is implemented and what it composes.

  • The entities and events in the solution model.
  • The endpoints that represent the interactions with the outside world. For example, an HTTP request or a JMS message.
  • The connectivity infrastructure that is needed to receive inbound events and send outbound events.
  • The mapping of the business logic into a set of agents that are bound to specific entities.