Go Back   ZeroC Forums > Comments

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 12-06-2007
kwaclaw kwaclaw is offline
Registered User
 
Name: Karl Waclawek
Organization: Toronto Star Newspapers Ltd.
Project: Proof of concept
 
Join Date: Sep 2004
Location: Oshawa, Canada
Posts: 123
ICE for Silverlight

This new project is indeed exciting news.

I am curious if ICE for Silverlight will get a true socket based channel instead of "tunneling" ICE over HTTP and using a bridge?

AFAIK, Silverlight 2.0 (beta due out in Q1 2008) will have socket support, although it might just have the same issues that prevent the current ICE for .NET runtime from being implemented in fully managed code.

Karl
__________________
Karl Waclawek
The Toronto Star - http://www.thestar.com
Reply With Quote
  #2 (permalink)  
Old 12-06-2007
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,773
It's quite possible that we will add this if there is demand for such a feature. The purpose of a ZeroC Labs product is to gather information about the requirements from our users to determine the future direction of the project.
Reply With Quote
  #3 (permalink)  
Old 12-10-2007
xdm's Avatar
xdm xdm is online now
ZeroC Staff
 
Name: José Gutíerrez de la Concha Martínez
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Sep 2003
Location: La Coruña, Spain
Posts: 272
why silverlight and no flex?

Hi zeroc

Why you choose silverlight for web applications and no adobe flex?

I think flex is a more mature solution for rich web applications, and the prefer option for web developers.

BTW flex is open source , and run in most modern web browsers. and Silverligh seems a microsoft only solution.

I give you same links of open source flash proyects

Wowza is and open source server for flash.
Wowza Media Server - Flash Streaming Server, Flash Media Server Alternative, Flash Server and RTMP Server

Red5 Red5 : Open Source Flash Server Open Source Flash is a open source flash server. but is only for php.

Thanks
Reply With Quote
  #4 (permalink)  
Old 12-10-2007
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,773
The main reason is that we already have an Ice for .NET version, which makes it relatively easy to implement Ice for Silverlight. However, this doesn't mean that we will not also implement and Ice for Flex (or whatever it would be named) in the future.
Reply With Quote
  #5 (permalink)  
Old 12-10-2007
xdm's Avatar
xdm xdm is online now
ZeroC Staff
 
Name: José Gutíerrez de la Concha Martínez
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Sep 2003
Location: La Coruña, Spain
Posts: 272
The other player in Rich Web Clients seems to be javaFX, JavaFX. Seems that it can be integrated with Ice out of the box or any other java based software.

BTW Ice + Flex can be a revolution in the web, for creating disitributed flash games, streaming applications, ecomerce sites, and lots of new things.

The probem with flex or flash is that macromedia servers has very expensive licenese per cpu.
Reply With Quote
  #6 (permalink)  
Old 12-10-2007
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,773
I agree with your assessment of the importance of Flex. As I said, just because we have released Ice for Silverlight, doesn't mean that we cannot release an Ice for Flex as well

Ice for Silverlight did represent a great opportunity for us to learn about HTTP bridging, and the challenges of running Ice in the Web browser in general. ZeroC Labs is the place to test new technology like this.
Reply With Quote
  #7 (permalink)  
Old 12-10-2007
xdm's Avatar
xdm xdm is online now
ZeroC Staff
 
Name: José Gutíerrez de la Concha Martínez
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Sep 2003
Location: La Coruña, Spain
Posts: 272
Hi

I have same WebApps that use Ice in is backend server, The Web Front End is a WebModule made with the AppWeb embeded web server
see AppWeb Embedded Web Server Software and Solutions. is really simple made a custom module for the AppWebSever and can be interesting for learn about HTTP. I think this aproach is more flexible than use IcePhp on apache because you have total control of your web server. in my app the WebServer run's inside and IceBox service.

Our administrative clients are now IcePy + PyQt. Here is where we want to put Flex <--> Ice talking native IceProtocol not only an http bridge, and take full advantage of Ice Protocol.

I think this combination can be the more powerfull sollution for rich web applications. Seems to me far superior, to current rich web apps like Gmail, Hotmail that are only http based.

If you are interesting in same of the pieces of code i mentioned for view how we are using Ice, i can share it with you.
Reply With Quote
  #8 (permalink)  
Old 12-10-2007
kwaclaw kwaclaw is offline
Registered User
 
Name: Karl Waclawek
Organization: Toronto Star Newspapers Ltd.
Project: Proof of concept
 
Join Date: Sep 2004
Location: Oshawa, Canada
Posts: 123
Quote:
Originally Posted by xdm View Post
BTW flex is open source , and run in most modern web browsers. and Silverligh seems a microsoft only solution.
Silverlight is cross-platform: Mac, Windows, Linux - (called Moonlight), and runs in different browsers, not just IE. But the main selling point is that you can use any .NET language, not just a scripting language.
__________________
Karl Waclawek
The Toronto Star - http://www.thestar.com
Reply With Quote
  #9 (permalink)  
Old 01-31-2008
yamokosk yamokosk is offline
Registered User
 
Name: J.D. Yamokoski
Organization: University of Florida
Project: Robotic X-ray platform
 
Join Date: Sep 2006
Posts: 12
Send a message via MSN to yamokosk
-->
Flex support in Ice

Quote:
Silverlight is cross-platform: Mac, Windows, Linux - (called Moonlight)
Yea I don't know about this statement. From the Moonlight project website,

"Currently Moonlight is not packaged as it is still under heavy development."

Simply because Moonlight is in alpha stages, I would not be quick to label it as a viable alternative to Adobe's Flex. Furthermore, its troubling to me that a wonderfully versatile and open-source project such as Ice would even align themselves with a closed-source, single platform library such as Silverlight (well I guess Mac is also supported by Silverlight)... yea MS has stated that they were/are going to release portions of Silverlight, but lets be honest. This is MS. I'll only believe it when I see it.. and from the looks of it, I'm right to be skeptical.

Before anyone accuses me of being some open-source nut, I have no allegiance to Adobe or MS. In fact I am just beginning to learn about RIA technologies. However, I do have quite a bit of source code and work built on top of the Ice project. And almost 95% of this code runs exclusively on a Linux OS.

I'd really love to use an RIA tech, such as Flex, to put a nice front end on the components I have developed. I don't have time to fuss around with one more developmental library such as Moonlight (being primarily in Linux, I already have enough of those to deal with). I just want something that works.. period.
__________________
J.D. Yamokoski
University of Florida
Orthpedic Biomechanics Laboratory
http://www.mae.ufl.edu/~banks
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Introducing ZeroC Labs, Ice for Silverlight, and Connections #27 mes Announcements 0 12-06-2007 03:30 PM
Silverlight and ICE kwaclaw Comments 2 06-21-2007 01:23 PM


All times are GMT -4. The time now is 09:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.