Community Server

The platform that enables you to build rich, interactive communities
Welcome to Community Server Sign in | Join | Help
in Search

Browse by Tags

All Tags » OSS
  • COP, C# 4.0 and doing open source stuff

    Quite a few .NET based Composite Oriented Programming spikes have surfaced in the wake of my humble COP spike last week. I was by no means the first to implement this concept on .NET and most of the other spikes were written long before I posted mine. As far as I know Fredrik Kalseth was first to the flag when he wrote about it back in February ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on August 28, 2008
  • Does The Microsoft Reference License Make My Job Easier?

    I'm a little late to the party, so I'm not re-announcing that Microsoft will release the BCL source code. This is of course a cool and somewhat unexpected move by the company, but apart from the initial buzz of being able to step into the framework source code from the debugger, I had hoped for a little more. Since I do a fair share of Java ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on October 5, 2007
  • The Poor Man's Lambda - Revisited

    When I was writing the early spikes for the Quaere project, I wrote a blog post entitled ''The Poor Man's Lambda'', back then I used anonymous classes for the ''lambda'' expressions. Integer[] numbers={ 5, 4, 1, 3, 9, 8, 7, 2, 0}; Object[] firstSmallNumbers = (Object[]) from(digits).where(new Predicate() { public boolean ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on September 25, 2007
  • Quaere is now an offical Codehaus project!

    Even if InfoQ broke the news last week, I'm very pleased to announce that Quaere gotten a proper home at the Codehaus.  Lots of stuff have been fixed or added to the codebase after I announced the project at JavaZone. Because of this, I have now removed the snapshot that was avilable here. I encourage those of you who are interested in ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on September 25, 2007
  • Next Wednesday

    Next Wednesday I’ll be giving my talk on plain old Java Domain Specific languages at the JavaZone conference in Oslo. During my talk, I’ll reveal a project I’ve been putting quite a lot of work into during the last few weeks (now you know why this blog has been a little quiet lately). For now, I’ll just leave you with a ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on September 5, 2007
  • The Mean Fiddler at Source Forge

    A couple of days ago, I blogged about Derrick taking over the Mean Fiddler demo to turn it into a real framework. I'm please to announce that the project is up at Source Forge. Derrick writes; ''For all those interested, the SourceForge project is online and I checked in the source tree.  I haven't produced any documentation nor an ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on July 19, 2007
  • The Mean Fiddler plays on!

    A couple of months back I wrote a small demo showing how core features of Microsoft's Astoria could be replicated using NHibernate. I only wrote the demo to take on Andres Aguiar's challenge on how long it would take to build Astoria after Ayende did his Bumbler demo. As always, the code was licensed under the Apache 2.0 License, so anyone ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on July 13, 2007
  • An Open Letter to Scott Guthrie

    David Starr has written an open letter to Scott Guthrie on Microsoft's relation to the .NET open source community. ''When you rolling something from the community and into the .Net platform or tools, please add value above that of the original community solution.  It is not enough to simply bake it in and consider ...
    Posted to Anders Norås' Blog (Weblog) by andersnoras on March 22, 2007
Powered by Community Server (Personal Edition), by Telligent Systems