Tutorial by Topics: connect

ParameterDetailsstopCalledThis value tells you how a user disconnected, if its set to true then the user explicitly closed the connection, otherwise they timed out. It's worth noting that at while in these functions you still have access to the Context, therefore you can get the connectionId and ...
ParameterDetailstty:trueIn docker-compose.yml, the tty: true flag keeps the container's sh command running waiting for input. The host and bridge network drivers are able to connect containers on a single docker host. To allow containers to communicate beyond one machine, create an overlay netwo...
ParameterDetailsamountrequired - A positive integer in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a 0-decimal currency) representing how much to charge the card. The minimum amount is $0.50 US or equivalent in charge currency.currencyrequired - 3-letter ISO c...
Let's clarify some terminologies first: Outbound Messaging is where the message starts from the server (to be more accurate it's initiated from your app which you have on the server, WebSphere Liberty in this case) and end at the EIS. Inbound Messaging is where message starts from the EIS and ...
The Cassandra Driver from Datastax very much mirrors the Java JDBC MySQL driver. Session, Statement, PreparedStatement are present in both drivers. The Singleton Connection is from this question and answer: http://stackoverflow.com/a/24691456/671896 Feature wise, Cassandra 2 and 3 are identical...
We know that spring-boot by default runs using H2 database. In this article, we will see how to tweak the default configuration to work with MySQL database. As a pre-requisite, make sure that MySQL is already running on port 3306 and has your database created.
In this post I am giving an example on how to connect to Couchbase over SSL/TLS to establish a secure connection to protect data on wire. Hopefully, you have enabled SSL on Couchbase side. For Information on enabling SSL on Couchbase side you can refer to http://docs.couchbase.com/developer/dotnet-...
Connecting to Redis in Python requires the use of a client library. Many different client libraries exist for Python, but redis-py is one of the most popular clients in use. Once you install your client library, you can then access Redis in your application by importing the appropriate module, est...
Rest based connectors and how to deal with them. We all know Loopback does not provide elegance to REST based connections
The API to use a relational database from Java is JDBC. This API is implemented by a JDBC driver. To use it, put the JAR-file with the driver on the JAVA class path. This documentation shows samples how to use the JDBC driver to connect to a database. JDBC URL The JDBC URL can take one of ...

Page 2 of 3