Hypo

From SagaWiki

Jump to: navigation, search

So I work on a financial application for my employer. As I was writing code using JBPM to organize the steps, I thought to myself, "Why can't I just write this out in Java and have the language call my code instead of XML call my code?". That is almost the purpose of this project.

What I hope to create is a domain specific language for transactional processing. This will probably be implemented using a dynamic language such as Groovy, Ruby, Python, etc. This will be hooked into Java code which will do the heavy lifting.

At least that is the hope.