Featured Posts

Integrating GlassFish Application server with Apache... A typical production topology for GlassFish will be a front ending GlassFish with Apache for serving the static files. To integrate GlassFish Application Server with Apache web server follow the below...

Readmore

Some Java, JEE and WebSphere stuffs Rss

Business spaces in WebSphere Process Server

Posted by Albin Joseph | Posted in Websphere Process Server / Integration Developer | Posted on 08-01-2009

2

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
553 views

Business spaces in WebSphere Process Server.

Starting from version 6.1.2 IBM introduced a new feature in WebSphere Process Server called business spaces. A business space is a collection of content related to a business process which has the capability to act on that process. Basically it is a web based user interface for a business user to interact with a process. In business space we can have many different business space widgets for different actions like work on a task, monitor key performance indicators etc. This feature is very helpful when we have some human tasks associated with a process. Instead of writing custom client pages, business users can login to business space and start working on the task assigned to him

The business space manager can be opened using the url http://localhost:9080/BusinessSpace

Business space manager that comes with business spaces is used for managing your business space. Business space manager allows a user to create/edit/delete business space, page etc. You can open Business Space Manager by clicking on the Manage Business Spaces link which is present in the top right corner of your business space.

  • Share/Bookmark

Read More

Comments (2)

With WebSphere business spaces we do not need to write a client for human tasks any more. Cool app

:razz: Wow! clear information. more than IBM official website. Thanks alot!

Write a comment