<?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>jmls&#039;s blog</title>
 <link>http://www.oehive.org/blog/14</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>OO classes in subversion</title>
 <link>http://www.oehive.org/node/1211</link>
 <description>&lt;p&gt;I&#039;ve just uploaded the OO class stuff into subversion, so all the changes and enhancements that are coming can be integrated ;)&lt;/p&gt;
&lt;p&gt;The subversion link is  svn://oehive.org/oosockets/trunk&lt;/p&gt;
&lt;p&gt;Let&#039;s see all those updates ...&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;</description>
 <comments>http://www.oehive.org/node/1211#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/136">OOABL</category>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <pubDate>Sat, 05 Jul 2008 15:40:42 +0000</pubDate>
 <dc:creator>jmls</dc:creator>
 <guid isPermaLink="false">1211 at http://www.oehive.org</guid>
</item>
<item>
 <title>Of char and longchars</title>
 <link>http://www.oehive.org/node/1209</link>
 <description>&lt;p&gt;Came across an interesting thing today. The following code works fine in 10.1C, but not in 10.1B:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
FUNCTION Test RETURNS LOGICAL (p_Data AS LONGCHAR):&lt;br /&gt;
     RETURN YES.&lt;br /&gt;
END FUNCTION.&lt;/p&gt;
&lt;p&gt;MESSAGE Test(&quot;data&quot;) VIEW-AS ALERT-BOX INFORMATION.&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;looks as if 10.1C can mix and match char with longchar, something that I&#039;ve always wanted to do since longchar became available.&lt;/p&gt;
&lt;p&gt;Seems as if Progress are making changes to the language for the better. Now, if only they had a 4GL way to deal with sockets, instead of all this READ-RESPONSE-PROCEDURE and memory pointers etc !&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/1209#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/504">10.1C 10.1B longchar</category>
 <group domain="http://www.oehive.org/node/193">Codeparse group</group>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Mon, 30 Jun 2008 11:56:25 +0000</pubDate>
 <dc:creator>jmls</dc:creator>
 <guid isPermaLink="false">1209 at http://www.oehive.org</guid>
</item>
<item>
 <title>4GL PUB/SUB across boundaries</title>
 <link>http://www.oehive.org/node/1207</link>
 <description>&lt;p&gt;I saw the other day that Progress have a basic 4GL messaging server in their road map. I also saw that they are acquiring IONA technologies (&lt;a href=&quot;http://www.progress.com/news/working-together/index.ssp&quot; title=&quot;http://www.progress.com/news/working-together/index.ssp&quot;&gt;http://www.progress.com/news/working-together/index.ssp&lt;/a&gt;), which (amongst other things) have a product (&lt;a href=&quot;http://open.iona.com/products/enterprise-activemq&quot; title=&quot;http://open.iona.com/products/enterprise-activemq&quot;&gt;http://open.iona.com/products/enterprise-activemq&lt;/a&gt;) that uses Apache ActiveMQ as a messaging server.&lt;/p&gt;
&lt;p&gt;Now, who&#039;s going to take bets on what is going to form the basis of the 4GL messaging server ? Iona (Apache ActiveMQ) or Sonic ?&lt;/p&gt;
&lt;p&gt;We&#039;ll just have to wait and see.&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/194&quot; class=&quot;og_links&quot;&gt;Hive group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1207#comments</comments>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <pubDate>Sun, 29 Jun 2008 21:39:21 +0000</pubDate>
 <dc:creator>jmls</dc:creator>
 <guid isPermaLink="false">1207 at http://www.oehive.org</guid>
</item>
<item>
 <title>Blood, sweat and oo tears</title>
 <link>http://www.oehive.org/node/1206</link>
 <description>&lt;p&gt;Man. What a day. I made the stupid mistake of crowing about how I&#039;d written a OO class to use sockets, and how I could post the code. Well, I did have the code, but thought that it would be a good idea to add XML as a messaging type.&lt;/p&gt;
&lt;p&gt;Yikes. That was not such a good thing :)&lt;/p&gt;
&lt;p&gt;However, it&#039;s all done now, and you can download and play from &lt;a href=&quot;http://www.oehive.org/node/1205&quot; title=&quot;http://www.oehive.org/node/1205&quot;&gt;http://www.oehive.org/node/1205&lt;/a&gt;.&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/194&quot; class=&quot;og_links&quot;&gt;Hive group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1206#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/502">class</category>
 <category domain="http://www.oehive.org/taxonomy/term/501">sockets</category>
 <group domain="http://www.oehive.org/ooabl">Object-Oriented ABL Techniques</group>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <pubDate>Sun, 29 Jun 2008 17:27:13 +0000</pubDate>
 <dc:creator>jmls</dc:creator>
 <guid isPermaLink="false">1206 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
