Using the Lightweight TIBCO Component Framework
A lightweight version of the TIBCO Component Framework is available.
The lightweight version:
- supports the use of business component services and the objectAPI.
- does NOT support the use of business components.
- removes the dependency on the Angular Material library. The business components in TIBCO Component Framework are based on Angular Material. The service's methods also use Angular Material to display alert dialogs and confirmation messages. Therefore, since the lightweight framework does not load Angular Material, the default error messages that appear when you use TIBCO Component Framework are not available with the lightweight version. If you want to show the error messages, implement the onFailure() callback method for the service calls and show your own alert dialogs.
Applications that do not use business components can use the lightweight TIBCO Component Framework (tcfservices.nocache.js) instead of the original framework (tcf.nocache.js), to benefit from improved resource load times. (Applications that use business components must continue to use the original version of the TIBCO Component Framework (tcf.nocache.js)).
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.