Tuesday, January 21, 2014

Develop Simple BPEL Process

Overview

This post describes how we can develop simple BPEL process using WSO2 Developer studio and deploy and run it on WSO2 BPS server. Process will take your name as input and output with "Hello: " and your name.

Sunday, January 5, 2014

Resizing images for Email

Overview 

Re sizing or reducing the image size will be helpful for us in cases like
  1. Sending set of images via email .
  2. Portable drive space for set of bulk images
Most of email servers have limitations with maximum size of attachments. You can upload and provide the link but for some privacy reasons you prefer to send photos via email.This post provides just two commands for reduce size of set of bulk images.

Saturday, December 28, 2013

Load testing with Apache Bench

Overview

We use load testing to check how our application behavior when large number of requests concurrently access the application. This post is about how to do a simple load test with Apache Bench.

Tuesday, December 24, 2013

How to publish Mock Service with SoapUI

Overview

SoapUI is well known tool for manipulating different tests with web services and rest services. This post will discuss about mock service and applicability of mock services in your service based projects.

Tuesday, December 17, 2013

What is bpel

Overview

This post describe some basic concepts of BPEL which is a XML based language used to model business processes.