<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <stack>
      <id>12527</id>
      <title></title>
      <description></description>
      <updated_at>2007-09-13T03:06:46Z</updated_at>
      <project_count>26</project_count>
      <stack_entries>
        <stack_entry>
          <id>56392</id>
          <stack_id>12527</stack_id>
          <project_id>88</project_id>
          <created_at>2007-09-12T15:56:12Z</created_at>
          <project>
            <id>88</id>
            <name>JUnit</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-02-26T02:19:06Z</updated_at>
            <description>JUnit is a Java testing framework. Since testing is not closely integrated with development, it prevents you from measuring the progress of development. You can't tell when something starts working or when something stops working. Using JUnit you can cheaply and incrementally build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts.</description>
            <homepage_url>http://www.junit.org</homepage_url>
            <download_url>http://sourceforge.net/project/showfiles.php?group_id=15278</download_url>
            <url_name>junit</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1736/JUnit-favicon_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1736/JUnit-favicon_small.png</small_logo_url>
            <user_count>848</user_count>
            <average_rating>4.36667</average_rating>
            <rating_count>180</rating_count>
            <analysis_id>435026</analysis_id>
            <licenses>
              <license>
                <name>common_public</name>
                <nice_name>Common Public License 1.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56415</id>
          <stack_id>12527</stack_id>
          <project_id>3745</project_id>
          <created_at>2007-09-12T16:56:41Z</created_at>
          <project>
            <id>3745</id>
            <name>Ubuntu</name>
            <created_at>2006-12-06T00:02:50Z</created_at>
            <updated_at>2009-12-22T21:24:58Z</updated_at>
            <description>Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too!</description>
            <homepage_url>http://www.ubuntu.com/</homepage_url>
            <download_url>http://www.ubuntu.com/getubuntu/download</download_url>
            <url_name>ubuntu</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/115/ubuntu_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/115/ubuntu_small.png</small_logo_url>
            <user_count>2422</user_count>
            <average_rating>4.46809</average_rating>
            <rating_count>705</rating_count>
            <analysis_id></analysis_id>
            <licenses>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56467</id>
          <stack_id>12527</stack_id>
          <project_id>5052</project_id>
          <created_at>2007-09-12T18:47:31Z</created_at>
          <project>
            <id>5052</id>
            <name>EasyMock</name>
            <created_at>2007-05-01T04:49:58Z</created_at>
            <updated_at>2009-04-14T09:10:27Z</updated_at>
            <description>EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.</description>
            <homepage_url>http://www.easymock.org/</homepage_url>
            <download_url></download_url>
            <url_name></url_name>
            <user_count>35</user_count>
            <average_rating>4.15385</average_rating>
            <rating_count>13</rating_count>
            <analysis_id>511580</analysis_id>
            <licenses>
              <license>
                <name>mit</name>
                <nice_name>MIT License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56387</id>
          <stack_id>12527</stack_id>
          <project_id>3958</project_id>
          <created_at>2007-09-12T15:55:44Z</created_at>
          <project>
            <id>3958</id>
            <name>Wicket</name>
            <created_at>2007-01-10T17:34:25Z</created_at>
            <updated_at>2009-12-21T16:50:19Z</updated_at>
            <description>With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</description>
            <homepage_url>http://wicket.apache.org</homepage_url>
            <download_url>http://wicket.apache.org/getting-wicket.html</download_url>
            <url_name>wicket</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/903/wicket_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/903/wicket_small.png</small_logo_url>
            <user_count>85</user_count>
            <average_rating>4.69565</average_rating>
            <rating_count>46</rating_count>
            <analysis_id>803005</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56471</id>
          <stack_id>12527</stack_id>
          <project_id>5266</project_id>
          <created_at>2007-09-12T18:55:35Z</created_at>
          <project>
            <id>5266</id>
            <name>jMock 1</name>
            <created_at>2007-05-11T14:33:55Z</created_at>
            <updated_at>2009-12-04T19:16:33Z</updated_at>
            <description>jMock is a library that supports test-driven development of Java code with mock objects.

Mock objects help you design and test the interactions between the objects in your programs.

The jMock library:

    * makes it quick and easy to define mock objects, so you don't break the rhythm of programming.
    * lets you precisely specify the interactions between your objects, reducing the brittleness of your tests.
    * is easy to extend.</description>
            <homepage_url>http://www.jmock.org/</homepage_url>
            <download_url></download_url>
            <url_name>freshmeat_jmock</url_name>
            <user_count>12</user_count>
            <average_rating>4.66667</average_rating>
            <rating_count>3</rating_count>
            <analysis_id>196813</analysis_id>
            <licenses>
              <license>
                <name>jMock Project License</name>
                <nice_name>jMock Project License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56476</id>
          <stack_id>12527</stack_id>
          <project_id>3501</project_id>
          <created_at>2007-09-12T18:56:05Z</created_at>
          <project>
            <id>3501</id>
            <name>Maven Integration for Eclipse</name>
            <created_at>2006-11-01T23:14:42Z</created_at>
            <updated_at>2009-12-23T03:51:16Z</updated_at>
            <description>Maven Integration for Eclipse makes it easy to use Maven build and project comprehension tool in Eclipse.

It provides Maven POM editor, quick search in remote Maven repositories, Maven-based dependency management and automatic downloading of required dependencies and sources, launching Maven from within Eclipse, creating new projects using Maven archetypes, materializing projects using Maven metadata, WTP and AJDT support and more.</description>
            <homepage_url>http://m2eclipse.codehaus.org/</homepage_url>
            <download_url>http://m2eclipse.codehaus.org/</download_url>
            <url_name>m2eclipse</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/3357/m2eclipse64x64_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/3357/m2eclipse64x64_small.png</small_logo_url>
            <user_count>117</user_count>
            <average_rating>3.71429</average_rating>
            <rating_count>28</rating_count>
            <analysis_id>805426</analysis_id>
            <licenses>
              <license>
                <name>Eclipse Public License v1_0</name>
                <nice_name>Eclipse Public License v1.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56413</id>
          <stack_id>12527</stack_id>
          <project_id>29</project_id>
          <created_at>2007-09-12T16:56:00Z</created_at>
          <project>
            <id>29</id>
            <name>OpenOffice.org</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-22T23:36:18Z</updated_at>
            <description>OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute.</description>
            <homepage_url>http://www.openoffice.org/</homepage_url>
            <download_url>http://download.openoffice.org/index.html</download_url>
            <url_name>openoffice</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/18275/ooo_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/18275/ooo_small.png</small_logo_url>
            <user_count>3038</user_count>
            <average_rating>4.01956</average_rating>
            <rating_count>766</rating_count>
            <analysis_id>746716</analysis_id>
            <licenses>
              <license>
                <name>lgpl3</name>
                <nice_name>GNU Lesser General Public License 3</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56403</id>
          <stack_id>12527</stack_id>
          <project_id>55</project_id>
          <created_at>2007-09-12T16:27:00Z</created_at>
          <project>
            <id>55</id>
            <name>Hibernate</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-22T21:22:10Z</updated_at>
            <description>Hibernate is a powerful, high performance object/relational persistence and query service for Java. It lets you develop persistent objects following common Java idiom, including composition, association, inheritance, polymorphism, and the Java collections framework. To allow a rapid build procedure, Hibernate rejects the use of code generation or bytecode processing. Instead, runtime reflection is used and SQL generation occurs at system startup time. It supports Oracle, DB2, MySQL, PostgreSQL, Sybase, Interbase, Microsoft SQL Server, Mckoi SQL, Progress, SAP DB, and HypersonicSQL.</description>
            <homepage_url>http://hibernate.org</homepage_url>
            <download_url>http://sourceforge.net/project/showfiles.php?group_id=40712&amp;package_id=127784</download_url>
            <url_name>hibernate</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1679/hibernate_icon_med.gif</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1679/hibernate_icon_small.gif</small_logo_url>
            <user_count>647</user_count>
            <average_rating>4.19162</average_rating>
            <rating_count>167</rating_count>
            <analysis_id>804995</analysis_id>
            <licenses>
              <license>
                <name>lgpl</name>
                <nice_name>GNU Lesser General Public License 2.1</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56416</id>
          <stack_id>12527</stack_id>
          <project_id>43</project_id>
          <created_at>2007-09-12T16:56:56Z</created_at>
          <project>
            <id>43</id>
            <name>GIMP</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-22T05:13:36Z</updated_at>
            <description>GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.

It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.

GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.

GIMP is written and developed under X11 on UNIX platforms. But basically the same code also runs on MS Windows and Mac OS X.</description>
            <homepage_url>http://www.gimp.org/</homepage_url>
            <download_url>http://www.gimp.org/downloads/</download_url>
            <url_name>gimp</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/22363/wilber_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/22363/wilber_small.png</small_logo_url>
            <user_count>2425</user_count>
            <average_rating>4.18297</average_rating>
            <rating_count>634</rating_count>
            <analysis_id>803988</analysis_id>
            <licenses>
              <license>
                <name>gpl2_or_later</name>
                <nice_name>GNU General Public License 2.0 or later</nice_name>
              </license>
              <license>
                <name>gpl3_or_later</name>
                <nice_name>GNU General Public License 3 or later</nice_name>
              </license>
              <license>
                <name>lgpl21_or_later</name>
                <nice_name>GNU Lesser General Public License 2.1 or later</nice_name>
              </license>
              <license>
                <name>lgpl3</name>
                <nice_name>GNU Lesser General Public License 3</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56420</id>
          <stack_id>12527</stack_id>
          <project_id>72</project_id>
          <created_at>2007-09-12T16:58:25Z</created_at>
          <project>
            <id>72</id>
            <name>Apache HTTP Server</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-22T05:52:01Z</updated_at>
            <description>The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation. This project is part of the Apache Software Foundation. In addition, hundreds of users have contributed ideas, code, and documentation to the project.</description>
            <homepage_url>http://httpd.apache.org</homepage_url>
            <download_url>http://httpd.apache.org/download.cgi</download_url>
            <url_name>apache</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/34/apache_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/34/apache_small.png</small_logo_url>
            <user_count>4987</user_count>
            <average_rating>4.56122</average_rating>
            <rating_count>1315</rating_count>
            <analysis_id>804007</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56386</id>
          <stack_id>12527</stack_id>
          <project_id>5589</project_id>
          <created_at>2007-09-12T15:44:19Z</created_at>
          <project>
            <id>5589</id>
            <name>Wicket Stuff</name>
            <created_at>2007-05-25T14:14:45Z</created_at>
            <updated_at>2009-12-19T23:57:16Z</updated_at>
            <description>Umbrella project for integrations of Wicket and other projects such as Jasper Reports, Hibernate, Freemarker. Also a home for small community contributions.</description>
            <homepage_url>http://wicketstuff.org</homepage_url>
            <download_url>http://sourceforge.net/project/showfiles.php?group_id=134391</download_url>
            <url_name>wicketstuff</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/2111/wicket_med_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/2111/wicket_med_small.png</small_logo_url>
            <user_count>31</user_count>
            <average_rating>4.66667</average_rating>
            <rating_count>15</rating_count>
            <analysis_id>800524</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
              <license>
                <name>lgpl</name>
                <nice_name>GNU Lesser General Public License 2.1</nice_name>
              </license>
              <license>
                <name>bsd_ish</name>
                <nice_name>New BSD License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56472</id>
          <stack_id>12527</stack_id>
          <project_id>3607</project_id>
          <created_at>2007-09-12T18:55:40Z</created_at>
          <project>
            <id>3607</id>
            <name>Apache Ant</name>
            <created_at>2006-11-16T10:18:28Z</created_at>
            <updated_at>2009-12-16T19:41:54Z</updated_at>
            <description>Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.</description>
            <homepage_url>http://ant.apache.org</homepage_url>
            <download_url>http://ant.apache.org/bindownload.cgi</download_url>
            <url_name>ant</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1156/ant_logo_large_square_med.PNG</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1156/ant_logo_large_square_small.PNG</small_logo_url>
            <user_count>873</user_count>
            <average_rating>4.03429</average_rating>
            <rating_count>175</rating_count>
            <analysis_id>793985</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56421</id>
          <stack_id>12527</stack_id>
          <project_id>3213</project_id>
          <created_at>2007-09-12T16:58:59Z</created_at>
          <project>
            <id>3213</id>
            <name>script.aculo.us</name>
            <created_at>2006-10-18T02:45:18Z</created_at>
            <updated_at>2009-10-13T21:14:57Z</updated_at>
            <description>script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly.

What's inside? animation framework, drag and drop, Ajax controls DOM utilities, and unit testing.

It's an add-on to the fantastic Prototype framework.</description>
            <homepage_url>http://script.aculo.us</homepage_url>
            <download_url></download_url>
            <url_name>scriptaculous</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/3067/script-aculo-us-1_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/3067/script-aculo-us-1_small.png</small_logo_url>
            <user_count>381</user_count>
            <average_rating>4.0084</average_rating>
            <rating_count>119</rating_count>
            <analysis_id>728162</analysis_id>
            <licenses>
              <license>
                <name>mit</name>
                <nice_name>MIT License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56388</id>
          <stack_id>12527</stack_id>
          <project_id>3499</project_id>
          <created_at>2007-09-12T15:55:49Z</created_at>
          <project>
            <id>3499</id>
            <name>Maven 2</name>
            <created_at>2006-11-01T22:51:06Z</created_at>
            <updated_at>2009-12-22T09:38:48Z</updated_at>
            <description>Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</description>
            <homepage_url>http://maven.apache.org/</homepage_url>
            <download_url>http://maven.apache.org/download.html</download_url>
            <url_name>maven2</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1712/maven-icon_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1712/maven-icon_small.png</small_logo_url>
            <user_count>633</user_count>
            <average_rating>4.03784</average_rating>
            <rating_count>185</rating_count>
            <analysis_id>804231</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56390</id>
          <stack_id>12527</stack_id>
          <project_id>3562</project_id>
          <created_at>2007-09-12T15:56:03Z</created_at>
          <project>
            <id>3562</id>
            <name>Tomcat</name>
            <created_at>2006-11-12T20:40:37Z</created_at>
            <updated_at>2009-12-22T11:42:57Z</updated_at>
            <description>Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.</description>
            <homepage_url>http://tomcat.apache.org/</homepage_url>
            <download_url>http://tomcat.apache.org/download-60.cgi</download_url>
            <url_name>tomcat</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/831/tomcat_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/831/tomcat_small.png</small_logo_url>
            <user_count>910</user_count>
            <average_rating>4.21875</average_rating>
            <rating_count>192</rating_count>
            <analysis_id>804425</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56417</id>
          <stack_id>12527</stack_id>
          <project_id>4810</project_id>
          <created_at>2007-09-12T16:57:14Z</created_at>
          <project>
            <id>4810</id>
            <name>Firebug</name>
            <created_at>2007-04-01T17:12:18Z</created_at>
            <updated_at>2009-12-22T18:29:26Z</updated_at>
            <description>Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.</description>
            <homepage_url>http://www.getfirebug.com/</homepage_url>
            <download_url>http://www.getfirebug.com/</download_url>
            <url_name>firebug</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/22359/firebug_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/22359/firebug_small.png</small_logo_url>
            <user_count>3015</user_count>
            <average_rating>4.69635</average_rating>
            <rating_count>932</rating_count>
            <analysis_id>804811</analysis_id>
            <licenses>
              <license>
                <name>mozilla_public_1_1</name>
                <nice_name>Mozilla Public License 1.1</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56414</id>
          <stack_id>12527</stack_id>
          <project_id>1</project_id>
          <created_at>2007-09-12T16:56:20Z</created_at>
          <project>
            <id>1</id>
            <name>Subversion</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-23T01:47:41Z</updated_at>
            <description>Subversion has rapidly become the version control standard and it is rapidly replacing open source and commercial solutions around the world.
Subversion enables globally distributed software development teams to efficiently version and share source code. The open source Subversion project was started in early 2000 by CollabNet, the primary corporate sponsor of Subversion.

Key Capabilities:
- Versioned directories
- Atomic commits
- Efficient handling of binary files
- Quick branching and tagging
- Directory and file meta data
- Merge tracking
- Natively client-server
- Minimal server and network requirements
- Low admin overhead
- Good security

more at: http://subversion.tigris.org/


Read Submerged, a blog about Subversion at http://blogs.open.collab.net/svn</description>
            <homepage_url>http://subversion.tigris.org/</homepage_url>
            <download_url>http://subversion.tigris.org/project_packages.html</download_url>
            <url_name>subversion</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1/svn_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1/svn_small.png</small_logo_url>
            <user_count>5575</user_count>
            <average_rating>4.28873</average_rating>
            <rating_count>1516</rating_count>
            <analysis_id>805356</analysis_id>
            <licenses>
              <license>
                <name>apache</name>
                <nice_name>Apache Software License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56418</id>
          <stack_id>12527</stack_id>
          <project_id>9</project_id>
          <created_at>2007-09-12T16:58:11Z</created_at>
          <project>
            <id>9</id>
            <name>Mozilla Firefox</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-23T01:13:26Z</updated_at>
            <description>The award-winning Web browser is now faster, more secure, and fully customizable to your online life. With more than 15,000 improvements, Firefox 3 is faster, safer and smarter than ever before.

If you stack this project, you should also stack the Mozilla Core.</description>
            <homepage_url>http://www.firefox.com/</homepage_url>
            <download_url>http://getfirefox.com/</download_url>
            <url_name>firefox</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/6346/firefox_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/6346/firefox_small.png</small_logo_url>
            <user_count>7026</user_count>
            <average_rating>4.48507</average_rating>
            <rating_count>2210</rating_count>
            <analysis_id>804831</analysis_id>
            <licenses>
              <license>
                <name>gpl</name>
                <nice_name>GNU General Public License 2.0</nice_name>
              </license>
              <license>
                <name>lgpl</name>
                <nice_name>GNU Lesser General Public License 2.1</nice_name>
              </license>
              <license>
                <name>mozilla_public_1_1</name>
                <nice_name>Mozilla Public License 1.1</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56391</id>
          <stack_id>12527</stack_id>
          <project_id>3855</project_id>
          <created_at>2007-09-12T15:56:09Z</created_at>
          <project>
            <id>3855</id>
            <name>Eclipse Platform Project</name>
            <created_at>2006-12-21T04:32:37Z</created_at>
            <updated_at>2009-12-23T00:40:48Z</updated_at>
            <description>The Eclipse platform is a generic foundation for an IDE. That is, the platform is an IDE without any particular programming language in mind. You can create generic projects, edit files in a generic text editor, and share the projects and files with a Concurrent Versions System (CVS) server. The platform is essentially a glorified version of a file-system browser.</description>
            <homepage_url>http://wiki.eclipse.org/index.php/Main_Page</homepage_url>
            <download_url>http://download.eclipse.org/eclipse/downloads/</download_url>
            <url_name>eclipse</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/712/eclipse_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/712/eclipse_small.png</small_logo_url>
            <user_count>1696</user_count>
            <average_rating>4.41573</average_rating>
            <rating_count>444</rating_count>
            <analysis_id>784182</analysis_id>
            <licenses>
              <license>
                <name>common_public</name>
                <nice_name>Common Public License 1.0</nice_name>
              </license>
              <license>
                <name>eclipse</name>
                <nice_name>Eclipse Public License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56393</id>
          <stack_id>12527</stack_id>
          <project_id>213</project_id>
          <created_at>2007-09-12T15:56:18Z</created_at>
          <project>
            <id>213</id>
            <name>HyperSQL Database Engine</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-22T16:45:29Z</updated_at>
            <description>hsqldb is a relational database engine written in Java with a JDBC driver that supports a subset of ANSI SQL:1999. It offers a small, fast database engine. Embedded and server modes are available. It includes tools such as a minimal Web server, in-memory query and management tools (which can be run as applets or servlets, too), a test framework, PHP compatibility, Eclipse and NetBeans IDE compatibility, and a number of demonstration examples.</description>
            <homepage_url>http://sourceforge.net/projects/hsqldb/</homepage_url>
            <download_url>http://sourceforge.net/project/showfiles.php?group_id=23316</download_url>
            <url_name>hsqldb</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/5099/line-1_med.gif</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/5099/line-1_small.gif</small_logo_url>
            <user_count>187</user_count>
            <average_rating>4.08824</average_rating>
            <rating_count>34</rating_count>
            <analysis_id>804711</analysis_id>
            <licenses>
              <license>
                <name>bsd_ish</name>
                <nice_name>New BSD License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56389</id>
          <stack_id>12527</stack_id>
          <project_id>41</project_id>
          <created_at>2007-09-12T15:55:54Z</created_at>
          <project>
            <id>41</id>
            <name>Spring Framework</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-23T00:37:02Z</updated_at>
            <description>Spring is a lightweight Java/J2EE application framework based on code published in &quot;Expert One-on-One J2EE Design and Development&quot; by Rod Johnson. It includes powerful JavaBeans-based configuration management applying Inversion-of-Control principles, a generic abstraction layer for transaction management allowing for pluggable transaction managers, a JDBC abstraction layer, integration with Hibernate, JDO, Apache OJB, and iBATIS SQL Maps, AOP functionality, and a flexible MVC Web application framework with multiple view technologies. There is also a .NET port available.</description>
            <homepage_url>http://www.springframework.org</homepage_url>
            <download_url>http://www.springframework.org/download</download_url>
            <url_name>spring</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/2258/spring_logo_bw_med.gif</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/2258/spring_logo_bw_small.gif</small_logo_url>
            <user_count>621</user_count>
            <average_rating>4.54494</average_rating>
            <rating_count>178</rating_count>
            <analysis_id>805294</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56404</id>
          <stack_id>12527</stack_id>
          <project_id>187</project_id>
          <created_at>2007-09-12T16:27:06Z</created_at>
          <project>
            <id>187</id>
            <name>Jetty - Java HTTP Servlet Server</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-21T19:32:50Z</updated_at>
            <description>Jetty is an Open Source HTTP Servlet Server written in Java. It is a full featured HTTP/1.1 server and a Servlet container. It is designed to be small, fast, embeddable and extensible. It supports HTTP/1.1, servlets 2.5, and JSP 2.1.</description>
            <homepage_url>http://jetty.mortbay.org</homepage_url>
            <download_url>http://dist.codehaus.org/jetty/</download_url>
            <url_name>jetty</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1793/jetty_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1793/jetty_small.png</small_logo_url>
            <user_count>330</user_count>
            <average_rating>4.66154</average_rating>
            <rating_count>65</rating_count>
            <analysis_id>803201</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56419</id>
          <stack_id>12527</stack_id>
          <project_id>4139</project_id>
          <created_at>2007-09-12T16:58:19Z</created_at>
          <project>
            <id>4139</id>
            <name>MySQL</name>
            <created_at>2007-01-23T23:12:47Z</created_at>
            <updated_at>2009-12-23T01:08:21Z</updated_at>
            <description>MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Sun Microsystems.</description>
            <homepage_url>http://mysql.com/</homepage_url>
            <download_url>http://dev.mysql.com/downloads/</download_url>
            <url_name>mysql</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/10/mysql_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/10/mysql_small.png</small_logo_url>
            <user_count>4717</user_count>
            <average_rating>4.28845</average_rating>
            <rating_count>1307</rating_count>
            <analysis_id>528619</analysis_id>
            <licenses>
              <license>
                <name>gpl</name>
                <nice_name>GNU General Public License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56474</id>
          <stack_id>12527</stack_id>
          <project_id>3847</project_id>
          <created_at>2007-09-12T18:55:46Z</created_at>
          <project>
            <id>3847</id>
            <name>Commons Collections</name>
            <created_at>2006-12-19T12:27:34Z</created_at>
            <updated_at>2009-10-22T16:47:26Z</updated_at>
            <description>An enhancement upon the Java Collections Framework. providing many more interfaces and implementations of useful collections. classes which are used to contain many other classes.</description>
            <homepage_url>http://commons.apache.org/collections/</homepage_url>
            <download_url>http://commons.apache.org/downloads/download_collections.cgi</download_url>
            <url_name>commons-collections</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1183/java_library_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1183/java_library_small.png</small_logo_url>
            <user_count>236</user_count>
            <average_rating>4.05714</average_rating>
            <rating_count>35</rating_count>
            <analysis_id>737448</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56609</id>
          <stack_id>12527</stack_id>
          <project_id>413</project_id>
          <created_at>2007-09-13T02:57:48Z</created_at>
          <project>
            <id>413</id>
            <name>rome</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-04-23T07:05:42Z</updated_at>
            <description>Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.</description>
            <homepage_url>https://rome.dev.java.net</homepage_url>
            <download_url></download_url>
            <url_name>rome</url_name>
            <user_count>33</user_count>
            <average_rating>4.1</average_rating>
            <rating_count>10</rating_count>
            <analysis_id>530158</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>56611</id>
          <stack_id>12527</stack_id>
          <project_id>106</project_id>
          <created_at>2007-09-13T02:58:50Z</created_at>
          <project>
            <id>106</id>
            <name>Prototype Javascript Framework</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-18T21:57:43Z</updated_at>
            <description>Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.</description>
            <homepage_url>http://prototypejs.org</homepage_url>
            <download_url>http://prototypejs.org/download</download_url>
            <url_name>prototype</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/1767/prototype_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/1767/prototype_small.png</small_logo_url>
            <user_count>453</user_count>
            <average_rating>4.14966</average_rating>
            <rating_count>147</rating_count>
            <analysis_id>798422</analysis_id>
            <licenses>
              <license>
                <name>mit</name>
                <nice_name>MIT License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
      </stack_entries>
      <account_id>9311</account_id>
    </stack>
  </result>
</response>
