Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can use Developer Studio to connect to a WSO2 App Factory instance and work with applications that are in the Development stage, including checking out an application, modifying its artifacts, deploying and committing the application, and viewing its build logs. To access the App Factory functionality, you open the App Factory perspective.

Important: If you are using Developer studio P2 instead of the complete install installation distribution, you need to update your Egit plugin before you use the AppFactory tooling feature.

...

The App Factory perspective appears, displaying your applications in the application list in the upper right corner (click Refresh to update the list), details . Details about the currently selected application are displayed in the lower right corner, and the build console is displayed in the lower center.

Working with an application

To get started, right click on the application and select click Open then . The available branches will be listed under application. Then rightRight-click the branch you want to work with , and select click Check Out. Once it's done right Right click again and select import  Import to workspace

The application appears in the Project Explorer.

...

To trigger a build, right-click the project from the application list view and choose click Deploy. The build logs appear in the console at the bottom of the window. To view the latest build logs for a specific branch, right-click the branch in the application list and choose click Build Logs.

When you are have finished making changes, you can check in the update updated files by right-clicking the project in the Project Explorer and choosing clicking Team > Commit.

Enter your user name and email address, and click OK, and then enter . Enter a commit message and select the files you want to commit. For more information about committing changes to a Git repo, see the EGit/User Guide.

To trigger a build manually, right click on the application and select click Deploy.  

  

For details on working with App Factory applications, see the App Factory documentation.