My favorites | Sign in
Project Logo
                
Show all Featured wiki pages:
Maven
People details
Project owners:
  minslovey
Project committers:
harebox, hyunts, wonchuls
Project contributors:
tkang1

Welcome to Whitetask project

Whitetask is a framework which helps you write readable code when you need to express complex or long business flow. Current developing version, 0.2-SNAPSHOT provides DSL Style as following.

    // Retry
    new Flow() {{
        execute(task);
        ifLastResultIs(FAILURE).retryUntil(2);
    }}.flow();

    // Parallel execution
    new Flow() {{
        executeParallelly(someTask, someTask, someTask);
    }}.flow();

QA, more infomration

Please, join to our mailing list. (Korea user mailing) (Global devloper mailing)

News









Hosted by Google Code