We just released the version 2.1.1 for the Imixs AdminClient.
The new version (2.1.2) will provide a new local EJB interface which simplifies the administration of Workflow Instances. See http://java.net/projects/imixs-workflow for more details!
the open source workflow technology for business applications
We just released the version 2.1.1 for the Imixs AdminClient.
The new version (2.1.2) will provide a new local EJB interface which simplifies the administration of Workflow Instances. See http://java.net/projects/imixs-workflow for more details!
We are now starting the next release of the Imixs Workflow 3.0
See: http://java.net/jira/browse/IMIXS_WORKFLOW-90
The general idea behind the new 3.0 release was to make use of the new EJB 3.1 container features. Because the current Imxis EntityServiceBean is in some methodes a little bit deprecated. One reason was the early implementation in the beginning of JEE5. The JPA methods are optimized for Toplink Driver which is no longer supported. So its time to make an Update!
A Migration is necessary as one of the main goals is to pesist no longer the ItemCollection Object but a simple portable Map Interface.
So we need a way to migrate application from Version 2.x to 3.0. As we learned in migrations from 1.x to 2.x this is not an easy work.
The goal of the new migration strategy must be a background migration.
So a tool should migrate workitems from a old datastorage into a new one running independed of a productive workflow app. This can be done by monitoring the $modified timestamp. As we know most of the data will not be changed during migration this can be done easily .
With the latest version of Imixs Workflow now business reports can be created in a lot of different output formats like PDF, MS Excel, MS Word or any other XSL Transformation. Read more about the Imixs Workflow REST Interface and how it works.
http://www.imixs.org/xml/restservice.html
Imixs Workflow did not only empower you in building bpm solutions based on the JEE plattform. It also gives you a flexible architecture to fulfill business requirements like compliance features, creation of business reports and securing confidential business data in a fast and easy way.
After the successful migration of the Imixs Community site on Java.net Imixs finalized the latest release of the Imixs JEE Workflow components 2.1.3 .
The Imixs Modeler Documentation is updated and some addtional Informations about the usage were added to the site. The Imixs Workflow Modeler is a good starting point to begin a BPM Project.
Read more about the Eclipse based Modeling Tool from the Imixs Workflow project.
The latest version 2.1.0 of the Imixs Workflow and the Imixs Java EE Workflow components are now final released! The new version includes a bunch of updates and new features.
Also the 2.1.0 release is now supporting Java EE 6 and is tested with Glassfish V3 Application Server! Therefor the deployment is simplified and now it is much more easy to use the components in your own Java EE project. It’s easy to integrate the Imixs Workflow Engine into your web project and build a scalable, transactional, robust and simple deployable Java EE Workflow System.
Check out the Imixs Workflow and build your business application in a fast and easy way now.
Read more about the project on the Imixs Project site.
Or read the Quick guide how to install the sample application on a Glassfish V3 or Glassfish V2.1 application server.
We also provide a blog with a tutorial to get an overview about the project.
Also components of the Imixs Workflow Project are now provided as Maven artifacts in the central maven repository. This makes it much more easy to use the components in your projects if you are working with maven.
In the upcoming new release 2.0.2 the Imixs JEE Workflow provides – among other things a new Web Service implementation which will become much more flexible. Now as the Imixs XML API is fully based on JAXB the SOAP Web Services and the REST Web Services are separated into web modules. This makes is much more easy to use these interfaces in workflow projects as the deployment strategy has changed. As announced the new release will run on JEE5 (Glassfish 2.1) as also under JEE6 (Glassfish 3). And also the deplyoment becomes more flexible as you are now no longer forced to deploy all web service modules together with your application.
The project documentation will be extended in the near future with an additional section for XML & Web Services.
You can check out the current 2.0.2-SNAPSHOT release from the Subversion repository. See also the new snapshot releases of imixs-workflow-xml, imixs-workflow-rest and imixs-workflow-soap. If you have any comments or questions please post the in the Imixs Forum.
We are currently working on the next Release 2.0.2 of the Imixs JEE Workflow Engine. The new release will support JEE6 and Glassfish 3. It includes also extended Rest Service API and some additional bug fixes. See the Issue tracker for more details or check out the current Snapshot Sources.
Imixs supports now a new Login Module which enables JEE Web Applications to authenticate against OpenID Providers.
You can test a Imixs Workflow Application using your own Google Account or any other OpenID Account on the ShareYourWork Online Workflow Plattform.
Read details about this Authentication Module for Glassfish here.
Today the new version 2.0.1 of the Imixs Workflow JEE Library was finally released.
Read more about the Imixs Workflow API on the www.imixs.org Project Site.
We are starting now immediate the 2.0.2-SNAPSHOT release. One goal of this new release is support for Hibernate and JBoss APP Server.