Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Microsoft To Open Source Some of Silverlight

Posted by kdawson on Tue May 01, 2007 05:02 AM
from the short-on-ideas dept.
Kurtz writes with word that Microsoft is about to follow in Adobe's footsteps by releasing the source code to part of its Silverlight technology. The news comes less than a week after Adobe announced plans to open source the Flex SDK. Microsoft is hungry to build the developer base for its rich Internet app tools, if it can.
+ -
story

Related Stories

[+] Adobe Open Sources Flex SDK Under MPL 134 comments
andy_from_nc writes "Adobe announced that they are open sourcing their Flex SDK under the Mozilla Public License incrementally by December. This move comes on the heels of Microsoft's announcement of their Silverlight and Adobe's CEO's criticism of it. Adobe's action will likely please other open source developers who use Flex, like me, and offers hope that we'll see a full open source version of Flash one day. You can read Adobe's FAQ on the move as well."
[+] Microsoft Common Language Runtime To Be Cross-Platform 308 comments
axlrosen alerts us to a Microsoft sleeper announcement from Mix07: a version of its Common Language Runtime will be available cross-platform. The Core CLR shows up as part of the Silverlight SDK that Redmond is open sourcing. From the blog posting: "The biggest Mix '07 announcement made on opening day of this week's show was one that Microsoft didn't call out in any of its own press releases: Microsoft is making a version of its Common Language Runtime available cross-platform. The CLR is the heart of Microsoft's .Net Framework programming model. So, by association, the .Net Framework isn't just for Windows any more."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Ohhhhh Sources (Score:5, Insightful)

    by Fox_1 (128616) on Tuesday May 01 2007, @05:08AM (#18938281) Homepage
    "according to sources familiar with the company's plans.----Specifics on which aspect of Silverlight will be open-sourced were not available, and Microsoft's public relations firm declined to comment."

    So RTFA - but none of it's official, there are no details other then a little about the market space. In fact I suspect the discussion on Slashdot will be more interesting.

    • Re:Ohhhhh Sources (Score:5, Informative)

      by Heir Of The Mess (939658) on Tuesday May 01 2007, @06:15AM (#18938483) Homepage

      Read this article http://www.eweek.com/article2/0,1895,2123859,00.as p [eweek.com] as it's a bit more interesting. The open source bits are the Dynamic Language Runtime (DLR) and the IronPython language. The DLR sits on top of .NET, so if you are using Mono and IronPython, then I would assume that you would then have all the source from top to bottom.

      The MS stuff is here http://www.codeplex.com/IronPython [codeplex.com]

      This time I even checked my links :-)

      • Re:Ohhhhh Sources (Score:4, Informative)

        by $RANDOMLUSER (804576) on Tuesday May 01 2007, @06:43AM (#18938575)
        The OpenLazlo [openlaszlo.org] TFA mentioned in passing looks kind of interesting, at least enough to check out further. The source for their demos looks pretty clean and straightforward.
      • IronPython was already open source before Microsoft got to it. It started out as an independent project that's obviously been acquired by Microsoft. They even changed the license from the Common Public License, which OSI-approved, to the Microsoft Permissive License, which is not.
        • Re:Ohhhhh Sources (Score:4, Insightful)

          by Heir Of The Mess (939658) on Tuesday May 01 2007, @09:03AM (#18939381) Homepage

          I don't think you can aquire an open source project. Your comment is a bit misleading. Rather what happened was that the sole developer Jim Hugunin wanted to join Microsoft after meeting with the .NET CLR (Common Language Runtime) team while discussing with them the technical issues he encountered. Jim joined up, and with a team at MS, brought IronPython to it's 1.0 release in September 2006.

          There's some history on Jim Hugunin's blog here http://blogs.msdn.com/hugunin/archive/2006/09/05/7 41605.aspx [msdn.com]

          There's other Python projects for you purists to get your teeth stuck into, but this one isn't one of them, as it is with a lot of .NET stuff. Here, try Jim Hugunin's JVM based Python called Jython http://www.jython.org/ [jython.org]

          • how can an open source project be acquired?

            Easily. You can acquire my open source project, Stylus Toolbox [sf.net]. Pay me USD $5,000, and I will transfer the copyright to you. All of the code is contributed by me, so no copyright issues. Then, you can take and release under whatever license you want, provided you remove the dependency on GladeWindow.py, which is GPL and not written by me. All other dependencies are either LGPL or Python license, or are dependencies on applications that are called, not linked,

      • The companies involved in this shit include: IBM, Sun, Apple...

        Wow, I'm not sure how you fault Apple in this regard. They actually shipped TPM enabled machines for some time, but never used the TPM in their OS or software, only opening it up for developers interested in doing encryption with it and eventually dropping it due to lack of interest. They did implement EFI, but there is no indication of using it for trusted computing either only for a modern replacement to BIOS.

  • Always late... (Score:5, Interesting)

    by Beuno (740018) <argentina AT gmail DOT com> on Tuesday May 01 2007, @05:34AM (#18938355) Homepage
    Am I the only one who gets the feeling they keep on arriving too late every single time?
  • by Riquez (917372) on Tuesday May 01 2007, @05:35AM (#18938359) Homepage
    I mean, call me picky, but shouldn't they finish developing IE to an acceptable standard before they start on a Flash competitor?
  • by N8F8 (4562) on Tuesday May 01 2007, @07:11AM (#18938675)
    • Re: (Score:3, Informative)

      Lots of people on here worried about interoperability, cross platform runtimes and the likes, but those comments on msdn show that those using MSFT technology couldn't care less. *sigh*
      • Re: (Score:3, Interesting)

        No sluh. People using MSFT tech are the types who are easily impressed and afraid of change. I don't see what the world gains from yet another flash type scripting thingy, but now MSFT can split up yet another market by virtue of it running on Windows.

        Being an unfan of Flash anyways makes me not really care what MSFT is doing to hurt/help that market. But it's sad to know that MSFT just will never change.

        Oh well.

        Tom
        • by N8F8 (4562) on Tuesday May 01 2007, @08:43AM (#18939189)
          Before you jump on the MS bashing bandwagon please take a look at the linked video. Even better, download the client plugin and view the demos. It's cross platform and supports a ton of languages including C#, Ruby, Javascript, etc.
  • by NickFortune (613926) on Tuesday May 01 2007, @07:13AM (#18938689) Homepage
    #include "bsod.h"

    main() { if(running_on_linux()) { crash(horribly, messily); } return proprietary_blob(patented); }

    /* anyone remember the days when slashdot allow you to quote pre-formatted text? */
  • by tt42 (647778) on Tuesday May 01 2007, @08:01AM (#18938897)
    While not directly related to the open-source angle of this story, here is Scott Guthrie (Silverlight team manager) talking about some of the more in-depth aspects of it. (36m long) http://channel9.msdn.com/showpost.aspx?postid=3045 08 [msdn.com]
    • Re:It's Microsoft (Score:5, Insightful)

      by James_Duncan8181 (588316) on Tuesday May 01 2007, @05:15AM (#18938303) Homepage
      No, they will just open source the simple bits that Mono already has mostly sorted out, leaving a fairly small but extremely critical patent-encumbered bit (video codec, maybe) that prevents anyone else making a useful implementation.

      The PR people will then jump around saying Microsoft==open!!!eleven!. Do you see?
    • Re: (Score:3, Insightful)

      As opposed to Adobe, who opens the SDK and gives away the player for free, but charges six or seven times the actual value of the product for server software.
    • Re: (Score:3, Insightful)

      Some of us hate flash - small tip if you don't have a T1 connection and things are slow Block flash and the internet really speeds up.

      If people wish to develop sites that we cant view (think scfi channel) or adverts in it then its not a problem here as we associate flash with rubbish/spam.

      Also a defacto standard is not if no 'upto' date linux plugin is available. It is possible to live without flash, and yes the world is a better place.

      Flash (and wannabe ompetitors)is a childrens program whether the

      • Re:Really. (Score:4, Insightful)

        by dFaust (546790) on Tuesday May 01 2007, @06:36AM (#18938549)

        Actually, Adobe released Flash Player 9 for Linux last October... I'm not sure what more you want. They now have Flash Player for Solaris, too. Obviously it exists for Windows and OSX, as well. Yes, Flash can be abused... but Flash can also be really useful for creating engaging user experiences and it's also an EXCELLENT platform for application development, particularly via Flex. Flex 2 is great, Actionscript 3 is a really nice language featuring the best of OO and dynamic languages, the AVM2 virtual machine is a really nice piece of work. I know more and more enterprise developers who do .NET or Java that have been exposed to Flex 2 in recent months and come to like it very quickly. The power that it affords is great, it "just works" (regardless of browser/OS), and it's infinitely better to develop apps of all kinds in than HTML/CSS/Javascript.

        So I'm sorry that you have such issues with Flash. But as a development platform, it's appealing in many ways. And ever since the Adobe/Macromedia merger, Adobe has really become more open with their developers and has been releasing more and more tools to help them out (checkout labs.adobe.com for some examples).

        • Re: (Score:3, Interesting)

          And if you visit Korean websites, everything is either Flash or ...get this... pictures of text. That's right -- most of the "text" I find on Korean websites can't be searched or indexed because they made a graphic out of it! Flash and pictures of text. Wow. I would hate to be a blind Korean trying to use the Internet.
    • Re:Really. (Score:5, Interesting)

      by kestasjk (933987) on Tuesday May 01 2007, @07:31AM (#18938759) Homepage
      The problem is that Flash doesn't integrate in with anything ASP or .NET . XML is good in some ways for this, but no .NET developer wants to learn ActiveScript, buy FlashMX, learn a whole new way of creating UIs, and learn about AJAX to get Flash integrating with their current systems.

      I think if Adobe invested more in Flash, and specifically getting more developers into Flash, they'd have a solid niche. But they've made Flash development more difficult to get into than it needs to be, and I think that based on that alone you can predict that Silverlight will probably fight a downhill battle and win over Flash.
    • Re:Really. (Score:4, Insightful)

      by nwbvt (768631) on Tuesday May 01 2007, @07:34AM (#18938769)

      "Linux/OSX support it"

      Does it? Aside from the fact that it cannot be offered with the OS because of license restrictions, I have heard of many people having problems running Flash on Linux. What we really need is something like this that uses entirely open standards so third party players can be developed (not sure if MS will agree to do that for Silverlight, though).

      From what I have heard, the main advantage to Silverlight is that it integrates better with .NET applications on the server-side. Besides, how can a little bit of competition be a bad thing? Worst case it will force Adobe to improve their product in order to keep from losing out to Silverlight. If you were to argue we don't need new technologies when there is already something that is "good enough", we should all be running applets in Netscape.

    • Re:Really. (Score:5, Insightful)

      by moderators_are_w*nke (571920) on Tuesday May 01 2007, @08:13AM (#18938971) Homepage Journal
      They've certainly pulled that trick before. Where are:

      * MS Core fonts for the web
      * IE for Mac / UNIX
      * Windows Media Player for Mac

      Microsoft's idea of cross platform is do it till its popular and then EOL everything but Windows. The only reason they're doing this at all is that Flash video is killing WMV.
    • by lolocaust (871165) <sage> on Tuesday May 01 2007, @05:42AM (#18938393) Homepage Journal
      It was probably the printer friendly version that was linked, so it'd make sense to automatically show the print dialog. The alternative would be to have the article on 8 pages each with its own talking smiley pop-up that scares the shit out of you due to its creepy "I wuv you" catchphrase and the fact you forgot that your speakers were on pretty loud.
    • Microsoft has been using open source for some time, albeit sometimes with restrictive licenses, but rarely has any of it been useful for anything but developers already committed to Microsoft's platform.

      There are several reasons people may be interested in open source, but they all have one thing in common ... people are interested in what open source does for them. Open source frees them from dependence on a single vendor, it frees them from license fees and royalties, it allows them to share responsibility with a large pool of like-minded developers, and so on. Open source products tied to a single vendor, whether it's hardware (like a Linux-based set-top box or PDA) or software (one of Microsof's efforts was an open-source installer for Windows applications) is only going to be interesting if it's useful for the things they're already doing.

      Open-sourcing *part* of a product, when you're potentially going to have to pay Microsoft to use the rest (the price I read was the first million users free, then 25 cents per user after that), is a pretty obvious poison pill.