Archive for May, 2008
Correlation sets
1 Comment Published May 30th, 2008 in Websphere Process Server / Integration DeveloperCorrelation sets.
Correlation sets are used for associating messages from outside the process to the correct process instance. Usually correlation sets are used with state machines. However we can use correlation sets with business processes also. A long running business process can have and will have more than once instances of the processes running at a [...]
Difference between static include and dynamic include in JSP
3 Comments Published May 22nd, 2008 in JSPLast day I was taking an interview in my company. The interview was for WebSphere Commerce. So I thought of going directly to WCS questions. But that guy said that he was working on WCS long back and he forgot everything in WebSphere Commerce. Then I thought I will ask some JSP questions as he [...]
Starting a long running business process using EJB API
0 Comments Published May 21st, 2008 in WebSphere, Websphere Process Server / Integration DeveloperStarting a long running business process using EJB API in WebSphere Process Server
We can start a long running business process in WebSphere process server either by using Web service API or by using EJB API. To start a process using EJB API, the only parameter we need is the process name. The code for the [...]
Start a long running business process using webservice API
10 Comments Published May 19th, 2008 in WebSphere, Websphere Process Server / Integration DeveloperThe WPS generic web service would work only if we have the security is turned on in WPS server.
To start a long running business process using web service, we need to generate the WSDL clients for generic WPS APIs. To get the generic web service files
logon to admin console. Click on Applications -> [...]
business processes in wid
0 Comments Published May 17th, 2008 in WebSphere, Websphere Process Server / Integration DeveloperA business process is a set of operations or tasks executed in a specific order. The business processes are used for achieving a business goal. In WebSphere integration developer, business processes are the primary ways to integrate enterprise services. In WID the business processes are created using business process editor. The business processes can be [...]
Interfaces in WebSphere Integration Developer
2 Comments Published May 16th, 2008 in WebSphere, Websphere Process Server / Integration DeveloperInterfaces in WebSphere Integration Developer
Interfaces in WID are used for exchanging data between different components. An interface has an input and output of a component. Interfaces are created independent of implementation. We can define an interface and implementation can be done later. An interface will have one more operations. The operations can be Request Response [...]
Private business objects
0 Comments Published May 16th, 2008 in WebSphere, Websphere Process Server / Integration DeveloperPrivate business objects
A business object can be public or private. Private business objects are business objects contained in another business objects. These business objects wll be visisble only to the business object that it contains. To create a private business object, open one business object in the business object editor and right click on an [...]
Today I came to know about an open source BPM Suite - Intalio. I downloaded the product and installed it in my machine. I did not get much time to explore the product. However the product looks promising and I really want to learn the product. I am planning to spend my next few days [...]
Business objects
0 Comments Published May 15th, 2008 in WebSphere, Websphere Process Server / Integration DeveloperBusiness objects
Business objects are used for storing the data. In other words business objects represent business entities in WebSphere Integration Developer.
To create a business object, switch to business integration perspective and expand your module. Right click on Data Types and select New -> Business Object. Enter the folder where you want to store [...]
