php-windows Digest 19 Nov 2009 14:47:10 -0000 Issue 3725
Topics (messages 29701 through 29704):
Re: php and silverlight
29701 by: Jarrett Meyer
29702 by: Harpreet
29703 by: Jarrett Meyer
29704 by: Harpreet
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Depending on the complexity of the data being served, I recommend writing a
POX endpoint in your web page and using WebRequest/WebResponse methods to
manually grab your data. Always been faster for me than screwing around with
WCF.
Then you can display the Silverlight xap as an embedded object.
--
Jarrett Meyer
Email: jarrettme...@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 11:35 AM, Harpreet <harpr...@crispincorp.com> wrote:
> I am trying to embed a silverlgiht project into php and like to use some
> sql server data to display in the silverlight project. What is the best
> way to go. Thanks
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Any good tutuorials on the same ...like I said this is the first time I
am trying anything like this. I am a php developer wanting to
incorporate datagrid for some data display using silverlight.
-----Original Message-----
From: Jarrett Meyer [mailto:jarrettme...@gmail.com]
Sent: Wednesday, November 18, 2009 11:47 AM
To: php-wind...@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
Depending on the complexity of the data being served, I recommend
writing a
POX endpoint in your web page and using WebRequest/WebResponse methods
to
manually grab your data. Always been faster for me than screwing around
with
WCF.
Then you can display the Silverlight xap as an embedded object.
--
Jarrett Meyer
Email: jarrettme...@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 11:35 AM, Harpreet <harpr...@crispincorp.com>
wrote:
> I am trying to embed a silverlgiht project into php and like to use
some
> sql server data to display in the silverlight project. What is the
best
> way to go. Thanks
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
As far of the silverlight side of things, I've done an example (using
ASP.NET MVC) that uses basic WebRequest and WebResponse objects. This
version used JSON serialization, but XML is a little bit easier.
http://www.jarrettmeyer.com/2009/04/creating-fake-services-with-mvc.html
--
Jarrett Meyer
Email: jarrettme...@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 12:04 PM, Harpreet <harpr...@crispincorp.com> wrote:
> Any good tutuorials on the same ...like I said this is the first time I
> am trying anything like this. I am a php developer wanting to
> incorporate datagrid for some data display using silverlight.
>
> -----Original Message-----
> From: Jarrett Meyer [mailto:jarrettme...@gmail.com]
> Sent: Wednesday, November 18, 2009 11:47 AM
> To: php-wind...@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Depending on the complexity of the data being served, I recommend
> writing a
> POX endpoint in your web page and using WebRequest/WebResponse methods
> to
> manually grab your data. Always been faster for me than screwing around
> with
> WCF.
>
> Then you can display the Silverlight xap as an embedded object.
>
> --
> Jarrett Meyer
> Email: jarrettme...@gmail.com
> Web: JarrettMeyer.com
>
>
> On Wed, Nov 18, 2009 at 11:35 AM, Harpreet <harpr...@crispincorp.com>
> wrote:
>
> > I am trying to embed a silverlgiht project into php and like to use
> some
> > sql server data to display in the silverlight project. What is the
> best
> > way to go. Thanks
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
--- End Message ---
--- Begin Message ---
Can I use LINQ with PHP??
-----Original Message-----
From: Jarrett Meyer [mailto:jarrettme...@gmail.com]
Sent: Wednesday, November 18, 2009 12:16 PM
To: php-wind...@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
As far of the silverlight side of things, I've done an example (using
ASP.NET MVC) that uses basic WebRequest and WebResponse objects. This
version used JSON serialization, but XML is a little bit easier.
http://www.jarrettmeyer.com/2009/04/creating-fake-services-with-mvc.html
--
Jarrett Meyer
Email: jarrettme...@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 12:04 PM, Harpreet <harpr...@crispincorp.com>
wrote:
> Any good tutuorials on the same ...like I said this is the first time
I
> am trying anything like this. I am a php developer wanting to
> incorporate datagrid for some data display using silverlight.
>
> -----Original Message-----
> From: Jarrett Meyer [mailto:jarrettme...@gmail.com]
> Sent: Wednesday, November 18, 2009 11:47 AM
> To: php-wind...@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Depending on the complexity of the data being served, I recommend
> writing a
> POX endpoint in your web page and using WebRequest/WebResponse methods
> to
> manually grab your data. Always been faster for me than screwing
around
> with
> WCF.
>
> Then you can display the Silverlight xap as an embedded object.
>
> --
> Jarrett Meyer
> Email: jarrettme...@gmail.com
> Web: JarrettMeyer.com
>
>
> On Wed, Nov 18, 2009 at 11:35 AM, Harpreet <harpr...@crispincorp.com>
> wrote:
>
> > I am trying to embed a silverlgiht project into php and like to use
> some
> > sql server data to display in the silverlight project. What is the
> best
> > way to go. Thanks
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
--- End Message ---