Slashdot Mirror


Mono & SourceGear Move Forward

miguel writes "The Mono project keeps evolving and is quickly becoming a mature platform for running .NET applications on Linux. SourceGear and Ximian have entered into a partnership to make their .NET-based Vault client software available to Linux and Unix users by implementing the missing web services support in Mono. The formal announcement is here and a developer overview is here. OpenLink has also contributed the functionality to turn Wine into a library that Mono is using to implement the System.Windows.Forms namespace. Another recent progress bit is the fact that Mono can run Eclipse with the IKVM Java VM for .NET"

10 of 56 comments (clear)

  1. What do you think they will do? by shibbydude · · Score: 3, Funny

    Popular business plan: Step 1: Design product that runs a proprietary Microsoft system. Step 2: Make it run on Linux, Windows' leading business threat. Step 3: ??? Step 4: Profit!!! If no one could figure it out, step 3 might be sell the code to (or settle with) Microsoft so that .NET is once again a Windows-only system. At least this would be my business plan.

    --
    We're only gonna die from our own arrogance, that's why we might as well take our time...
    1. Re:What do you think they will do? by Miguel+de+Icaza · · Score: 3, Informative

      "If it's been released as part of the GPL"

      Ximian has changed the license for a key part of Mono from the GPL to a license that permits the software to be used in closed-source projects.

      The change was made to accommodate Intel, which wanted to contribute to class library work but chafed at the GPL's requirement that software remain open-source only. That provision of the GPL helps ensure that the work of open-source programmers--often volunteers--isn't appropriated for others' gain. Companies that want to adopt the software don't always want to reveal all their software secrets.

      We're partnering with Intel and Hewlett-Packard to develop those pieces. One of the concessions we had to make was to switch from one open-source license to another

      Intel has a .Net research lab, but part of its requirement is that software produced may be used in proprietary projects as well as open-source projects

      Open-source software has been a rallying cry for programmers who wished to undermine Microsoft's power, but with the tightened economy the near-religious fervor for the open-source movement has given way to a more pragmatic view among businesses.

      Microsoft has issued legal warnings about the GPL but is more favorably disposed toward this license.

      Among programmers writing the class library, about 80 percent said they liked the new license better. However, this opinion wasn't shared by Richard Stallman, a founding father of what has become the open-source movement and the creator and tireless advocate of the GPL.

      RMS doesn't like the license switch. It allows proprietary companies to benefit from the software

      more here:
      http://news.com.com/2100-1001-823734.html

      --
      Before adopting WHATWG, read the moonlight.NET EULA [http://www.microsoft.com/interop/msnovellcollab/moonlight.mspx]
  2. How mature is it? by Burb · · Score: 3, Interesting
    Let me say first off that I love the idea of Mono and wish it every success. Although it will one day (hopefully) have pretty comprehensive coverage of .NET features, right now it doesn't.

    I've just downloaded the port for FreeBsd of mono 0.24 and was delighted to find that hello world works. True, not an exhaustive test but nice to see. Then, I thought, how about seeing if my current applications would be ported. So I looked for the System.DirectoryServices library only to find it wasn't there. OK, not a big deal for some but I need LDAP access. The JIT stuff seems pretty good, but the libs are incomplete.

    So a qualified hurrah to all this. I'm delighed so far, but it won't run all .NET code today.

    --

  3. Mature? by truthsearch · · Score: 4, Insightful

    A mature platform? It's in version 0.24. As of today they state 77% of just the core library is implemented. Teamwork and recognition does not imply maturity. The term needs to be used correctly and more sparingly or it'll lose all meaning.

    1. Re:Mature? by pmz · · Score: 4, Insightful

      The term needs to be used correctly and more sparingly or it'll lose all meaning.

      I think much of the meaning is already gone. People will jump on whatever techology looks well presented enough. They get burned, eventually, but, for some reason, these setbacks are quickly forgotten. This process has been repeating for decades and is probably due to the constant influx of unqualified people into the software and IT industries.

    2. Re:Mature? by Miguel+de+Icaza · · Score: 5, Funny

      "Teamwork and recognition does not imply maturity"
      actually mono was mature, stable, 100% compatible and bug-free as soon as the Ximian marketing department said so
      something else the mono team has copied from Microsoft :^)

      --
      Before adopting WHATWG, read the moonlight.NET EULA [http://www.microsoft.com/interop/msnovellcollab/moonlight.mspx]
  4. I knew it! by Arandir · · Score: 5, Insightful

    For almost two years now I have been subjected to the religious proselityzing of the .NET cult. "It's platform neutral," they said. "It will run on Linux," they said. "Just trust Miguel and you will be saved," they said. But now they say they will use Wine. What a crock of shit! If .NET is crossplatform then so is MS Word!

    I see their fiendish plot now. When every application is a .NET application, and Linux is a merely bootloader for Wine, then there will no longer be a need for Linux.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
    1. Re:I knew it! by The+Bungi · · Score: 4, Interesting
      But now they say they will use Wine. What a crock of shit! If .NET is crossplatform then so is MS Word!

      Did you RTFA? They are using Wine to implement the forms package only. The rest of the non Win32-specific stuff runs without Wine just fine. There's even bindings for GTK if you're not interested in the full forms package.

      Just another "Oh, Ximian/Miguel/et.al are in bed with Microsoft, they suck" uninformed post.

    2. Re:I knew it! by rhyd · · Score: 3, Interesting

      Well I have to say I find your reply a little bit harsh. Arandir had obviously 'RTFA' because they had picked up the whole Wine fiasco.

      its like when the mplayer (don't get me wrong i love mplayer and use it every day) team announced the ability to playback Realplayer videos provided you installed the latest version of Realplayer....?

      as i understood it the original goal of mono was to implement the EMCA c# CLR specs and nothing more. Now they are going way beyond that - and the problems they are hitting are because .NET is way to entangled in the win32 api to be truly crossplatform as is. Early adopters caught up in their enthusiasm are understandably disapointed when they hear Wine is the key to making their app crossplatform because they are really not much better off than before .NET. Infact it would be better to reverse the Ximian approach to the problem and implement a lightweight .NET compatibility service as a core Wine module - at least that would be consisistant with the current rule:

      if you wanna run windows programs on linux use a Wine

      I use KDE, java and Mozilla mail because yeah I do kindof suspect Ximian are in bed with Microsoft

      --
      'Be the change you want to see in the world' - Al Gore
  5. WINE is unnecessary by GCP · · Score: 4, Informative

    Only client-side GUI apps that use WinForms need WINE. All other .Net apps -- including ASP.Net, non-GUI apps, Web services, apps that use browsers for their UI, client-side GUI apps using GTK, etc. -- will run without WINE.

    --
    "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."