Copyright © TIBCO Software Inc. All Rights Reserved |
This section explains the basic procedure for creating a new project. See TIBCO BusinessEvents Getting Started for tutorials on building and populating a basic TIBCO BusinessEvents project.
To import a TIBCO BusinessEvents Studio project into your workspace, select File > Import > General > Existing projects into Workspace. Do this for current release projects only.To import a project from a prior release, see Chapter 4, Migrating Projects from Earlier Versions in TIBCO BusinessEvents Installation.
1. Start TIBCO BusinessEvents Studio. In Windows, click Start > All Programs > TIBCO > YourEnvironment > TIBCO BusinessEvents 5.0 > TIBCO BusinessEvents Studio.
2. If you are prompted, select or create the Eclipse workspace directory where your project files will be stored. (If you check the option to use this workspace as a default, you are not prompted again.)
3. You may be prompted to upload usage data collected by the Eclipse Usage Data Collector. Select an option as desired. (This is an Eclipse activity, and not part of using TIBCO BusinessEvents Studio.)
4. You see the TIBCO BusinessEvents Studio UI. From the File menu select New > Project. You see the New Project — Select a Wizard dialog.
5. Names follow Java variable naming restrictions. Do not use any reserved words. See Identifiers (Names).
7. Accept the default location or uncheck the Use default location checkbox and specify the desired location.
8. Click Finish.A new folder tree appears in TIBCO BusinessEvents Studio Explorer with a default set of folders you can use as desired. (The defaultVars folder, however, is required.)
Source Control If the project is under source control using Perforce, editing a resource automatically checks out the resource and makes it writable.If the file is not under Perforce, but is read only, you are prompted to make the file writable when a change is made.
Copyright © TIBCO Software Inc. All Rights Reserved |