Another approach will be to interact with JSON like kind of responses, which pretty much can be generated by any server side technology (I probably will go with some python or ruby as it is simpler to maintain)...
One of the things I like with such technologies is the opportunity to create RESTfull solutions which can serve multiple purposes and help the object structure with entities y semantics. G. On Sun, Aug 10, 2008 at 4:56 AM, Stephen Price <[EMAIL PROTECTED]>wrote: > Yeah, I'm already doing that. It's the server side stuff I'm not so sure > about. > > On Sun, Aug 10, 2008 at 6:46 PM, .net noobie <[EMAIL PROTECTED]>wrote: > >> you can host a silverlight app on any webserver as far as i can see, the >> .xap file is downloaded and run in the users web browser >> >> >> On 8/10/08, Stephen Price <[EMAIL PROTECTED]> wrote: >> >>> Hey all, >>> >>> Was just wondering if anyone had thought of (or tried?) a way of running >>> Silverlight on a purely LAMP system? >>> >>> I use a webhost that uses Apache and MySQL. I'd like to be able to use >>> MySQL for the backend but am not sure how I'd get around not being able to >>> run my webservice on a non-microsoft web server. I'm assuming that I'd have >>> to write a java (or some other similar technology) to get that working. >>> >>> So the webserver would of course serve my Silverlight app, which would >>> make calls to the webservice which talks to the MySQL server. >>> >>> cheers, >>> Stephen >>> ------------------------------------------------------------------- >>> OzSilverlight.com - to unsubscribe from this list, send a message back to >>> the list with 'unsubscribe' as the subject. >>> Powered by mailenable.com - List managed by www.readify.net >>> >> >> >> >> -- >> .net noobie™ >> >> This Framework is not Big Enough for the both of us... >> ------------------------------------------------------------------- >> OzSilverlight.com - to unsubscribe from this list, send a message back to >> the list with 'unsubscribe' as the subject. >> >> Powered by mailenable.com - List managed by www.readify.net >> > > ------------------------------------------------------------------- > OzSilverlight.com - to unsubscribe from this list, send a message back to > the list with 'unsubscribe' as the subject. > Powered by mailenable.com - List managed by www.readify.net > -- _______________________________ Gilbert A. Corrales-Villalobos +506 840 7941 Mobile +506 238 2195 Home [EMAIL PROTECTED] ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net
