in reply to Re^5: How to call perl in Java?
in thread How to call perl in Java?

I'm conceiving about a workflow controlling software. It might be better to use Java to implement the skeleton, because Java is more strict than perl. However I still want it possible to use perl to implement the procedures, because it's flexible and fast to develop.

Actually it's only a optional way of solution, and now I'm using perl to implement the whole architecture, but suffering from perl's loose hierarchy system.

Replies are listed 'Best First'.
Re^7: How to call perl in Java?
by dHarry (Abbot) on Jan 14, 2010 at 07:30 UTC

    I took a look at some Java Workflow tools recently. For me Java is mandatory, I have no choice. I found drools an interesting option. It offers a lot of functionality, most of which I will be needing. If you're not forced to use Java I would stick with Perl, Workflow seems like an excellent start. Maybe you should repost and ask for WFM/Perl solutions.

    Cheers

    Harry