Pattern Matching framework?
问题 I will be tackling a Java (GWT) project soon (related question). Maybe I am trying to stretch things here but I was wondering if there is any "pattern matching framework" (don't really know if there is a term for this) written in Java? (maybe it is my prolonged exposure to Erlang that twists my thoughts around patterns all the time :-) I will be using a "message passing" architecture to communicate between my Java components and I'd like to efficiently "match" messages to actions. Maybe I