Project Explorer View

StreamBase Studio's SB Authoring perspective includes the Project Explorer view for navigating projects. When you create a new StreamBase project with File>New>StreamBase Project, that project is placed as a folder in the Project Explorer view.

Project Resources

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/packagename. Resources files must go into 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.