|
For maintainability, better performance, and scalability in your web application, you can install a customized HTML DataWindow server component in Jaguar and configure it specifically for your application.
In particular, you can provide the DataWindow source library, DataWindow object, and database connection information.
Since property values are preset in Jaguar Manager, fewer method calls are required to configure the component. Such a component can be more efficiently reused via Jaguar instance pooling, since the DataWindow object is loaded when the component is instantiated and reused by other clients.
For example, you might want:
- Maintainability Keep connection information on the server by specifying values for the trans properties
- Performance Specify the source file and DataWindow object on the server so that the DataWindow object is loaded when the component instance is created, resulting in fewer method calls from the server-side scripts in the web page
- Scalability Specify the source file and DataWindow object and use Jaguar instance pooling so that the component is reused while loading the DataWindow object occurs once
|