D2D scenario : Developer Environment
This scenario is typically used in development phase when you are building a Silverlight rich client that connects to new business Logic. It is mandatory that the business logic is new to ensure you have enough control to enforce a configuration where the Site Of Origin and the Services Host reside on the same node. If you face a configuration where you need to interface with Business Logic exposed by existing Web Services from a distinct node or requiring protocol adaptation, turn to the B2E scenario.
As listed in Silverlight scenarios for Rich Internet Applications, the following constraints apply to the Developer Environment scenario :
- No infrastructure security constraints since this is a dev/test env (No HTTPS, no DMZ)
- No protocol adaptation is necessary as we develop brand new services here (ie, messages format & exchange protocol correspond to the Silverlight client capabilities, they can be directly consumed)
- Authentication & authorization may need to be handled if required at production/deployment time : this point is covered in the B2E scenario.
- A cross domain security file is needed if the Site Of Origin does not host the Web Services, as in interoperability scenarios where the Site of Origin and the Web Services rely on two different technologies.
We plan to experiment the following configurations :
- SOAP/ RPC style (operation oriented)
- Mixed configuration : IIS for Site of Origin + Tomcat and JAVA-WS for Web Services
- with a cross-domain policy
- or by servicing Web services request from IIS through the Tomcat connector for IIS
- Full Java configuration : Tomcat for Site of Origin + JAVA-WS for Web Services
- Full Windows configuration : IIS for Site or Origin + WCF services (SOAP style) for Web Services
- with a cross-domain policy
- or with the IIS built-in integration of WCF services through SVC resources
- Mixed configuration : IIS for Site of Origin + Tomcat and JAVA-WS for Web Services
- XML/ REST style (resource oriented)
- Mixed configuration : IIS for Site of Origin + Tomcat and the Restlet framework for Web Services
- with a cross-domain policy
- or by servicing Web services request from IIS through the Tomcat connector for IIS
- Full Java configuration : Tomcat for Site of Origin + Restlet for Web Services
- Full Windows configuration : IIS for Site of Origin + WCF services (REST style) for Web Services
- Mixed configuration : IIS for Site of Origin + Tomcat and the Restlet framework for Web Services
Comments
Anonymous
July 28, 2008
PingBack from http://blog.a-foton.ru/2008/07/scenario-d2d-developer-environment/Anonymous
July 30, 2008
The HowTo series demonstrates Silverlight accessing Web Services in various configurations. In this post,Anonymous
August 03, 2008
The HowTo serie demoes Silverlight accessing Web Services in various configurations. In this post, weAnonymous
August 05, 2008
The How-To series demo Silverlight accessing Web Services in various configuration. In this post, weAnonymous
August 05, 2008
The HowTo serie demoes Silverlight accessing Web Services in various configuration. In this post, weAnonymous
August 05, 2008
The HowTo serie demoes Silverlight accessing Web Services in various configuration. In this post, weAnonymous
August 28, 2008
The HowTo series demo Silverlight accessing Web Services in various configuration. In this post, we willAnonymous
August 28, 2008
The HowTo series demo Silverlight accessing Web Services in various configuration. In this post, we will