Monday Oct 18, 2010

How to skip validation in a JSF Form

If you are building complex JSF Forms with a lot of different input fields you may use often the jsf attribute 'required=true' to indicate that a input is expected for a specific field. This can be a problem if you need to call actionListeners without validating all input fields. The following examples show how to solve this conflict.  [Read More]

Wednesday Aug 11, 2010

BPM and JSF

Today I added a new example page illustrating how to integrate the Imixs JEE components into a JSF application. As the Imixs Workflow project provides a full featured Workflow Management System based on EJB and JSF components, it's not so difficult to extend a JSF application with BPM functionality.

Read more about this at: http://www.imixs.org/jee/examples/jsf_example.html

Tuesday Sep 08, 2009

Building a Imixs Workflow Webapp - Part I

This Tutorial shows how to build a web based workflow application using the Imixs open source workflow framework. As the Imixs workflow project gives you a powerful technology building a business process management system (BPMS) it is mostly easy to setup a new web application without spending to much time into development. Its time to focus on the business process and your customers needs!

The Imixs Workflow Project is open source and so the project gives you the possibility to customize your workflow management system as you would mind. There is a lot of additional documentation about the different technologies and also a discussion forum where you can ask any question. So don't worry about your plans to develop a strong, scalable and robust workflow management system (WFMS) with Imixs Workflow......[Read More]