Thursday Aug 12, 2010

The advantage of BPM solutions based on Java EE

One of the most important advantages of the Imixs Workflow Engine is the fact that Imixs Workflow is based on the Java Enterprise Plattform (Java EE). A Java EE application server can handle transactions, security, scalability, concurrency and management of the components that are deployed to it. So all the features and characteristic from the Java EE plattform are also part of Imixs Workflow.

[Read More]

Monday Apr 19, 2010

RichFaces Fileupload

The RichFaces Web Framework provides a powerful and flexible fileupload component to handle user triggered file uploads inside a web application.

To read more about the the RichFaces Fileupload see the online example.

You can use this RichFaces component in conjunction with the Imixs Workflow components in an easy way using the Imixs BLOBWorkitems.  BLOBWorkitems can be used to save large binary data like photos, videos or richtext together with a workflow item. Read more about the BLOBWOrktiems on the Imixs JSF-Tools page.

The following example shows how to integrate the RichFaces Fileupload Component into a jsf form page...[Read More]