Results 1 to 3 of 3

Thread: Silverlight and ICE

  1. #1
    kwaclaw is offline Registered User
    Name: Karl Waclawek
    Organization: Personal
    Project: Whiteboard application
    Join Date
    Sep 2004
    Location
    Oshawa, Canada
    Posts
    159

    Silverlight and ICE

    Microsoft is about to release a .NET cross-platform plugin for web browsers (Windows and Mac, IE and Mozilla, etc.) called Silverlight. This is similar to Java applets, Adobe Flash, etc., and provides rich GUI capabilities in the browser.

    The plugin provides its own - smaller - version of .NET 2.0/3.0, so applications built against it have to use a somewhat reduced set of framework libraries, and also permissions (sandbox). They must link against a separate set of assemblies, including the core assemblies (mscorlib.dll, system.dll).

    Here is the problem I have: I had the idea that, instead of calling a web service from the Silverlight code (running in the browser), I would call an ICE service instead. However, icecs.dll is built against the standard .NET framework, so it won't work with the Silverlight framework. I am sure, most of the code for icecs.dll would compile against Silverlight OK, but there are a few areas that would not work, as they use the Windows API directly (the network layer, I think).

    Has anyone any ideas on the subject?
    It would be nice if ICE worked on a sandboxed CLR.

    Karl
    Last edited by kwaclaw; 06-19-2007 at 03:51 PM. Reason: Typo
    Karl Waclawek

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    We are investigating Silverlight, but don't have any concrete plans yet. If you have a commercial need for such a development, please contact us at info@zeroc.com.

  3. #3
    kwaclaw is offline Registered User
    Name: Karl Waclawek
    Organization: Personal
    Project: Whiteboard application
    Join Date
    Sep 2004
    Location
    Oshawa, Canada
    Posts
    159
    Silverlight 1.1 is currently in Alpha and still doesn't expose the Socket API yet.
    So, you still have time ... :-)

    However, I can imagine that a lot of new applications (even traditional desktop apps) will be built using Silverlight instead of the full .NET framework. At least this seems to be where our organization will be going.

    Karl
    Karl Waclawek

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ICE for Silverlight
    By kwaclaw in forum Comments
    Replies: 10
    Last Post: 01-13-2009, 08:03 AM
  2. Ice for Silverlight 0.3.2 released
    By xdm in forum Announcements
    Replies: 0
    Last Post: 10-16-2008, 04:54 PM
  3. Ice for Silverlight 0.3.1 released
    By xdm in forum Announcements
    Replies: 0
    Last Post: 10-07-2008, 03:41 PM
  4. Ice for Silverlight 0.3.0 released
    By xdm in forum Announcements
    Replies: 0
    Last Post: 09-17-2008, 01:09 PM
  5. Ice for Silverlight 0.2.0 released
    By dwayne in forum Announcements
    Replies: 0
    Last Post: 06-16-2008, 12:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •