How To : Creating a Solution

Back to Concepts and HOW TOs

Contents

[edit] Description

This document describes how to create a new solution, which includes adding at least one project.

[edit] Prerequisites

Understanding Solutions and Projects
Introduction to Bungee Builder

[edit] Procedure

To create a solution and project:

  1. In the Solution toolbar, click the New Solution icon. The New Solution Wizard is displayed.
  2. In Solution Name, type a name for your solution.
  3. Select one or more types of projects to be added to your solution. By default, Typelib Project and App Project are selected.
    1. Click Next.
  4. If you selected Typelib Project:
    1. The next page lets you change the name for the Typelib project (the default name is MyTypeLib).
    2. Click Next.
  5. If you selected App Project:
    1. The next page lets you change the name for the AppProject (the default name is MyAppProject).
    2. Assign a template (either Empty or Main Class).
    3. Select between Anonymous Application and Require Authentication (the default is Anonymous Application).
    4. Click Next.
  6. If you selected WSDL Project:
    1. The next page lets you change the name for the WSDL project (the default name is MyWSDL).
    2. Type the name of the WSDL URL to be used. After typing the URL you can click Import Now to immediately import the WSDL (or you can wait and the WSDL will be imported when your solution is created).
    3. If you're uploading a WSDL from a local file, select Upload WSDL From Disk to display the Upload button. Click Upload. Browse to and select your local WSDL file. Click Done.
    4. Click Next.
  7. If you selected Style Project:
    1. The next page lets you change the name for the Style project (the default name is MyStyleProject).
    2. Click Next.
  8. If you selected Resource Project:
    1. The next page lets you change the name for the Resource project (the default name is MyResourceProject).
    2. Click Done.

The solution and selected projects are created and shown in the Solution Explorer.

[edit] Related Tutorials

See the Tutorial : Hello Bungee Connect

[edit] Next Steps

Adding a Class to a Project

[edit] Tags


Log in if you would like to rate this page.
    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.