Creating a New Web Application Project

You must create a web application project in TIBCO Business Studio to provide the features you need to develop and contribute your GWT gadget to Openspace.

Warning:
  • The GWT Framework provided by TIBCO Business Studio only supports standard GWT projects. GWT App Engine is not supported. See http://code.google.com/apis/opensocial/ for more information.
  • GWT uses port 8888 for hosted mode testing and this conflicts with a port that is used internally by TIBCO Business Studio. Therefore, TIBCO recommends that you change the port used in GWT for hosted mode testing. Please see the documentation supplied by GWT for information on how to do this.

Procedure

  1. From TIBCO Business Studio, click .
  2. Click New Web Application Project ....
  3. Complete the New Web Application Project dialog as follows:
    Field Description
    Project Name Enter a descriptive name for the project.
    Location Either accept the default location for the project (your workspace) or de-select the Use default location check box and click Browse to select a different location.
    Google SDKs You must use GWT 2.5.1. Accept the default Google SDK if it is GWT 2.5.1 or select Use specific SDK and select GWT 2.5.1 from the drop-down list. If GWT 2.5.1 is not listed, click Configure SDKs to install and configure it.
    Google App Engine De-select.
    Google Apps Market Place De-select.
    Sample Code De-select.
  4. Click Finish on this dialog to create a project with the settings you have made to that point.