Hi! I have rounded up some fine folks who are working on a new, fast parser (based on Ragel) for Gherkin - the language that Cucumber supports. Since Gherkin is a superset of what JBehave supports, this might be something you would like to use - for a couple of reasons:
* It's going to be lightning fast * It's going to be pure Java (no Ruby/JRuby - Ragel generates parsers in pure Java, C, C# and more) * It would give JBehave a head start in supporting the same language features as Cucumber Of course, you only get the parser. You'd still have to implement support for the various features of the language inside JBehave. Keep an eye on this project. It's advancing fast! More info here: http://groups.google.com/group/cukes/browse_thread/thread/bac8ffc602b468a8 http://github.com/aslakhellesoy/gherkin Cheers, Aslak
