<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Erlang builder</title>
  <link>http://www.sciabarra.com/cp/</link>
  <description>Building the next big thing.  In Erlang!</description>
  <language>en</language>
  <copyright>Michele  Sciabarra</copyright>
  <lastBuildDate>Sat, 06 Sep 2008 09:57:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://www.sciabarra.com/cp/images/caff_peng.png</url>
    <title>Erlang builder</title>
    <link>http://www.sciabarra.com/cp/</link>
  </image>
  
  
  <item>
    <title>Connecting to couchdb using his API</title>
    <link>http://www.sciabarra.com/cp/2008/09/06/1220695020000.html</link>
    
      
      
        <description>
          I am bulding a LYCE application (you already know about Linux-Yaws-Couchdb-Erlang?).&amp;nbsp; So I need to connect to couchdb from Erlang. The existing API are not so complete, so I am looking for a different approach.&lt;p&gt;&lt;a href=&#034;http://www.sciabarra.com/cp/2008/09/06/1220695020000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://www.sciabarra.com/cp/2008/09/06/1220695020000.html#comments</comments>
    <guid isPermaLink="true">http://www.sciabarra.com/cp/2008/09/06/1220695020000.html</guid>
    <pubDate>Sat, 06 Sep 2008 09:57:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Patching the erlang.el mode</title>
    <link>http://www.sciabarra.com/cp/2008/08/20/1219251600000.html</link>
    
      
      
        <description>
          When you use Emacs to develop erlang code, if you follow the standard convention, an annoying thing of the emacs mode is that it compiles the erlang source&amp;nbsp; in the same directory. &lt;br /&gt;
&lt;br /&gt;
Usually you have a src directory where you put sources, but you expect that the compiled code (the .beam) goes in the ebin directory. So you should compile&amp;nbsp; in ../ebin, usually&lt;p&gt;&lt;a href=&#034;http://www.sciabarra.com/cp/2008/08/20/1219251600000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    <enclosure url="http://www.sciabarra.com/cp/files/erlang.el" length="0" type="" />
    
    
    <comments>http://www.sciabarra.com/cp/2008/08/20/1219251600000.html#comments</comments>
    <guid isPermaLink="true">http://www.sciabarra.com/cp/2008/08/20/1219251600000.html</guid>
    <pubDate>Wed, 20 Aug 2008 17:00:00 GMT</pubDate>
  </item>
  
  <item>
    <title>The most frequent 3000 english words in VIDEO</title>
    <link>http://www.sciabarra.com/cp/2007/10/29/1193682840000.html</link>
    
      
        <description>
          &lt;p&gt;Do you need help in memorize the correct pronunciation of the most frequent english words? I realized this video for my own use:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;embed flashvars=&#034;&#034; src=&#034;http://video.google.com/googleplayer.swf?docId=-6593149230765251110&amp;amp;hl=en&#034; type=&#034;application/x-shockwave-flash&#034; id=&#034;VideoPlayback&#034; style=&#034;width: 400px; height: 326px;&#034;&gt;&lt;/embed&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I put it in my mobile phone and listened several times. Then I found my english pronuciation improved, so I decided to share the video.&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.sciabarra.com/cp/2007/10/29/1193682840000.html#comments</comments>
    <guid isPermaLink="true">http://www.sciabarra.com/cp/2007/10/29/1193682840000.html</guid>
    <pubDate>Mon, 29 Oct 2007 18:34:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Log4J reloadable in JBoss</title>
    <link>http://www.sciabarra.com/cp/2007/10/28/1193555040000.html</link>
    
      
        <description>
          &lt;div align=&#034;justify&#034;&gt;One of the most annoying and recurrent problem in deploying off-the-shelf&amp;nbsp; open source java application in JBoss is the log4j conflict.&amp;nbsp; For example I incurred in the problem trying to deploy &lt;a href=&#034;http://jamwiki.org&#034;&gt;JamWiki&lt;/a&gt;&lt;br /&gt;
Because JBoss provide his own version of the Log4J libraries, if you have in your application your log4j, there is usually a conflict.&lt;br /&gt;
There are ways of solve this problem, the simplest one is to remove Log4j from your application and use the JBoss one.&lt;br /&gt;
At&amp;nbsp; the first glance, this look as an ugly solution, but recently discovered a big value with it: if you use the JBoss provided log4j, the configuration is reloadable without having to restart the application server or redeploy the application,&lt;br /&gt;
This is a great advantage when you debug your application (I LOVE debug by logging). Instead of having all sort of debug enabled, just in case you miss some important informations, when running on JBoss you can safely turn off everything, or just enable what you consider always useful.&lt;br /&gt;
When you approach a buggy section, you can enable on-the-fly the debug log you need, just editing the log4j.xml file. And of course you can also easily create new appender, in order to save in a file some relevant detail of your application.&lt;br /&gt;
I fell in love with this idea so much that this is the main reason I will use JBoss instead of plain Tomcat (as I used to do in the past) in my future development.&lt;/div&gt;
        </description>
      
      
    
    
    
    <comments>http://www.sciabarra.com/cp/2007/10/28/1193555040000.html#comments</comments>
    <guid isPermaLink="true">http://www.sciabarra.com/cp/2007/10/28/1193555040000.html</guid>
    <pubDate>Sun, 28 Oct 2007 07:04:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Mac Power Book, the universal machine </title>
    <link>http://www.sciabarra.com/cp/2007/10/27/1193520660000.html</link>
    
      
      
        <description>
          My machine is a MacBookPro since april. After carefully consideration, and considering my experience with It, I say why I don&#039;t think I will switch back.&lt;p&gt;&lt;a href=&#034;http://www.sciabarra.com/cp/2007/10/27/1193520660000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://www.sciabarra.com/cp/2007/10/27/1193520660000.html#comments</comments>
    <guid isPermaLink="true">http://www.sciabarra.com/cp/2007/10/27/1193520660000.html</guid>
    <pubDate>Sat, 27 Oct 2007 21:31:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>
