O
olivier.girard
Within a J2EE application server, one use a datasource and thus a
connection pool to access the database. Same, accessing MQ (via a
connection Factory).
Every connection to a remote server is generally done via container
managed connections (?)
Does that still make sens regarding web services ?
If our application needs to invoque a single webservice (very often),
how can one implement a connection pool toward this web service within
Websphere in a standard fashion ?
connection pool to access the database. Same, accessing MQ (via a
connection Factory).
Every connection to a remote server is generally done via container
managed connections (?)
Does that still make sens regarding web services ?
If our application needs to invoque a single webservice (very often),
how can one implement a connection pool toward this web service within
Websphere in a standard fashion ?