Senduran's Blog
Wednesday, April 8, 2020
Invoking a C function from Java using JNI
›
This is our C function which we need to invoke from Java hello.c #include <stdio.h> void sayHello() { printf( "Hello...
Sunday, January 28, 2018
WSO2 ESB - Sample Class Mediator
›
In WSO2 ESB / EI when we want to write our own logic of mediation, class mediators are very helpful. A class mediator can be written by e...
Monday, January 8, 2018
Invoking a SOAP back-end with apache ab
›
Following is a sample request to invoke a soap backend using apache ab ab -n 10 -c 5 -p req.xml -T "text/xml" -H "soapA...
Friday, November 10, 2017
Setting up WSO2 EI Cluster
›
This post explains on setting up a WSO2 Enterprise Integrator (WSO2 EI)'s 2 node non worker manager cluster in 5 simple steps. 1. S...
Thursday, September 14, 2017
Reducing image quality with GIMP in batch mode
›
Recently I got some photos and I needed to reduce its quality. I was able to open an image in GIMP . and by following the following menu I ...
2 comments:
Monday, August 7, 2017
While loop in WSO2 ESB
›
How to invoke an endpoint many number of times. There are two situations The number of invocation is defined. i.e we know how many time...
1 comment:
‹
›
Home
View web version