<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (earth2marsh)</title>
    <link>https://pinboard.in/u:earth2marsh/public/</link>
    <description>recent bookmarks from earth2marsh</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://blog.tomayac.com/2007/06/06/generate-java-from-your-wadl-rest-api-descriptions-with-rest-describe-compile-015759/"/>
	<rdf:li rdf:resource="https://www.javaworld.com/article/3388036/what-is-jdbc-introduction-to-the-java-database-connectivity-api.html"/>
	<rdf:li rdf:resource="https://github.com/yahoo/egads"/>
	<rdf:li rdf:resource="http://keycloak.jboss.org/"/>
	<rdf:li rdf:resource="https://code.google.com/p/robotframework/"/>
	<rdf:li rdf:resource="http://codahale.com/what-makes-jersey-interesting-parameter-classes/"/>
	<rdf:li rdf:resource="http://www.easymock.org/Documentation.html"/>
	<rdf:li rdf:resource="http://blog.ninlabs.com/2012/05/crowd-documentation/"/>
	<rdf:li rdf:resource="http://dropwizard.codahale.com/"/>
	<rdf:li rdf:resource="http://blog.wordnik.com/with-software-small-is-the-new-big"/>
	<rdf:li rdf:resource="http://grinder.sourceforge.net/g3/manual.html#What+is+The+Grinder%3F"/>
	<rdf:li rdf:resource="http://www.cloudera.com/blog/2011/10/introducing-crunch/"/>
	<rdf:li rdf:resource="http://patforna.blogspot.com/2011/04/containerless.html"/>
	<rdf:li rdf:resource="http://enunciate.codehaus.org/"/>
	<rdf:li rdf:resource="http://www.slideshare.net/aszegedi/everything-i-ever-learned-about-jvm-performance-tuning-twitter"/>
	<rdf:li rdf:resource="http://www.pcworld.com/article/242818/how_google_was_tripped_up_by_a_bad_search.html"/>
	<rdf:li rdf:resource="https://market.android.com/details?id=com.sattvik.clojure_repl"/>
	<rdf:li rdf:resource="http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html"/>
	<rdf:li rdf:resource="http://weblogs.java.net/blog/mhadley/archive/2010/05/10/bumper-crop-wadl-tools"/>
	<rdf:li rdf:resource="http://resthub.org/"/>
	<rdf:li rdf:resource="http://ask.metafilter.com/195482/Lets-assume-that-I-am-the-stupidest-person-that-ever-lived-Explain-to-me-what-JavaScript-is-what-it-does-and-how-a-moron-would-go-about-learning-it#2817274"/>
	<rdf:li rdf:resource="http://blog.heroku.com/archives/2011/8/29/play/"/>
	<rdf:li rdf:resource="http://www.vogella.de/articles/EclipsePlugIn/article.html"/>
	<rdf:li rdf:resource="https://github.com/impetus-opensource/Kundera"/>
	<rdf:li rdf:resource="http://www.jtict.com/blog/rails-wicket-grails-play-lift-jsp/"/>
	<rdf:li rdf:resource="http://wiredset.com/2011/04/13/strest/"/>
	<rdf:li rdf:resource="https://github.com/beders/Resty"/>
	<rdf:li rdf:resource="http://code.google.com/p/google-gson/"/>
	<rdf:li rdf:resource="http://blog.persistent.info/2009/10/push-bot-pubsubhubbub-to-xmpp-gateway.html"/>
	<rdf:li rdf:resource="http://directorysync.sourceforge.net/"/>
	<rdf:li rdf:resource="http://www.betaversion.org/~stefano/linotype/news/110/"/>
	<rdf:li rdf:resource="http://www.collaber.com/home/index.php"/>
	<rdf:li rdf:resource="http://mailinator.blogspot.com/2007/01/architecture-of-mailinator.html"/>
	<rdf:li rdf:resource="http://www.mgmaps.com/"/>
	<rdf:li rdf:resource="http://babynamewizard.com/namevoyager/lnv0105.html"/>
	<rdf:li rdf:resource="http://riad.de/jmemorize/"/>
	<rdf:li rdf:resource="http://code.google.com/webtoolkit/"/>
	<rdf:li rdf:resource="http://opcion.sourceforge.net/"/>
	<rdf:li rdf:resource="http://chir.ag/stuff/sand/"/>
	<rdf:li rdf:resource="http://java.sun.com/products/javamail/"/>
	<rdf:li rdf:resource="http://onestepback.org/articles/10things/index.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://blog.tomayac.com/2007/06/06/generate-java-from-your-wadl-rest-api-descriptions-with-rest-describe-compile-015759/">
    <title>Generate Java from your WADL REST API Descriptions with REST Describe &amp; Compile</title>
    <dc:date>2024-04-30T01:33:35+00:00</dc:date>
    <link>https://blog.tomayac.com/2007/06/06/generate-java-from-your-wadl-rest-api-descriptions-with-rest-describe-compile-015759/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[Thomas's original blog post, omg!
<blockquote>After a busy week finally one of the more important mission objectives has been accomplished: REST Describe & Compile v0.3 generates Java. Java is kind of 1990's. You need to explicitly create getters and setters, the strict static typing hinders you from simply comparing an int to null, for each optional parameter you need to create an own constructor, each file needs to be compiled before it can be tested,…

One of the more subtile problems are types. Internally all types are Strings (this is what goes on the POST or GET wire), however, Java adds a typed layer on top of this. This means that for the getters you need to make sure that the type is toString()-able, whereas for the setters the correct type is strictly enforced. I am pretty biased, but in my opinion strict typing is anti-web.</blockquote>]]></description>
<dc:subject>apis rest java projects generation</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:9978e5348914/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:apis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:projects"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:generation"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.javaworld.com/article/3388036/what-is-jdbc-introduction-to-the-java-database-connectivity-api.html">
    <title>Java World: What is JDBC? Introduction to the Java Database Connectivity API</title>
    <dc:date>2019-04-13T14:17:42+00:00</dc:date>
    <link>https://www.javaworld.com/article/3388036/what-is-jdbc-introduction-to-the-java-database-connectivity-api.html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[Was a reaction to odbc in C?]]></description>
<dc:subject>Java apis jdbc programming</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:8e07e99afb0b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:apis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jdbc"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/yahoo/egads">
    <title>yahoo/egads · GitHub</title>
    <dc:date>2015-05-29T03:17:19+00:00</dc:date>
    <link>https://github.com/yahoo/egads</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[via Pinboard Network RSS Improver http://pipes.yahoo.com/pipes/pipe.info?_id=b22b9c9acee5906aab7e8a7645a247a9 EGADS (Extendible Generic Anomaly Detection System) is an open-source Java package to automatically detect anomalies in large scale time-series data.]]></description>
<dc:subject>iftttFeedly java anomalies monitoring metrics</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:e844399824cb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:iftttFeedly"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:anomalies"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:monitoring"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:metrics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://keycloak.jboss.org/">
    <title>Keycloak - JBoss Community</title>
    <dc:date>2014-09-03T15:10:07+00:00</dc:date>
    <link>http://keycloak.jboss.org/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["Integrated SSO and IDM for browser apps and RESTful web services.  Built on top of the OAuth 2.0, Open ID Connect and JSON Web Token (JWT) specifications (with plans to support SAML).  Keycloak is initially targeted towards the JBoss and Wildfly communities but we have plans to provide solutions to other environments like Tomcat, Jetty, Node.js, RAILS, GRAILS, etc.  Options are to deploy it with an existing app server, as a block-box appliance, or as an Openshift cloud service and/or cartridge."]]></description>
<dc:subject>oauth security sso java ldap jwt saml</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:26e98c1ca29b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:oauth"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:sso"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:ldap"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jwt"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:saml"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://code.google.com/p/robotframework/">
    <title>robotframework - A generic test automation framework - Google Project Hosting</title>
    <dc:date>2013-12-11T18:04:32+00:00</dc:date>
    <link>https://code.google.com/p/robotframework/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new keywords from existing ones using the same syntax that is used for creating test cases.

"]]></description>
<dc:subject>automation java framework testing python</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:c9a9963337bd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:automation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://codahale.com/what-makes-jersey-interesting-parameter-classes/">
    <title>What Makes Jersey Interesting: Parameter Classes | codahale.com</title>
    <dc:date>2013-07-24T05:28:25+00:00</dc:date>
    <link>http://codahale.com/what-makes-jersey-interesting-parameter-classes/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[""]]></description>
<dc:subject>jersey webservices java rest programming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:88bc99ea64c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jersey"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:webservices"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.easymock.org/Documentation.html">
    <title>EasyMock : Documentation</title>
    <dc:date>2012-10-02T22:06:39+00:00</dc:date>
    <link>http://www.easymock.org/Documentation.html</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>mock java testing mocking</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:5143c5fc487f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:mock"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:mocking"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.ninlabs.com/2012/05/crowd-documentation/">
    <title>Crowd Documentation | Nin Labs</title>
    <dc:date>2012-05-27T02:49:42+00:00</dc:date>
    <link>http://blog.ninlabs.com/2012/05/crowd-documentation/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[#stackoverflow documentation for #android and #java matches the actual API usage:  ]]></description>
<dc:subject>apis documentation stackoverflow crowds community java android</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:37080eb53752/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:apis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:documentation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:stackoverflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:crowds"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:community"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:android"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://dropwizard.codahale.com/">
    <title>Home | Dropwizard</title>
    <dc:date>2012-05-24T04:57:40+00:00</dc:date>
    <link>http://dropwizard.codahale.com/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[from Pinboard Network RSS Improver http://pipes.yahoo.com/pipes/pipe.info?_id=b22b9c9acee5906aab7e8a7645a247a9 'a Java framework for developing ops-friendly, high-performance, RESTful web services. Developed by Yammer to power their JVM-based backend services, Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, lightweight package that lets you focus on getting things done. Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team to ship a production-quality HTTP+JSON web service in the shortest time possible.' From Coda Hale/Yammer; includes Guava, Jetty, Jersey, Jackson, Metrics, slf4j. Pretty good baseline to start any new Java service with....Source: http://pinboard.in/]]></description>
<dc:subject>iftttGR framework rest java</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:7012cc2d457d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:iftttGR"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.wordnik.com/with-software-small-is-the-new-big">
    <title>With Software, Small is the new Big | Wordnik ~ all the words</title>
    <dc:date>2012-03-23T23:50:59+00:00</dc:date>
    <link>http://blog.wordnik.com/with-software-small-is-the-new-big</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["we made a significant architectural shift. We have split our application stack into something called Micro Services — a term that I first heard from the folks at Netflix. The idea is that you can scale your software, deployment and team better by having smaller, more focused units of software. The idea is simple — take the library (jar) analogy and push it to the nth degree. If you consider your “distributable” software artifact to be a server, you can better manage the reliability, testability, deployability of it, as well as produce an environment where the performance of any one portion of the stack can be understood and isolated from the rest of the system. Now the question of “whose pager should ring” when there’s an outage is easily answered! The owner of the service, of course."]]></description>
<dc:subject>java architecture development software stack micro wordnik swagger</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:e3b90430a694/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:architecture"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:stack"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:micro"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:wordnik"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:swagger"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://grinder.sourceforge.net/g3/manual.html#What+is+The+Grinder%3F">
    <title>The Grinder 3</title>
    <dc:date>2012-03-13T06:37:37+00:00</dc:date>
    <link>http://grinder.sourceforge.net/g3/manual.html#What+is+The+Grinder%3F</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["a JavaTM load testing framework that makes it easy to run a distributed test using many load injector machines. It is freely available under a BSD-style open-source license.

The latest news, downloads, and mailing list archives can be found on SourceForge.net.

Key features
Generic Approach Load test anything that has a Java API. This includes common cases such as HTTP web servers, SOAP and REST web services, and application servers (CORBA, RMI, JMS, EJBs), as well as custom protocols.
Flexible Scripting Tests are written in the powerful Jython scripting language.
Distributed Framework A graphical console allows multiple load injectors to be monitored and controlled, and provides centralised script editing and distribution.
Mature HTTP Support Automatic management of client connections and cookies. SSL. Proxy aware. Connection throttling. Sophisticated record and replay of the interaction between a browser and a web site."]]></description>
<dc:subject>load testing apis java framework toolkit</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:6441560b3d6e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:load"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:testing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:apis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:toolkit"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cloudera.com/blog/2011/10/introducing-crunch/">
    <title>Introducing Crunch: Easy MapReduce Pipelines for Hadoop | Apache Hadoop for the Enterprise | Cloudera</title>
    <dc:date>2012-02-15T04:09:10+00:00</dc:date>
    <link>http://www.cloudera.com/blog/2011/10/introducing-crunch/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[""]]></description>
<dc:subject>hadoop java mapreduce pipeline data jobs</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:b32e8dd57c9a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:hadoop"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:mapreduce"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:pipeline"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:data"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jobs"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://patforna.blogspot.com/2011/04/containerless.html">
    <title>Patric Fornasier's Blog: ContainerLess</title>
    <dc:date>2012-01-13T20:41:15+00:00</dc:date>
    <link>http://patforna.blogspot.com/2011/04/containerless.html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["Making this architectural change simplified our development and deployment process. It also simplified the way we thought about the application. The only price we paid was loosing the ability to deploy the application to different web server without making changes. Fortunately, this price was purely hypothetical because we had absolutely no need nor desire to use a different web server in production. On the positive side, we were now hiding the fact that we were relying on Java Servlets to realise our web functionality. In fact, seeing what some of the other communities are building (e.g. Sinatra, Node.js, etc.), I'd be tempted to try to write a web application that doesn't use Servlets at all. Part of it for fun, part of it to overcome some of the limitations inherent with the Servlet model"]]></description>
<dc:subject>java application container deployment webdev jetty</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:cac389ab039b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:application"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:container"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:deployment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jetty"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://enunciate.codehaus.org/">
    <title>Enunciate</title>
    <dc:date>2011-12-29T17:23:58+00:00</dc:date>
    <link>http://enunciate.codehaus.org/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["Enunciate is an engine for dramatically enhancing your Java Web service API.
It's simple. You develop your Web service API using standard Java technologies and attach Enunciate to your build process. Suddenly, your Web service API is boasting some pretty impressive features:
Full HTML documentation of your services, scraped from your JavaDocs.
Client-side libraries (e.g. Java, .NET, iPhone, Ruby, Flex, AJAX, GWT, etc.) for developers who want to interface with your API.
Interface Definition Documents (e.g. WSDL, XML-Schema, etc.)
Etc."]]></description>
<dc:subject>apis json framework rest soap webservices java to_read docs documentation</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:878a952b99e9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:apis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:json"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:soap"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:webservices"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:to_read"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:docs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:documentation"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.slideshare.net/aszegedi/everything-i-ever-learned-about-jvm-performance-tuning-twitter">
    <title>Everything I Ever Learned About JVM Performance Tuning @Twitter</title>
    <dc:date>2011-11-15T07:41:39+00:00</dc:date>
    <link>http://www.slideshare.net/aszegedi/everything-i-ever-learned-about-jvm-performance-tuning-twitter</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>JVM performance java tuning optimization Twitter presentation</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:74f0becd5d40/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:JVM"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tuning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:optimization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Twitter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:presentation"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.pcworld.com/article/242818/how_google_was_tripped_up_by_a_bad_search.html">
    <title>How Google Was Tripped up by a Bad Search | PCWorld</title>
    <dc:date>2011-11-15T06:37:40+00:00</dc:date>
    <link>http://www.pcworld.com/article/242818/how_google_was_tripped_up_by_a_bad_search.html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[TL;DR: only the last of the 9 drafts had text "Attorney Work Product," so it was missed in the discovery phase delivery of email.]]></description>
<dc:subject>law tech search email legal google oracle lawsuit android java</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:12d4a64dd994/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:law"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tech"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:search"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:email"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:legal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:oracle"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:lawsuit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:android"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://market.android.com/details?id=com.sattvik.clojure_repl">
    <title>Clojure REPL - Android Market</title>
    <dc:date>2011-11-12T01:28:34+00:00</dc:date>
    <link>https://market.android.com/details?id=com.sattvik.clojure_repl</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>android development clojure repl mobile apps java</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:a9409cea4a34/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:android"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:clojure"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:repl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:apps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html">
    <title>Stevey's Blog Rants: Execution in the Kingdom of Nouns</title>
    <dc:date>2011-11-04T23:39:29+00:00</dc:date>
    <link>http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[A flatland-style story of using verbs and nouns in Java versus other languages.]]></description>
<dc:subject>programming java humor language languages nouns verbs idioms</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:0d9119982436/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:humor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:language"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:nouns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:verbs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:idioms"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://weblogs.java.net/blog/mhadley/archive/2010/05/10/bumper-crop-wadl-tools">
    <title>Bumper Crop of WADL Tools | Java.net</title>
    <dc:date>2011-10-14T18:27:02+00:00</dc:date>
    <link>http://weblogs.java.net/blog/mhadley/archive/2010/05/10/bumper-crop-wadl-tools</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[
                
                    "Last week saw the release of three new WADL frameworks:"
                
            ]]></description>
<dc:subject>WADL tools python ruby java c#</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:b6f91938676a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:WADL"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:c#"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://resthub.org/">
    <title>RESThub framework</title>
    <dc:date>2011-10-14T18:24:22+00:00</dc:date>
    <link>http://resthub.org/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[
                
                    "RESThub is an Open Source framework designed to allow you to build RIA HTML5 web applications based on a Spring backend following KISS, DRY and REST principles. It composed by a Java stack and a Javascript stack."
                
            ]]></description>
<dc:subject>framework jquery java rest javascript</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:adb1df40a163/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:framework"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jquery"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ask.metafilter.com/195482/Lets-assume-that-I-am-the-stupidest-person-that-ever-lived-Explain-to-me-what-JavaScript-is-what-it-does-and-how-a-moron-would-go-about-learning-it#2817274">
    <title>[from rgreco] Let's assume that I am the stupidest person that ever lived. Explain to me what JavaScript is, what it does, and how a moron would go about learning it... - web design coding | Ask MetaFilter</title>
    <dc:date>2011-09-11T17:34:52+00:00</dc:date>
    <link>http://ask.metafilter.com/195482/Lets-assume-that-I-am-the-stupidest-person-that-ever-lived-Explain-to-me-what-JavaScript-is-what-it-does-and-how-a-moron-would-go-about-learning-it#2817274</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>javascript history sun 2011 billjoy java webdev coding via:mathowie programming web</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:7eadd5c0bc78/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:history"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:sun"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:2011"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:billjoy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:coding"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:via:mathowie"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:web"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.heroku.com/archives/2011/8/29/play/">
    <title>Heroku | Play! on Heroku</title>
    <dc:date>2011-08-31T00:23:28+00:00</dc:date>
    <link>http://blog.heroku.com/archives/2011/8/29/play/</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>Play Java heroku Howto</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:9e2ad5b38cba/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Play"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:heroku"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.vogella.de/articles/EclipsePlugIn/article.html">
    <title>[from danja] Eclipse Plugin Development Tutorial</title>
    <dc:date>2011-08-24T17:45:07+00:00</dc:date>
    <link>http://www.vogella.de/articles/EclipsePlugIn/article.html</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>eclipse plugin dev java</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:11b5f294bace/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:eclipse"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:plugin"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:dev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/impetus-opensource/Kundera">
    <title>[from sordyl] GitHub: Kundera - a JPA compliant Object-Datastore Mapping Library for NoSQL Datastores</title>
    <dc:date>2011-07-17T13:24:26+00:00</dc:date>
    <link>https://github.com/impetus-opensource/Kundera</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>jpa java nosql cassandra</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:dda936e04068/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:jpa"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:nosql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:cassandra"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.jtict.com/blog/rails-wicket-grails-play-lift-jsp/">
    <title>[from sordyl] Comparing performance for Rails, Wicket, Grails, Play, Lift, JSP</title>
    <dc:date>2011-06-14T21:33:01+00:00</dc:date>
    <link>http://www.jtict.com/blog/rails-wicket-grails-play-lift-jsp/</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>java performance framework</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:fa6145d42469/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:framework"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wiredset.com/2011/04/13/strest/">
    <title>Create your own Firehose API with STREST - Wiredset</title>
    <dc:date>2011-04-18T01:46:35+00:00</dc:date>
    <link>http://wiredset.com/2011/04/13/strest/</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>Java Streaming Api Code Protocol opensource</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:3bc1443a42db/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Streaming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Protocol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:opensource"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/beders/Resty">
    <title>beders/Resty - GitHub</title>
    <dc:date>2011-03-29T06:41:50+00:00</dc:date>
    <link>https://github.com/beders/Resty</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["Resty is a small, convenient interface to talk to RESTful services from Java.<br />
<br />
Its focus is on simplicity and ease-of-use, often requiring only two lines of code to access any web service."  see reddit thread: http://www.reddit.com/r/programming/comments/gbpim/resty_for_java_ever_struggled_with_urlconnection/]]></description>
<dc:subject>code rest java library</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:9f015327b964/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:library"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.google.com/p/google-gson/">
    <title>google-gson - Project Hosting on Google Code</title>
    <dc:date>2010-09-27T12:50:39+00:00</dc:date>
    <link>http://code.google.com/p/google-gson/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["Gson is a Java library that can be used to convert Java Objects into its JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.  There are a few open-source projects that can convert Java objects to JSON. However, most of them require that you place Java annotations in your classes something that you can not do if you do not have access to the source-code. Most also do not fully support the use of Java Generics. Gson considers both of these as very important design goals."]]></description>
<dc:subject>api code convert converter google json java xml gson</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:2b86e51757c9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:convert"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:converter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:json"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:xml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:gson"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.persistent.info/2009/10/push-bot-pubsubhubbub-to-xmpp-gateway.html">
    <title>persistent.info: PuSH Bot: PubSubHubbub to XMPP Gateway</title>
    <dc:date>2009-10-14T18:49:18+00:00</dc:date>
    <link>http://blog.persistent.info/2009/10/push-bot-pubsubhubbub-to-xmpp-gateway.html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["PuSH Bot, which lets you subscribe to any PubSubHubbub-enabled feed and get notified of updates via XMPP (e.g. to your Google Talk account). It has some niceties like use of feed auto-discovery so you can just specify web page URLs, OPML import for bulk subscribing and throttling of updates."]]></description>
<dc:subject>xmpp alerts subscribe appengine pubsub gateway robot source java</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:7785649a5356/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:xmpp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:alerts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:subscribe"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:appengine"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:pubsub"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:gateway"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:robot"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:source"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://directorysync.sourceforge.net/">
    <title>DirSync Pro (Directory Synchronize Pro)</title>
    <dc:date>2009-05-18T18:54:26+00:00</dc:date>
    <link>http://directorysync.sourceforge.net/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[" small, but powerful utility for file and folder synchronization. DirSync Pro can be used to synchronize the content of one or many folders recursively.  Using DirSync Pro you can make incremental backups. In this way you'll spare lots of time because you don't have to copy all the files each time you want to update your backup; only new/modified/larger files would be copied.  Use DirSync Pro to easily synchronize files from your desktop PC to your USB-stick (PDA, Notebook, ...). Use this USB-stick (PDA, Notebook, ...) to synchronize files to another desktop PC.  Unlike many other synchronization software, DirSync Pro is Open Source; it is 100% free of charge, 100% free of commercial text, 100% free of advertisements and 100% free of spyware. Programmed completely in platform independent Java so it can be run under nearly every modern operating system including Windows, Linux and Macintosh."]]></description>
<dc:subject>synchronization synchronize tools software windows linux osx java backup incremental sync directory freeware opensource</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:79a3349cd031/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:synchronization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:synchronize"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:backup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:incremental"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:sync"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:directory"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:freeware"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:opensource"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.betaversion.org/~stefano/linotype/news/110/">
    <title>Stefano's Linotype ~ Dalvik: how Google routed around Sun's IP-based licensing restrictions on Java ME</title>
    <dc:date>2007-11-16T18:05:57+00:00</dc:date>
    <link>http://www.betaversion.org/~stefano/linotype/news/110/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[Android uses the syntax of the Java platform and the java SE class library but not the Java bytecode or the Java virtual machine to execute it on the phone]]></description>
<dc:subject>iphone java sun Google vm android licensing</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:715b3a3f132b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:iphone"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:sun"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:vm"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:android"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:licensing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.collaber.com/home/index.php">
    <title>Collaber - Home</title>
    <dc:date>2007-04-12T14:16:24+00:00</dc:date>
    <link>http://www.collaber.com/home/index.php</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[Collaber is a collaboration framework useful for easy communication, organization of data among members of teams across internet.]]></description>
<dc:subject>groupware collaboration application java</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:1bdd9075b218/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:groupware"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:application"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mailinator.blogspot.com/2007/01/architecture-of-mailinator.html">
    <title>Mailinator(tm) Blog: The Architecture of Mailinator</title>
    <dc:date>2007-03-31T17:14:04+00:00</dc:date>
    <link>http://mailinator.blogspot.com/2007/01/architecture-of-mailinator.html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[At this point, Mailinator averages approximately 2.5million emails per day. I have seen hourly spikes that would result in about 5million in a day. (Edit: Feb 2007 - One month later we're averaging 4.5million emails a day with spikes over 6million)]]></description>
<dc:subject>architecture design java email server programming mail spam</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:a0fb362d2726/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:architecture"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:email"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:server"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:mail"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:spam"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mgmaps.com/">
    <title>Mobile GMaps - Google Maps, Yahoo! Maps and Windows Live Local on your mobile phone!</title>
    <dc:date>2007-03-14T19:56:34+00:00</dc:date>
    <link>http://www.mgmaps.com/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[FREE application that displays Google Maps, Yahoo! Maps, Windows Live Local (MSN Virtual Earth) and Ask.com Maps and satellite imagery on Java J2ME-enabled mobile phones, PDAs and other devices. MGMaps can connect to a GPS receiver over bluetooth or use i]]></description>
<dc:subject>mobile maps Google java Google_Maps software phone gps</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:ed32dc02866a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:maps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Google_Maps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:phone"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:gps"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://babynamewizard.com/namevoyager/lnv0105.html">
    <title>The Baby Name Wizard: NameVoyager</title>
    <dc:date>2006-09-04T23:35:53+00:00</dc:date>
    <link>http://babynamewizard.com/namevoyager/lnv0105.html</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>names baby visualization cool Java interesting trends</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:63392a387f58/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:names"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:baby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:visualization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:cool"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:interesting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:trends"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://riad.de/jmemorize/">
    <title>jMemorize - Learning made easy (and fun) - A Leitner flashcards tool</title>
    <dc:date>2006-06-14T17:29:38+00:00</dc:date>
    <link>http://riad.de/jmemorize/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[jMemorize is an free open-source Java application that manages your learning processes by using flashcards and the famous Leitner system.]]></description>
<dc:subject>java Software flashcard memorize learning tools languages education opensource</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:d59945a7f788/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:Software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:flashcard"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:memorize"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:learning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:education"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:opensource"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.google.com/webtoolkit/">
    <title>Google Web Toolkit - Build AJAX apps in the Java language</title>
    <dc:date>2006-05-17T01:56:28+00:00</dc:date>
    <link>http://code.google.com/webtoolkit/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language.]]></description>
<dc:subject>java ajax toolkit</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:ae30bfca07ed/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:ajax"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:toolkit"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://opcion.sourceforge.net/">
    <title>Opcion Font Viewer: Windows, Linux &amp; Mac compatible</title>
    <dc:date>2006-02-09T14:19:44+00:00</dc:date>
    <link>http://opcion.sourceforge.net/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[a free font viewer written in Java that allows you to view both installed and uninstalled TrueType fonts on Windows, Linux, Unix or Mac.]]></description>
<dc:subject>fonts java free utilities opensource</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:e21277bed760/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:fonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:free"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:utilities"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:opensource"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://chir.ag/stuff/sand/">
    <title>Falling sand game</title>
    <dc:date>2005-12-29T15:36:40+00:00</dc:date>
    <link>http://chir.ag/stuff/sand/</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>java interesting fun free games zen art</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:c6dc2df1da23/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:interesting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:fun"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:free"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:games"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:zen"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:art"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://java.sun.com/products/javamail/">
    <title>JavaMail API</title>
    <dc:date>2005-12-13T21:18:30+00:00</dc:date>
    <link>http://java.sun.com/products/javamail/</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is implemented as a Java platform optional package and is also available as part of the Java platform, Enterpris]]></description>
<dc:subject>java email tools utilities OOo</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:9a159e1fe527/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:email"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:utilities"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:OOo"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://onestepback.org/articles/10things/index.html">
    <title>OSCON 2005 - 10 Things - Cover</title>
    <dc:date>2005-11-27T01:34:35+00:00</dc:date>
    <link>http://onestepback.org/articles/10things/index.html</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>css ruby java programming presentation rails languages reference interesting tutorial howto</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:d0ab4be01c1c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:java"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:presentation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:languages"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:interesting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>