<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - OERA Framework</title>
 <link>http://www.oehive.org/taxonomy/term/127/all</link>
 <description>Code, whitepapers, and discussions related to components for building an OERA-compliant application.</description>
 <language>oehive</language>
<item>
 <title>prices to get to the business in the last two years, and now in</title>
 <link>http://www.oehive.org/node/2077</link>
 <description>&lt;p&gt;vetted standard, you can enjoy the preferential treatment, such as can not satisfy Luozhen Kun Wang Feng of the above-mentioned judgment, agrees, the price of the units may be reduced on the basis of the peak in August 1 percent, he noted that the concerns of policy tightening continued unabated at the same&amp;nbsp;&lt;a href=&quot;http://www.holeshoes.com/&quot;&gt;Christian Louboutin sale&lt;/a&gt;&amp;nbsp;&amp;nbsp;time, the recent sharp decline in housing turnover, forcing part of the investor sentiment loose , which allowed housing prices to downward pressure.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/NorCalPUG&quot; class=&quot;og_links&quot;&gt;NorCal PUG&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2077&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2077#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/127">OERA Framework</category>
 <group domain="http://www.oehive.org/NorCalPUG">NorCal PUG</group>
 <pubDate>Sat, 24 Mar 2012 06:51:30 +0000</pubDate>
 <dc:creator>Sanders111</dc:creator>
 <guid isPermaLink="false">2077 at http://www.oehive.org</guid>
</item>
<item>
 <title>OERA Open Source Initiative</title>
 <link>http://www.oehive.org/OERAOSI</link>
 <description>&lt;p&gt;The OERA Open Source Initiative (OERA OSI) is a project to define, create, and refine a series of production quality components which can serve as a sound basis for those creating their own OERA implementations.  The primary focus will be components which would form a portion of the Common Infrastructure portion of the standard OERA model, but we will not exclude contributions for other sorts of helper classes which might be used as part of a Data Access, Business Logic, or UI layer.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/OERAGroup&quot; class=&quot;og_links&quot;&gt;OERA Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/OERAOSI&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/OERAOSI#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/537">OERA Infrastructure</category>
 <category domain="http://www.oehive.org/taxonomy/term/127">OERA Framework</category>
 <group domain="http://www.oehive.org/OERAGroup">OERA Group</group>
 <pubDate>Fri, 29 Aug 2008 21:55:55 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">1298 at http://www.oehive.org</guid>
</item>
<item>
 <title>Exception and Condition Handling Classes</title>
 <link>http://www.oehive.org/ExceptionClass</link>
 <description>&lt;p&gt;One of the problems faced by ABL programmers for many years is the lack of a true exception handling mechanism in the language.  By “exception handling”, we mean a mechanism by which a program encounters an error or unexpected condition then can communicate up the call stack with the purpose of:&lt;br /&gt;
1.	Signaling that requested execution has not completed as expected;&lt;br /&gt;
2.	Communicating any necessary information about the details of why this condition occurred; and&lt;br /&gt;
3.	Providing a structure such that the condition is “handled” in a graceful fashion at an appropriate level in the code.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/ooabl&quot; class=&quot;og_links&quot;&gt;Object-Oriented ABL Techniques&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/ExceptionClass&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/ExceptionClass#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/127">OERA Framework</category>
 <category domain="http://www.oehive.org/taxonomy/term/136">OOABL</category>
 <enclosure url="http://www.oehive.org/files/ExceptionStack.pdf" length="96672" type="application/pdf" />
 <group domain="http://www.oehive.org/OERAGroup">OERA Group</group>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <pubDate>Wed, 04 Oct 2006 19:31:19 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">563 at http://www.oehive.org</guid>
</item>
<item>
 <title>Collection and Map Classes for OOABL</title>
 <link>http://www.oehive.org/CollectionClasses</link>
 <description>&lt;p&gt;In developing a foundation framework for Object-Oriented ABL, it seems natural to consider creating a set of Collection classes since they have a broad utility in OO design in other languages.  It also seems natural to consider imitating the Collection classes in Java  since that is a tried and true implementation into which there has been a considerable investment of thought and effort.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/ooabl&quot; class=&quot;og_links&quot;&gt;Object-Oriented ABL Techniques&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/CollectionClasses&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/CollectionClasses#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/127">OERA Framework</category>
 <category domain="http://www.oehive.org/taxonomy/term/136">OOABL</category>
 <category domain="http://www.oehive.org/taxonomy/term/150">All Projects</category>
 <enclosure url="http://www.oehive.org/files/CollectionClasses.pdf" length="121566" type="application/pdf" />
 <group domain="http://www.oehive.org/OERAGroup">OERA Group</group>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <pubDate>Wed, 04 Oct 2006 19:23:49 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">562 at http://www.oehive.org</guid>
</item>
<item>
 <title>Advanced Business Logic Sample Code</title>
 <link>http://www.oehive.org/node/763</link>
 <description>&lt;p&gt;This sample code complements Implementing the OpenEdge® Reference Architecture: 7: Advanced Business Logic. Seventh in a series by Progress Fellow John Sadd on applying the OpenEdge Reference Architecture principles to building applications, this white paper and accompanying code samples discuss in depth best practices regarding database trigger procedures, transaction scoping, referencing between business entities, and extending exception handling.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/763&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/763#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/127">OERA Framework</category>
 <category domain="http://www.oehive.org/taxonomy/term/279">PSDN Code Share</category>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Fri, 23 Jun 2006 16:27:07 +0000</pubDate>
 <dc:creator>rssreader</dc:creator>
 <guid isPermaLink="false">763 at http://www.oehive.org</guid>
</item>
<item>
 <title>Context Management Sample Code</title>
 <link>http://www.oehive.org/node/764</link>
 <description>&lt;p&gt;This sample code complements Implementing the OpenEdge® Reference Architecture: 8: Context Management. Eighth in John Sadds series on the OpenEdge Reference Architecture, this paper is aimed at complex WebSpeed applications and describes how to implement a context management service for using ProDataSets in large database transactions consisting of several changes. &lt;br&gt;&lt;br&gt;added by:&lt;br&gt;Progress Software Developers Network&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/764#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/127">OERA Framework</category>
 <category domain="http://www.oehive.org/taxonomy/term/279">PSDN Code Share</category>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Thu, 22 Jun 2006 12:32:35 +0000</pubDate>
 <dc:creator>rssreader</dc:creator>
 <guid isPermaLink="false">764 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
