Place the files used in this book's tutorial in the following project folder locations:
-
Place EventFlow code files in the
src/main/eventflow/
folder, where you definepackagename
packagename
when you create the project folder.-
You will therefore keep the tutorial's
firstapp.sbapp
and its relatedfirstapp.sblayout
insrc/main/eventflow/com.tibco.sb.sample.firstapp
.
-
-
Place any resource files needed by your running application in the
src/main/resources
folder.-
Place the tutorial's feed simulation file
firstapp-enum.sbfs
insrc/main/resources
.
-
Maven requires a strict organization of files within the project hierarchy. You must organize files of different types into the folders reserved for them by the Maven project structure.
The upcoming tutorial's project folder will have a structure much like the following:
See What Goes Where in Project Folders to learn the details about Maven project structure requirements.