PRE05: Creating Rich Internet Applications with Silverlight

publicité

http://blog.sfartz.com
http://blogs.msdn.com/ssfartz
http://blogs.msdn.com/cloud_computing
http://blogs.msdn.com/silverlight_plus_java







http://.../customers
http://.../customers/France


















SOAP Message Transmission Optimization Mechanism


java.net package
HttpURLConnection




Greg Wilkins Jetty Web container Servlet specs











http://blog.octo.com/index.php/2008/09/27/145-rest-en-javaavec-la-jsr-311


















http://www.restlet.org


























http://timheuer.com/blog/archive/2008/10/14/calling-secure-services-withsilverlight-2-ssl-https.aspx
1: <?xml version="1.0" encoding="utf-8" ?>
2: <access-policy>
3: <cross-domain-access>
4:
<policy>
5:
<allow-from http-request-headers="SOAPAction">
6:
<domain uri="http://*"/>
7:
<domain uri="https://*" />
8:
</allow-from>
9:
<grant-to>
10:
<resource include-subpaths="false" path="/"/>
11:
</grant-to>
12:
</policy>
13: </cross-domain-access>
14: </access-policy>




Browser
HTML
Silverlight control instance
XAP
XAML
WebService
Full Windows configuration : IIS + WCF services (REST style)
Browser
WebService
HTML
Silverlight control instance
WCF service
XAP
C# - LINQ
Webclient
HttpWebRequest
XAML
HTTP request (GET,POST)
POX response
IIS
@ MSDN Blogs – Silverlight_plus_Java
Rest Style
Mixed configuration : IIS + Restlet (with the IIS-Tomcat connector)
Browser
WebService
HTML
Silverlight control instance
Servlet
REST service
XAP
HTTP request (GET,POST)
C# - LINQ
Webclient
HttpWebRequest
XAML
XML over HTTP
Cross domain
Security policy must be present
IIS
@ MSDN Blogs – Silverlight_plus_Java
Restlet API
xml
TOMCAT
Full Java configuration : Tomcat + Restlet
Browser
WebService
HTML
Silverlight control instance
Servlet
REST service
XAP
C# - LINQ
Webclient
HttpWebRequest
XAML
HTTP request (GET,POST)
XML over HTTP
TOMCAT
@ MSDN Blogs – Silverlight_plus_Java
Restlet API






Consuming Amazon's
RESTful Services with
Silverlight 2


http://blogs.msdn.com/silverlight_plus_java

http://www.infoq.com/articles/silverlight-java-interop

http://msdn.microsoft.com/enus/library/cc838250(VS.95).aspx

http://silverlight2data.com/



Téléchargement