|
|
Concept : Understanding Solutions and ProjectsFrom $1Table of contents
DescriptionIn Bungee Builder, a solution is the top level container for your application. To begin creating an application, you first create a solution, then add projects to your solution. In every solution there are many different types of projects you can use to perform specific tasks and keep your solution organized. There is no limit to the number of projects you can place in a solution. While every developer will use project types in the way that best fits their individual projects and development styles, there are specific uses and best practices for each of the project types you’ll find in Bungee Builder. Basic use definitions for each of the project types are given below. TypeLib
AppProject
WSDL
The ability to bring WSDL descriptions of Web services directly into your solution as a project is at the heart of the power of Bungee Builder. You can import as many different services into your solution as needed to complete your application. Further, you can add objects directly to the WSDL project to incrementally add functionality to the service itself at the Bungee layer. For more information see Working with WSDL Files StyleProject
Style projects are used to hold the various style settings that can be applied to forms to give your application a consistent, attractive look and feel. For more information, see Understanding StyleProjects. ResourceProject
Keep all your images organized and easily accessible directly inside of your solution. Using WebDav, you can bring images directly from your local machine’s folders and use them as objects in your application. Use multiple resource projects to effectively manage different image sets. For more information, see the following: SQL Project
UnitTest Project
RESTProject
See AlsoCreating Solutions and Projects Tags
Tags:
|