Contents
StreamBase Studio's SB Authoring perspective includes the Project Explorer view for navigating projects. When you create a new StreamBase project with
> > , that project is placed as a folder in the Project Explorer view.Each project folder contains your StreamBase module files and any resource files required by your StreamBase module. StreamBase uses the Maven project format. Maven imposes a strict organization of files and folder that require you to place files by file type into certain locations.
For example, your EventFlow module and interface files must go into src/main/eventflow/
Resources files must go into
packagename
.src/main/resources
.
The Maven project format is described in detail in Maven Projects in StreamBase Studio. The following image shows a sample project in Maven format.