Skip to main content

Posts Tagged ‘JDBC’

Learning from collaboration

Step by step guide to secure JDBC SSL connection with Postgres in AWS Glue

Have you ever tried connecting a database to AWS Glue using a JDBC SSL encryption connection? It can be quite a puzzle. A few months ago, I faced this exact challenge. I thought it would be easy, but  I was wrong! When I searched for help online, I couldn’t find much useful guidance. So, I […]

WebSphere Message Broker integration with Netezza using ODBC/JDBC

What is Netezza: At an extremely high level Netezza is a massively Parallel Process Database Appliance designed to process and analyze large amounts of data. Netezza’s core value is to keep the things simple and accelerating high performance analysis of data to help clients uncover insights into their business. One of the reasons of it’s performance […]

How to add JDBC Step in Soup UI

When we do the automatic testing for web service, we need the JDBC Steps in SoupUI so that we can confirm some value in the Database. How to add the JDBC Steps in SoupUI   a. Adding the file ojdbc14.jar in the folder: C:\Program Files\eviware\soapUI-3.6\lib   b. Adding the following string in the Configuration session: […]

Using WPS style Resource Environment Providers with Spring

Generally a problem most projects face is how to handle configuration information that varies between environments.  Many times you can handle this by using one of WAS built in resources such as a SMTP server or a JDBC connection pool.  However many times the configuration data won’t fit one of these existing WAS resource types, […]