<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://widgets.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: methodology</title>
    <link>http://widgets.dzone.com/links/tag/methodology.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Wed, 16 May 2012 20:23:54 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2012-05-16T20:23:54Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://widgets.dzone.com/links/feed/frontpage/methodology/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Giving.Code::Description("Doing good with programming and design")</title>
      <link>http://widgets.dzone.com/links/r/givingcodedescriptiondoing_good_with_programming.html</link>
      <description>Programmers, designers, and sysadmins doing real good for humanity and the world in their spare time</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>trends</category>
      <pubDate>Wed, 16 May 2012 17:14:39 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792763.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-05-16T17:14:39Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/givingcodedescriptiondoing_good_with_programming.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792763.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Programmers, designers, and sysadmins doing real good for humanity and the world in their spare time<br/><br/><a href='http://widgets.dzone.com/links/rss/givingcodedescriptiondoing_good_with_programming.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792763' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792763</dz:linkId>
      <dz:submitDate>2012-05-15T17:22:07Z</dz:submitDate>
      <dz:promoteDate>2012-05-16T17:14:39Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>194</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792763.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Beautiful Code: Simplicity Yields Power</title>
      <link>http://widgets.dzone.com/links/r/beautiful_code_simplicity_yields_power.html</link>
      <description>In Simple Made Easy argues Rich Hickey that mixing orthogonal concerns introduces unnecessary complexity and that we should keep them separate. This mixing sometimes occurs on such a basic level that we believe that there is no other way to do it,</description>
      <category>java</category>
      <category>methodology</category>
      <pubDate>Wed, 16 May 2012 15:50:33 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792339.html</guid>
      <dc:creator>jsugrue</dc:creator>
      <dc:date>2012-05-16T15:50:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/beautiful_code_simplicity_yields_power.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792339.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In Simple Made Easy argues Rich Hickey that mixing orthogonal concerns introduces unnecessary complexity and that we should keep them separate. This mixing sometimes occurs on such a basic level that we believe that there is no other way to do it,
<br/><br/><a href='http://widgets.dzone.com/links/rss/beautiful_code_simplicity_yields_power.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792339' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792339</dz:linkId>
      <dz:submitDate>2012-05-15T05:26:51Z</dz:submitDate>
      <dz:promoteDate>2012-05-16T15:50:33Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>403</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792339.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jsugrue</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/185351.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Painless TDD – Strip away your dependencies!</title>
      <link>http://widgets.dzone.com/links/r/painless_tdd_strip_away_your_dependencies.html</link>
      <description>This section in the Painless TDD series looks at object dependencies; when you ask for more than you need, and why the "natural" choices may not always be the best ones.</description>
      <category>agile</category>
      <category>how-to</category>
      <category>java</category>
      <category>methodology</category>
      <pubDate>Wed, 16 May 2012 09:32:51 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792279.html</guid>
      <dc:creator>mattmorten</dc:creator>
      <dc:date>2012-05-16T09:32:51Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/painless_tdd_strip_away_your_dependencies.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792279.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This section in the Painless TDD series looks at object dependencies; when you ask for more than you need, and why the "natural" choices may not always be the best ones.<br/><br/><a href='http://widgets.dzone.com/links/rss/painless_tdd_strip_away_your_dependencies.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792279' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792279</dz:linkId>
      <dz:submitDate>2012-05-14T22:59:31Z</dz:submitDate>
      <dz:promoteDate>2012-05-16T09:32:51Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>722</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792279.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mattmorten</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/559799.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>OSGi vs. Jigsaw: Kirk Knoernschild on Modularity</title>
      <link>http://widgets.dzone.com/links/r/osgi_vs_jigsaw_kirk_knoernschild_on_modularity.html</link>
      <description>Kirk Knoernschild is one of the leading experts when it comes to the OSGi community.  DZone recently had a chance ot interview him about his thoughts on modularity in 2012 and his new book is "Java Application Architecture: Modularity Patterns with Examples Using OSGi." The book introduces 18 patterns that will help you design more modular software.</description>
      <category>java</category>
      <category>methodology</category>
      <category>reviews</category>
      <category>trends</category>
      <pubDate>Wed, 16 May 2012 06:05:11 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792221.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2012-05-16T06:05:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/osgi_vs_jigsaw_kirk_knoernschild_on_modularity.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792221.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Kirk Knoernschild is one of the leading experts when it comes to the OSGi community.  DZone recently had a chance ot interview him about his thoughts on modularity in 2012 and his new book is "Java Application Architecture: Modularity Patterns with Examples Using OSGi." The book introduces 18 patterns that will help you design more modular software. <br/><br/><a href='http://widgets.dzone.com/links/rss/osgi_vs_jigsaw_kirk_knoernschild_on_modularity.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792221' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792221</dz:linkId>
      <dz:submitDate>2012-05-14T18:19:28Z</dz:submitDate>
      <dz:promoteDate>2012-05-16T06:05:11Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>640</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792221.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mitchp</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/478055.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Doing Your First Mock</title>
      <link>http://widgets.dzone.com/links/r/doing_your_first_mock.html</link>
      <description>Are you looking for a solution to your unit tests modifying data? Perhaps your unit tests are so slow that none of your teammates bother running them? You need mock objects.</description>
      <category>.net</category>
      <category>agile</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Tue, 15 May 2012 16:48:40 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792311.html</guid>
      <dc:creator>KodefuGuru</dc:creator>
      <dc:date>2012-05-15T16:48:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/doing_your_first_mock.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792311.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Are you looking for a solution to your unit tests modifying data? Perhaps your unit tests are so slow that none of your teammates bother running them? You need mock objects.<br/><br/><a href='http://widgets.dzone.com/links/rss/doing_your_first_mock.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792311' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792311</dz:linkId>
      <dz:submitDate>2012-05-15T04:21:12Z</dz:submitDate>
      <dz:promoteDate>2012-05-15T16:48:40Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>714</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792311.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>KodefuGuru</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/411104.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>“Fitting” Performance in the Software Development Lifecycle</title>
      <link>http://widgets.dzone.com/links/r/fitting_performance_in_the_software_development_l.html</link>
      <description>Where do you fit performance in the software development lifecycle? This innocent question carries the mind baggage of having to retrofit performance into an existing process.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Mon, 14 May 2012 16:31:50 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/791727.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-05-14T16:31:50Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/fitting_performance_in_the_software_development_l.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/791727.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Where do you fit performance in the software development lifecycle? This innocent question carries the mind baggage of having to retrofit performance into an existing process. <br/><br/><a href='http://widgets.dzone.com/links/rss/fitting_performance_in_the_software_development_l.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=791727' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>791727</dz:linkId>
      <dz:submitDate>2012-05-14T05:53:24Z</dz:submitDate>
      <dz:promoteDate>2012-05-14T16:31:50Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>765</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/791727.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Relation between Tablespace, Datafile and Control File</title>
      <link>http://widgets.dzone.com/links/r/relation_between_tablespace_datafile_and_control.html</link>
      <description>Databases, tablespaces, and datafiles are closely related, but they have important differences:&#xD;
&#xD;
An Oracle database consists of one or more logical storage units called tablespaces, which collectively store all of the database's data.</description>
      <category>database</category>
      <category>methodology</category>
      <category>standards</category>
      <category>tools</category>
      <pubDate>Mon, 14 May 2012 02:52:52 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/791549.html</guid>
      <dc:creator>avid</dc:creator>
      <dc:date>2012-05-14T02:52:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/relation_between_tablespace_datafile_and_control.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/791549.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Databases, tablespaces, and datafiles are closely related, but they have important differences:

An Oracle database consists of one or more logical storage units called tablespaces, which collectively store all of the database's data.<br/><br/><a href='http://widgets.dzone.com/links/rss/relation_between_tablespace_datafile_and_control.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=791549' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>791549</dz:linkId>
      <dz:submitDate>2012-05-13T17:45:10Z</dz:submitDate>
      <dz:promoteDate>2012-05-14T02:52:52Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>449</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/791549.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>avid</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/1018317.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Webinar: Lean ALM - the changing face of ALM, by Dave West, Chief Product Officer at Tasktop (May 31)</title>
      <link>http://widgets.dzone.com/links/r/webinar_lean_alm_the_changing_face_of_alm_by_dave.html</link>
      <description>In this webinar Dave West, Chief Product Officer at Tasktop, describes what Lean ALM looks like and introduces the 4 tenets of Autonomy, Transparency, Adaptability and Collaboration (ATAC) that unite to maximize flow.</description>
      <category>agile</category>
      <category>eclipse</category>
      <category>methodology</category>
      <category>trends</category>
      <pubDate>Tue, 15 May 2012 13:27:57 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792233.html</guid>
      <dc:creator>dominika.lacka</dc:creator>
      <dc:date>2012-05-15T13:27:57Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/webinar_lean_alm_the_changing_face_of_alm_by_dave.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792233.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In this webinar Dave West, Chief Product Officer at Tasktop, describes what Lean ALM looks like and introduces the 4 tenets of Autonomy, Transparency, Adaptability and Collaboration (ATAC) that unite to maximize flow. <br/><br/><a href='http://widgets.dzone.com/links/rss/webinar_lean_alm_the_changing_face_of_alm_by_dave.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792233' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792233</dz:linkId>
      <dz:submitDate>2012-05-14T18:36:50Z</dz:submitDate>
      <dz:promoteDate>2012-05-15T13:27:57Z</dz:promoteDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>597</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792233.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dominika.lacka</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/894101.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Scrum and Agile Trac Plugins</title>
      <link>http://widgets.dzone.com/links/r/scrum_and_agile_trac_plugins.html</link>
      <description>Trac is an open source enhanced wiki and issue tracking system for software development projects. As many open source project, Trac has a plugin architecture that allows to extend the core functionalities. Here is a list of Scrum and Agile oriented plugins available in the Trac ecosystem.</description>
      <category>agile</category>
      <category>methodology</category>
      <category>open source</category>
      <category>tools</category>
      <pubDate>Mon, 14 May 2012 14:14:16 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/791879.html</guid>
      <dc:creator>martinig</dc:creator>
      <dc:date>2012-05-14T14:14:16Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/scrum_and_agile_trac_plugins.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/791879.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Trac is an open source enhanced wiki and issue tracking system for software development projects. As many open source project, Trac has a plugin architecture that allows to extend the core functionalities. Here is a list of Scrum and Agile oriented plugins available in the Trac ecosystem. <br/><br/><a href='http://widgets.dzone.com/links/rss/scrum_and_agile_trac_plugins.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=791879' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>791879</dz:linkId>
      <dz:submitDate>2012-05-14T09:03:18Z</dz:submitDate>
      <dz:promoteDate>2012-05-14T14:14:16Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>703</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/791879.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>martinig</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/219636.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Codifying DevOps</title>
      <link>http://widgets.dzone.com/links/r/codifying_devops.html</link>
      <description>This blogpost is a first stab at providing a structure to codify devops practices. The wording, descriptions are pretty much work in progress, but I found them important enough to share to get your feedback.</description>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Tue, 15 May 2012 11:46:04 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792327.html</guid>
      <dc:creator>jsugrue</dc:creator>
      <dc:date>2012-05-15T11:46:04Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/codifying_devops.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792327.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This blogpost is a first stab at providing a structure to codify devops practices. The wording, descriptions are pretty much work in progress, but I found them important enough to share to get your feedback.
<br/><br/><a href='http://widgets.dzone.com/links/rss/codifying_devops.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792327' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792327</dz:linkId>
      <dz:submitDate>2012-05-15T05:25:10Z</dz:submitDate>
      <dz:promoteDate>2012-05-15T11:46:04Z</dz:promoteDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>385</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792327.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jsugrue</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/185351.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>From MongoDB to Riak</title>
      <link>http://widgets.dzone.com/links/r/from_mongodb_to_riak.html</link>
      <description>At Bump Technologies, we recently completed a significant database migration from MongoDB to Riak. Almost all of our users' data -- the lists of people they've bumped, communications sent and received, handset information, social network OAuth tokens, etc. -- had been stored in MongoDB, but if you open the app today all of these interactions will be backed by Riak.</description>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Wed, 16 May 2012 13:16:48 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792755.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-05-16T13:16:48Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/from_mongodb_to_riak.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792755.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>At Bump Technologies, we recently completed a significant database migration from MongoDB to Riak. Almost all of our users' data -- the lists of people they've bumped, communications sent and received, handset information, social network OAuth tokens, etc. -- had been stored in MongoDB, but if you open the app today all of these interactions will be backed by Riak.<br/><br/><a href='http://widgets.dzone.com/links/rss/from_mongodb_to_riak.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792755' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792755</dz:linkId>
      <dz:submitDate>2012-05-15T17:20:52Z</dz:submitDate>
      <dz:promoteDate>2012-05-16T13:16:48Z</dz:promoteDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>66</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792755.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Storing Date/Times in Databases</title>
      <link>http://widgets.dzone.com/links/r/storing_datetimes_in_databases.html</link>
      <description>After my talk during ConFoo on Advanced Date/Time Handling I received a question about whether the UTC-offset, together with the date/time in years, months, days, hours, minutes and seconds, was enough for storing a date/time in a database and still being able to do calculations with this. The answer to this question was no, but it lead to an even more interesting discussion about what would be enough to store an accurate date/time in a database.</description>
      <category>database</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Tue, 15 May 2012 13:15:09 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/792097.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-05-15T13:15:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/storing_datetimes_in_databases.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/792097.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>After my talk during ConFoo on Advanced Date/Time Handling I received a question about whether the UTC-offset, together with the date/time in years, months, days, hours, minutes and seconds, was enough for storing a date/time in a database and still being able to do calculations with this. The answer to this question was no, but it lead to an even more interesting discussion about what would be enough to store an accurate date/time in a database.<br/><br/><a href='http://widgets.dzone.com/links/rss/storing_datetimes_in_databases.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=792097' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>792097</dz:linkId>
      <dz:submitDate>2012-05-14T15:26:16Z</dz:submitDate>
      <dz:promoteDate>2012-05-15T13:15:09Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>222</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/792097.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Maven Build Dependencies</title>
      <link>http://widgets.dzone.com/links/r/maven_build_dependencies.html</link>
      <description>The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject from different perspectives contributing various solutions, each with its own strengths and weaknesses.</description>
      <category>java</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Mon, 14 May 2012 11:28:56 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/790037.html</guid>
      <dc:creator>jsugrue</dc:creator>
      <dc:date>2012-05-14T11:28:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/maven_build_dependencies.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/790037.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject from different perspectives contributing various solutions, each with its own strengths and weaknesses.
<br/><br/><a href='http://widgets.dzone.com/links/rss/maven_build_dependencies.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=790037' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>790037</dz:linkId>
      <dz:submitDate>2012-05-10T07:55:42Z</dz:submitDate>
      <dz:promoteDate>2012-05-14T11:28:56Z</dz:promoteDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>374</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/790037.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jsugrue</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/185351.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Software System Morphology</title>
      <link>http://widgets.dzone.com/links/r/software_system_morphology.html</link>
      <description>On the Importance of Naming in Software Systems, part III. Exploring the semantic nature of Software using linguistic concepts.</description>
      <category>frameworks</category>
      <category>methodology</category>
      <category>research</category>
      <category>standards</category>
      <pubDate>Mon, 14 May 2012 13:18:32 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/791557.html</guid>
      <dc:creator>moesg</dc:creator>
      <dc:date>2012-05-14T13:18:32Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/software_system_morphology.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/791557.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>On the Importance of Naming in Software Systems, part III. Exploring the semantic nature of Software using linguistic concepts.<br/><br/><a href='http://widgets.dzone.com/links/rss/software_system_morphology.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=791557' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>791557</dz:linkId>
      <dz:submitDate>2012-05-13T19:31:01Z</dz:submitDate>
      <dz:promoteDate>2012-05-14T13:18:32Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>446</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/791557.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>moesg</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/413837.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>uDeploy Built-in Properties Run-Down</title>
      <link>http://widgets.dzone.com/links/r/udeploy_builtin_properties_rundown.html</link>
      <description>A few folks suggested to me that a bit more information on the built-in properties and property scoping for uDeploy would be handy. Message received, and we’ll flesh out the documentation on that front. In the meantime, here’s a quick list of the automaticly available properties.</description>
      <category>methodology</category>
      <category>server</category>
      <category>tools</category>
      <pubDate>Mon, 14 May 2012 00:07:55 GMT</pubDate>
      <guid isPermaLink="false">http://widgets.dzone.com/links/791467.html</guid>
      <dc:creator>mitchp</dc:creator>
      <dc:date>2012-05-14T00:07:55Z</dc:date>
      <content:encoded><![CDATA[<a href='http://widgets.dzone.com/links/r/udeploy_builtin_properties_rundown.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/791467.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A few folks suggested to me that a bit more information on the built-in properties and property scoping for uDeploy would be handy. Message received, and we’ll flesh out the documentation on that front. In the meantime, here’s a quick list of the automaticly available properties.<br/><br/><a href='http://widgets.dzone.com/links/rss/udeploy_builtin_properties_rundown.html'><img src='http://widgets.dzone.com/links/voteCountImage?linkId=791467' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>791467</dz:linkId>
      <dz:submitDate>2012-05-13T13:09:58Z</dz:submitDate>
      <dz:promoteDate>2012-05-14T00:07:55Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>420</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://widgets.dzone.com/links/images/thumbs/120x90/791467.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mitchp</dz:username>
        <dz:userimage>http://widgets.dzone.com/links/images/avatars/478055.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>


