Date: 2004-04-26T11:15:43 Editor: 128.221.4.201 <> Wiki: Jakarta HiveMind Wiki Page: NotXMLProposal URL: http://wiki.apache.org/jakarta-hivemind/NotXMLProposal
no comment Change Log: ------------------------------------------------------------------------------ @@ -70,3 +70,7 @@ This solution involves nailing down precisely (in BNF) what our format will look like and writing that parser. Most likely, something like ["JavaCC"] can be leveraged (depending on licensing). Possibly, we write a simply parser that converts the above to a DOM-like format and work from there. = Discussion = + +JoeDuffy, April 26 2004 + +What about using something like Groovy to configure and wire everything up? This has the obvious downside that you're working at an imperetive vs. declarative level, probably interacting with the HiveMind object model in some fashion, but has the benefit of being a familiar syntax, very lightweight, and is reusing an existing technology (rather than inventing a proprietary grammar). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
