Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 WCC Tools Methods : Application Class

Application Class
The com.tibco.bpm.WCCProjectName.Application class is the main application-level class for custom iProcess applications running in the TIBCO General Interface environment. This class contains entry points for custom code, including code that calls the static methods described in this chapter.
The Application class is located as follows:
GIWorkspaceDir\JSXAPPS\WCCProjectName\application\js\Application.js
where GIWorkspaceDir is the TIBCO General Interface workspace directory, and WCCProjectName is the name you gave your project/application in General Interface Builder.
GIWorkspaceDir\JSXAPPS\WCCProjectName\components\js\APP.js
where GIWorkspaceDir is the TIBCO General Interface workspace directory, and WCCProjectName is the name you gave your project/application in General Interface Builder.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved