Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Know of a Java-based Workflow Engine?

Is there a Java API out there for workflow, or some package that will allow me to configure workflow for my app. At my day job, we're starting to get into some significant document workflow. For our next release, we'll probably just be keying off a status field - but I'm interest if there's an easy-to-implement workflow package that we can implement now (before we hard-code too much business logic). Thanks for any suggestions!

Posted in Java at Feb 04 2003, 07:14:14 PM MST 4 Comments
Comments:

Werkflow looks interesting, but I couldn't find any tutorials in the 45 seconds I looked at it. Any pointers would be great.

Posted by Matt Raible on February 04, 2003 at 10:15 PM MST #

Although I haven't had the opportunity of using it, OSWorkflow from OpenSymphony surely looks interesting.

Posted by Sebastiano Pilla on February 05, 2003 at 03:20 AM MST #

Hi Matt, we used plain JMS in combination with home-grown MDBs (EJB 1.1 workaround) to achieve an asynchronous workflow. Since all messages are ObjectMessages, the onMessage methods tend to be rather short. The rest (which MDB receives what message) is handled by selectors. This JMS feature alone is a life-saver. For a free JMS provider check out JORAM (http://objectweb.org/joram) HTH Fokko

Posted by F. Degenaar on February 05, 2003 at 05:18 AM MST #

There are several open source options:
  • Open Business Engine
  • OSWorkflow
  • werkflow
  • jBpm
  • Open For Business' workflow component Only Open Business Engine and Open For Business' workflow component currently follow any sort of standards for workflow. All of the other engines currently have their own workflow definition language. Sincerely, Anthony Eden

    Posted by Anthony Eden on February 05, 2003 at 09:12 AM MST #

  • Post a Comment:
    • HTML Syntax: Allowed