Connection Properties
In terms of integration within the iPASS platform, the connection configurations are centralized within connection properties across all environments. During deployment to particular environments, the data for the development environment can be configured and subsequently updated
Configuration
QuickIntegration application configurations file contains your properties which you can refer in your application Configuring. A properties file improves the maintainability of your applications.
Properties
- In QuickIntegration tool:
- Open: Develop / Functionality
- Select project and click on a service.
- Create a service. If no service created. (optional)
- Click on connection properties button.

- Select the DataSource Type from dropdown and Configure

- On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
📄️ ENVIRONMENT
Overview
📄️ JDBC
JDBC, short for Java Database Connectivity, is an API that empowers users to execute operations on a data source using the Java programming language. This versatile API facilitates connections to a wide array of Data Source systems, ranging from relational databases to spreadsheets and flat files. With the appropriate SQL syntax, you can conduct queries, updates, deletions, and even execute stored procedures.
📄️ JMS
The JMS DataSource (Java Message Service) facilitates message transmission and reception to queues and topics across any message service conforming to the JMS specification. JMS serves as a widely adopted API for message-oriented middleware, allowing loosely coupled, reliable, and asynchronous communication between various components of distributed applications
📄️ FILE
The File DataSource oversees file and folder management within a locally mounted file system, offering the following key features:
📄️ FTP
The FTP DataSource facilitates access to files and directories hosted on an FTP server. It efficiently handles file transfers through the File Transfer Protocol (FTP), offering the following main features: