Building a Workflow Application - Part III
In part III of my tutorial I will explain how to build a EAR module with maven and develop a Web Frontend to test my workflow application.
If you followed the part I and part II of this tutorial you have setup an environment, created the workflow model and implemented a business loging in a EJB 3.0 session bean.
[Read More]
Posted at 01:48PM Jul 26, 2008
Posted by: Ralph
Category: Business
Building a Workflow Application - Part II
In this part of my tutorial I will explain how to implement the Business Logic using the Imixs IX Open Source Workflow components. If you followed the first part you have setup an environment and created the workflow model using the IX Workflow Modeler. The model file is part of the maven parent project and located in the /src folder.
Now I add a maven ejb modul to implement a session EJB using the IX JEE Workflow Implementation. This Implementation makes it very easy to implement business logic because I need not to care about JPA or a lot of the EJB stuff.[Read More]
Posted at 11:17AM Jul 26, 2008
Posted by: Ralph
Category: Business
Building a Workflow Application - Part I
The following Tutorial I will explain how easy it is to build a Workflow Application using the IX Open Source Workflow Components. The Tutorial is divided into three parts:
- Part I. - Setup and Modeling
- Part II. - Building Business Logic with EJB 3.0
- Part III. - Building a Web Frontend
Posted at 08:55AM Jul 26, 2008
Posted by: Ralph
Category: Business