1

I need to identify a large model-rich open source ruby, c-sharp, objective-j or java applications so that I can target them for a series of projects. Are you guys aware of any that I could use?

hammerdr
  • 33
  • 4
  • Clarification: Model-rich means that the open source application has a large set of objects that would be classified as "Models" in a MVC-type architecture and as "Domain Models" in the Domain Driven Design methodology. – hammerdr Oct 05 '09 at 23:11
  • Please clarify what you mean by applications. Do you mean application frameworks are actual implementations of model-rich technologies such as how StackOverflow uses Microsoft ASP.NET MVC? – Keith Adler Oct 05 '09 at 23:16
  • How many items constitue a "large set" 10, 100, 1000? – OscarRyz Oct 05 '09 at 23:18
  • Applications-->Could be either implementations or frameworks. Both StackOverflow and ASP.NET MVC would be applicable. I just need complex source code that I can refactor. "Large"-->10 domain objects may be too low. But anything above that is good. – hammerdr Oct 05 '09 at 23:22

1 Answers1

2

Kigg is a Digg clone written in best of breed ASP.NET MVC with Enterprise Library and a ton of other cutting edge practices.

http://www.codeplex.com/Kigg

Keith Adler
  • 20,880
  • 28
  • 119
  • 189