The Walkabout pattern looks perfect except for it requires java.lang.reflect which GWT doesn't support. http://www.cs.ucla.edu/~palsberg/paper/compsac98.pdf
Looks like I need to add accept() methods to everything in com.google.gwt.json.client On Sep 11, 10:13 am, Folke <[EMAIL PROTECTED]> wrote: > It depends on whether the JSON is hierarchical or flat. > > Take a look at the visitor pattern for complexer JSON > structures.http://en.wikipedia.org/wiki/Visitor_pattern > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
