I'm not sure I understand the question, but one possible route (shamelessly stolen from Paul Marcotte) is to create an abstract decorator which has a "toJSON" method which (as you may have guessed) takes the properties of the bean and converts them to a struct which is then converted to JSON. I then use ColdSpring's remote proxy feature to expose my service layer method as a webservice. Then jQuery to parse the JSON. Seems to work well.
Having said that the new generation features Mark mentioned sound interesting! --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" 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/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
