>> 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.


Actually... There is a way to do this (If I understand the question),
using jCFC.

http://jcfc.riaforge.org/

It just got released and I haven't gotten past reading the docs and
sample code but it looks VERY powerful. You can use it to talk to CFC
in the application scope. In fact according to the docs jCFC can
instantiate a CFC and load it into memory.

G!


On Mar 19, 4:52 am, John Whish <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to