ODEO new release

Recently, I released a new version 1.1.34 of ODEO (it’s ODE tuned for Oracle and ServiceMix).You can check details (and downloads) here: http://top.touk.pl/confluence/display/top/ODEO.This version contains yet another set of fixes, which drive your BPE…Recently, I released a new version 1.1.34 of ODEO (it’s ODE tuned for Oracle and ServiceMix).You can check details (and downloads) here: http://top.touk.pl/confluence/display/top/ODEO.This version contains yet another set of fixes, which drive your BPE…

Recently, I released a new version 1.1.34 of ODEO (it’s ODE tuned for Oracle and ServiceMix).
You can check details (and downloads) here: http://top.touk.pl/confluence/display/top/ODEO.
This version contains yet another set of fixes, making your BPEL engine more robust and useful for production use.
Recent improvements include: faster redeployment for high-load installations, priorities for jobs and digests for compiled processes (which enable substitution of xpaths in processes and have old instances continued in new version).
There are also some bug fixes and user experience improvements, so you are welcome to check it out!

You May Also Like

Enums for scala

Scala has very limited implementation of Enumeration. Enumerated objects can't extends other classes. Partial replacement for it is to use sealed classes. You can do pattern matching on them. When you ommit some possible value you will get compiler wa...

Rapid js + css development

BackgroundLast time I had some work to do in OSGi web module written in Spring MVC. If we have application splitted to well-designed modules, back-end development in this framework run in OSGi environment is quite fast because after some modification w...