Category: Tibco

TIBCO 6 Oracle JDBC configuration

The process on installing Oracle JDBC driver for TIBCO 6.5 is a bit hidden 🙂 I mean not that easy to find in documentation. To install JDBC driver for oracle follow the following steps for TIBCO 6.5. Drop ojdbc jar file in “C:\tibco65\bw\6.5\config\design\thirdparty” in my case it was ojdbc8.jar Drop the jar file at following
Read More »

TLS1.2 slowness

We switched over to TLS 1.2 btween two of our integrations and things started to become too slow. We investigated various issues like slow algorithem etc but it turned out to be that new TLS 1.2 add some headers where the length is more then the default length allowed by the network TCP-MSS. This caused
Read More »

TIBCO Java Event Source

TIBCO Java event source activity gives you the flexibility to write custom process starters. In following post we will create a simple project where we use the event source plugin. The java source code and the tibco project can be found here. Sample github project code Do a maven clean install on the java project
Read More »

TDD with java a good overview book

Was contacted recently by PACKT publishing to act as technical reviewer for Test driven java development book by Viktor Farcic and Alex Garcia. I accepted the challenge and reviewed around 10 chapters. It a nice overview book which touch almost all the concerns in test driven application development without diving deep into details and you
Read More »