richardcatlin
24 Sep 2010, 6:13 AM
I wrote a Ext Gwt application using ModelData on my server-side, and components such as List and Tree on my client side. Can I reuse any of this code for Touch?
Does Touch support the concept of TreeStore and ListStore, or is there a way for me to emulate it on the client?
Can I use Touch to RPC, or do I have to create a Restful Webservice and return JSON? I suppose I could create a method in each of my ModelData instances that returns the JSON representation.
Any guidance would be appreciated?
Thank you.
Richard Catlin
Does Touch support the concept of TreeStore and ListStore, or is there a way for me to emulate it on the client?
Can I use Touch to RPC, or do I have to create a Restful Webservice and return JSON? I suppose I could create a method in each of my ModelData instances that returns the JSON representation.
Any guidance would be appreciated?
Thank you.
Richard Catlin