<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>382441</id>
      <name>BRAP</name>
      <created_at>2009-08-17T18:24:58Z</created_at>
      <updated_at>2009-11-26T22:06:07Z</updated_at>
      <description>BRAP is a Java remoting protocol that uses native Java object serialization, encapsulated in HTTP.

It aims to be an alternative to Spring HttpInvoker and Spring Security especially when you don't need or want the dependencies of Spring in your client, for example when building a rich client application where size might be an issue.

The authentication mechanism lets you use your own domain objects as credentials.

BRAP gives you "pass by reference" even though the object arguments are serialized and passed to the remote service - changes that happen on the remote side can be applied to the client side automatically.

Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but there is also an optional SpringProxyServlet available.</description>
      <homepage_url>http://brap.tornado.no</homepage_url>
      <download_url>http://brap.tornado.no/getting-brap.html</download_url>
      <url_name>brap</url_name>
      <user_count>1</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>772961</analysis_id>
      <analysis>
        <id>772961</id>
        <project_id>382441</project_id>
        <updated_at>2009-11-26T22:06:06Z</updated_at>
        <logged_at>2009-11-26T22:03:38Z</logged_at>
        <min_month>2009-08-01T00:00:00Z</min_month>
        <max_month>2009-11-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>2100</total_code_lines>
        <main_language_id>5</main_language_id>
        <main_language_name>Java</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>apache_2</name>
          <nice_name>Apache License 2.0</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
