Table of Contents Previous Next PDF


Developing an Oracle Tuxedo SCA Application Project

Developing an Oracle Tuxedo SCA Application Project
The following sections briefly describe the steps for developing an Oracle Tuxedo SCA application project in the IDE. Details on all of the steps are contained in the Developing Oracle Tuxedo Applications section of the online help in the IDE. To open the online help in the IDE, choose Help > Help Contents.
Using the Project Templates
A Tuxedo SCA application consists of a set of servers and the ubbconfig.ubb and root.composite configuration files that describe them. A server consists of a set of components in which services are defined.
With the plug-in installed, the Oracle Solaris Studio IDE includes three project templates for creating the elements of an Oracle Tuxedo SCA application:
To use these templates, choose File > New Project and select the Tuxedo category in the New Project Wizard.
Creating an SCA Application Project
The steps for creating an SCA application are:
1.
2.
3.
4.
5.
You can also promote an SCA service to use as a web service.
6.
7.
8.
Note:
Building an SCA Application Project
Build an application, server, or component project by right-clicking the project node and choosing Build.
Running an SCA Application Project
To run your SCA application project, right-click the project node and choose Start.
To stop a running SCA application project, right-click the project node and choose Stop.
Debugging an SCA Application Project
Debug the server part of the SCA application by setting breakpoints in the source code file of a server project, and right-clicking the server node and choosing Debug.
Debug the client part of the application by debugging the client executable files in the tests in the Test folders of the server projects.
You can use the features of the debugger in the IDE to step through your code, display the call stack, and view the values of variables.
For detailed information on debugging the project, see the Debugging a Project with dbx section of the online help in the IDE.

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.