OPI Blog
Learn from experts in their fields

Browsing Tags: web services

Pooling Web Service Connections in Grails
Apache Commons Pool is a great tool to easily configure an object pool on the JVM. Having a pool of created objects helps when you need to reuse connection objects that are expensive to create ...
Leveraging Apache CXF and Maven to Generate Client Side Web Service Bindings
At a recent client, our team had the frequent need to integrate with internal and external systems via web services. Because we were consistently on very tight time lines and were not typically provided with ...