<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Jeroen Reijn</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.onehippo.org/reijn/atom.xml" />
   <id>tag:blogs.onehippo.org,2009:/reijn/3</id>
    <link rel="service.post" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3" title="Jeroen Reijn" />
    <updated>2009-03-21T13:29:06Z</updated>
    <subtitle>HIPPO \\ </subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.35</generator>
 
<entry>
    <title>Moving away from MovableType</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2009/03/moving_away_from_movabletype.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=370" title="Moving away from MovableType" />
    <id>tag:blogs.hippo.nl,2009:/reijn//3.370</id>
    
    <published>2009-03-21T10:28:08Z</published>
    <updated>2009-03-21T13:29:06Z</updated>
    
    <summary>This will be my last blogpost here. I&apos;ve decided to move my blog to my own domain, which will be available once the DNS has been updated. MT can not satisfy my needs anymore. In the near future, I want...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Links" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>This will be my last blogpost here. I've decided to move my blog to my own domain, which will be available once the DNS has been updated. MT can not satisfy my needs anymore. </p>

<p>In the near future, I want to migrate it to a Hippo Blog instance driven by our latest product: CMS 7, but until then it will be hosted by <a href="http://www.blogspot.com">Blogspot</a>.</p>

<p>Please update your bookmarks to this RSS feed. From now on, you will be able to follow me @ <a href="http://blog.jeroenreijn.com">blog.jeroenreijn.com</a>.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Using Apache Commons FileUpload</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2009/02/using_apache_commons_fileuploa.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=365" title="Using Apache Commons FileUpload" />
    <id>tag:blogs.hippo.nl,2009:/reijn//3.365</id>
    
    <published>2009-02-16T13:25:19Z</published>
    <updated>2009-02-16T14:09:25Z</updated>
    
    <summary>I&apos;m currently working on a project that required me to upload some files from a JSP driven web application. A quick Google search brought me to Apache Commons FileUpload. It&apos;s a very useful library, that if used correctly makes you&apos;re...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Development" />
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>I'm currently working on a project that required me to upload some files from a JSP driven web application. A quick Google search brought me to <a href="http://commons.apache.org/fileupload/index.html">Apache Commons FileUpload</a>. It's a very useful library, that if used correctly makes you're life a lot easier.</p>

<p>Once adding the dependency to my <a href="http://maven.apache.org">Maven 2</a> pom.xml and looking at the <a href="http://commons.apache.org/fileupload/using.html">user guide</a>, I expected it to work straight away, but unfortunately it didn't and I was not really sure why. My piece of code seemed to halt when trying to execute the following method:</p>

<pre class="brush:java;gutter: false;toolbar: false;">
  List items = upload.parseRequest(request);
</pre>

<p>My friend Google was unable to provide me with the correct answer (that's why I'm writing it down now), but after a while I figured out what the problem was. The problem was: <strong>me</strong> not reading the documentation. On that same <a href="http://commons.apache.org/fileupload/using.html">user guide page</a> it states:</p>

<blockquote>
FileUpload depends on Commons IO, so make sure you have the version mentioned on the dependencies page  in your classpath before continuing.</blockquote>

<p>So in the end it was just another dependency. Not sure why it did not throw an error though, but after adding it to my pom.xml it worked like a charm.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Gwibber: a nice open source Twitter client</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/12/gwibber_a_nice_open_source_twi.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=352" title="Gwibber: a nice open source Twitter client" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.352</id>
    
    <published>2008-12-18T20:58:00Z</published>
    <updated>2008-12-21T11:50:10Z</updated>
    
    <summary>I use Twitter for microblogging about things that I&apos;m working on or thinking about, that I do not always write a blog entry about. As I&apos;m using Ubuntu as my operating system, if been looking around for a good Gnome...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>I use <a href="http://www.twitter.com">Twitter</a> for microblogging about things that I'm working on or thinking about, that I do not always write a blog entry about. </p>

<p>As I'm using Ubuntu as my operating system, if been looking around for a good Gnome Twitter client, but there are just a couple of them and they are not always as nice. <br />
Recently I came across <a href="https://launchpad.net/gwibber/">Gwibber</a>. Eventhough it's still in beta, I've been using it for a couple of days now and I really like it. One of the other great things is that it also supports <a href="http://www.facebook.com">Facebook</a>, and <a href="http://www.digg.com">Digg</a> (and <a href="http://www.jaiku.com/">Jaiku</a>), which I'm also using.</p>

<p>If you're looking for a nice Twitter client, be sure to give Gwibber a try.</p>

<p>ps. If you want to follow me on Twitter, you can find me <a href="http://twitter.com/jreijn/">here</a>.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Watch out! Hippo ECM is coming!</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/12/hippo_ecm_coming_up.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=349" title="Watch out! Hippo ECM is coming!" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.349</id>
    
    <published>2008-12-13T15:45:56Z</published>
    <updated>2008-12-15T09:58:25Z</updated>
    
    <summary> The past 3 months have been crazy. You might already have read it somewhere on the world wide web, but if you haven&apos;t, we&apos;re very close too a first official release of our new ECM product. It was September...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Development" />
            <category term="Hippo CMS" />
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p><img alt="Beta" src="http://blogs.hippo.nl/reijn/2008/12/11/composite_beta.png" width="101" height="101" align="left" style="padding-right:5px;"/> The past 3 months have been crazy. You might already have read it somewhere on the world wide web, but if you haven't, we're very close too a first official release of our new <a href="http://en.wikipedia.org/wiki/Enterprise_Content_Management">ECM</a> product.</p>

<p>It was September when <a href="http://blogs.hippo.nl/arje/">Arjé</a> did his <a href="http://blogs.hippo.nl/arje/2008/09/announcing_hippo_ecm_and_hippo.html">announcement of Hippo ECM and CMS 7</a> and it has come a long way since. More features have been added and the product has grown a lot since then. Hippo CMS 7 is still in a beta phase, but that won't be for long.</p>

<p>The next couple of weeks I'll try to share my experience, some thoughts and plugins, which I'm in the process of creating. For now I'll go for a short introduction on what's new and how  you can compare it to version six.</p>]]>
        <![CDATA[<h2>Architecture</h2>
<p>The Hippo ECM architectural model did not change compared to CMS 6/Hippo Repository 1 model, since all components are still decoupled or as I like to describe it: an open architecture.</p>

<p><img alt="architecture-jcr.jpg" src="http://blogs.hippo.nl/reijn/2008/12/11/architecture-jcr.jpg" width="600" height="340" align="middle"/></p>

<p>From the inside a lot has changed though. The core of CMS 7 is fully based on <a href="http://wicket.apache.org">Apache Wicket</a>. The team working on CMS 7 have created a Wicket plugin model, which makes CMS 7 a lot more extendible then CMS 6. In my short experience with the plugin model, I have to say I'm very impressed with it's ability. It will  easily allow (other) developers to create their own CMS 7 plugins.</p>

<p>Next to the CMS there is also the content repository, which is now based on <a href="http://jackrabbit.apache.org">Apache Jackrabbit</a>, a reference implementation of the Java Content Repository (JSR-170) standard. The great thing here is that the JSR-170 is well known and accepted by different CM vendors, both open and closed source. With the new upcoming repository we of course added some additional features to the default Jackrabbit repository that would give Hippo users some advantages.I'll talk about this a bit more over the next couple of weeks.</p>

<p>On the front-end side we're also working very hard on some toolkits. Since one of the toolkits (HST2) is still under heavy development I will highlight some features next week. Like with version 6, you won't have to use them, but they can give you some handles to work with. You are still able to choose your own preferred technology, as long as it will be able to talk with the JCR repository.</p>

<h2>The Forge</h2>
<p>If you want to create you're own plugins/components that work or connect with one of the component in the Hippo ECM suite or use plugins made by the Hippo ECM community, we've  created a centralized place to store them: <a href="http://forge.hippo-ecm.org/">The Hippo Forge</a>. I have some ideas myself, which I hope I can realize in the next couple of weeks. I'll keep you posted.</p>

<h2>Documentation</h2>
<p>If you would like to play around with the new system, you can get it from our new <a href="http://docs.onehippo.org">documentation website</a>. Please keep in mind that the product is still in beta phase and so is it's documentation.</p>

<p>Well that's it for now. Keep an eye on <a href="http://planet.hippocms.org">Planet Hippo</a> or subscribe to my feed for more updates.</p>]]>
    </content>
</entry>
<entry>
    <title>Lightning 0.9 and Thunderbird 2.0.0.17</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/11/lightning_09_and_thunderbird_2.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=347" title="Lightning 0.9 and Thunderbird 2.0.0.17" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.347</id>
    
    <published>2008-11-11T12:15:48Z</published>
    <updated>2008-11-11T12:42:03Z</updated>
    
    <summary>After doing a clean install of Ubuntu Intrepid last night (which went quite smooth as expected), almost everything kept working, except the combination of Mozilla Thunderbird and Lightning. I&apos;ve been using this combination for a while now, since I was...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>After doing a clean install of<a href="http://www.ubuntu.com"> Ubuntu Intrepid</a> last night (which went quite smooth as expected), almost everything kept working, except the combination of <a href="http://www.mozilla.com/en-US/thunderbird/">Mozilla Thunderbird</a> and <a href="http://www.mozilla.org/projects/calendar/lightning/">Lightning</a>. I've been using this combination for a while now, since I was looking for a good replacement for my calendar software. I think it's a killer combination with the Google Calendar functionality.</p>

<p>At first I was unable to figure out, what might be the cause of my problems, but digging a bit deeper I found out that Thunderbird can help you out with this, by means of the error console.</p>

<p>Try adding '-console' to the startup parameters to enable the error console in Thunderbird. Once Thunderbird is started you can find the console under 'Tools' in the menu.</p>

<p>The actual errors pointed me to <a href="https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/278853">this launchpad page</a>. The bug described the same behavior I was having. I was unable to create a Calendar and the Lightning interface looked a bit broken at some places.</p>

<p>Scrolling down to the bottom of the bug report, others seemed to have found a solution, which was actually quite simple. You need to install libstdc++5 separately. You can do this with aptitude or any other package manager.</p>

<p>$ sudo aptitude install libstdc++5</p>

<p>Afterwards you will need to reinstall the Lightning add-on and everything should be back to normal!</p>]]>
        
    </content>
</entry>
<entry>
    <title>Call for papers - ApacheCon Europe 2009</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/10/call_for_papers_apachecon_euro.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=343" title="Call for papers - ApacheCon Europe 2009" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.343</id>
    
    <published>2008-10-21T13:03:24Z</published>
    <updated>2008-10-21T13:13:04Z</updated>
    
    <summary>Bertrand reminded me today that the submission deadline is this Friday! I probably won&apos;t sent in an submission this year, because I&apos;ve not been very active within any Apache community these past months. For those of you reading this blog...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Cocoon" />
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>Bertrand <a href="http://grep.codeconsult.ch/2008/10/21/call-for-papers-apachecon-europe-2009/">reminded me</a> today that the submission deadline is this Friday! I probably won't sent in an submission this year, because I've not been very active within any Apache community these past months. For those of you reading this blog and thinking about sending in a proposal, be sure to send it in before this Friday!</p>

<p>More information about submitting a proposal for the ApacheCon EU 2009 can be found <a href="http://eu.apachecon.com/c/aceu2009/cfp">here</a>.</p>]]>
        
    </content>
</entry>
<entry>
    <title>5 years at Hippo and 5 years of open source</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/10/5_years_at_hippo.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=341" title="5 years at Hippo and 5 years of open source" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.341</id>
    
    <published>2008-10-09T07:45:52Z</published>
    <updated>2009-01-07T08:24:32Z</updated>
    
    <summary>I&apos;ve been thinking about this post for a while, because I wasn&apos;t really sure what to write about my past 5 years. So much has happened and there is so much to mention, but that would mean this would be...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Open Source" />
            <category term="Personal" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>I've been thinking about this post for a while, because I wasn't really sure what to write about my past 5 years. So much has happened and there is so much to mention, but that would mean this would be a longggggg post. I'll just create a (short) summary of my entire story for now.</p>

<p>My main reason to start at Hippo 5 years ago was because I wanted to do something with Java and the web. Hippo provided both and offered a great learning environment at the same time with all the open source products they used in their software. </p>

<p>While doing my daily work at Hippo, I learned a lot about <a href="http://cocoon.apache.org">Apache Cocoon</a>, an open source framework, which was one of the core open source products used within Hippo driven websites. Before that, I wasn't really aware that Apache was a lot more then <a href="http://tomcat.apache.org">Tomcat</a> and the <a href="http://httpd.apache.org/">HTTP</a> server. While getting more involved within the Cocoon community I was up for my first real open source experience.</p>

<p>The <a href="http://wiki.apache.org/cocoon/GetTogetherAttending">Cocoon GetTogether 2003</a> was a place were I met all the people behind the names that I had seen on the Cocoon mailinglist. The GT2003 was held in Ghent (Belgium) and it was my first of the many to come trips related to working with open source projects at Hippo. Later on, I was able to travel to Dublin and Rome for Cocoon/Apache related conferences with the <a href="http://www.apachecon.com">ApacheCon</a> in Amsterdam 2007 as a highlight. In Amsterdam <a href="http://blogs.hippo.nl/jasha">Jasha</a> and I gave a presentation about Cocoon. I was just elected as an official Cocoon committer a month or so before that and tried to give my share of support to the Cocoon community that had given me so much those past years.</p>

<p>Cocoon wasn't the only Apache open source project I was going to end up using. So far <a href="http://lucene.apache.org">Lucene</a>, <a href="http://myfaces.apache.org">MyFaces</a>, <a href="http://jakarta.apache.org/slide">Slide</a>, <a href="http://jackrabbit.apache.org">Jackrabbit</a> and <a href="http://wicket.apache.org">Wicket</a> have also been part of my daily work. Then of course we also have our own open source projects, like <a href="http://www.hippocms.org">Hippo CMS</a> and Hippo Repository. I think it was a great move to make both products open source, because it helped the products to become more mature and it allowed other developers to learn much more about the product then if it would be a closed source project.</p>

<p>From the company point of view, it was great to see Hippo grow from the small (only 6 people when I started) to the +/- 40 people that I'm working with now. I think <a href="http://blogs.hippo.nl/arje/">Arje</a>, Tjeerd and <a href="http://blogs.hippo.nl/jverberg/">Jeroen</a> are doing a great job with this. I've learned so much from them and the other Hippos around me that the current environment is very inspiring. Also the projects that we're doing now with Hippo are getting bigger and bigger. That's one of the reasons why we're currently working very hard on a first final release of Hippo <a href="http://en.wikipedia.org/wiki/Enterprise_content_management">ECM</a> platform, which is coming up very soon.</p>

<p>Looking at my self, I can say I also grew from being a developer working on small websites to  developing large applications/websites, guiding partners with their Hippo implementations, doing some consultancy and giving training sessions about open source Hippo software or on the use of Apache Cocoon.</p>

<p>I'm looking forward to what the future will bring us with Hippo ECM coming up and our goal to become one of the bigger players in the ECM market. I guess in 5 more years I can tell you the answer to that question.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Mozilla Lightning 0.9 on Ubuntu Hardy 64-bit</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/09/mozilla_lightning_09_on_ubuntu.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=339" title="Mozilla Lightning 0.9 on Ubuntu Hardy 64-bit" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.339</id>
    
    <published>2008-09-25T08:47:31Z</published>
    <updated>2008-10-20T12:41:14Z</updated>
    
    <summary>For those of you who are also running a 64-bit linux machine (like me) and want to use the Mozilla Lightning 0.9 Thunderbird add-on, you can find the 64-bit version of this add-on here in the Mozilla release archive. The...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>For those of you who are also running a 64-bit linux machine (like me) and want to use the <a href="http://www.mozilla.org/projects/calendar/releases/lightning0.9.html">Mozilla Lightning 0.9 Thunderbird add-on</a>, you can find the 64-bit version of this add-on <a href="http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/contrib/linux-x86_64/lightning-0.9-linux-x86_64.xpi">here in the Mozilla release archive</a>. The one that comes from the add-on website doesn't seem to install unfortunately.</p>

<p>If you also want to push your calendar entries back to for instance <a href="http://calendar.google.com">Google Calender</a>, be sure to use the <a href="https://addons.mozilla.org/en-US/sunbird/addon/4631">Provider for Google Calendar add-on</a>. It allows bidirectional access to Google Calendar. <br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Redesign</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/09/redesign.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=335" title="Redesign" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.335</id>
    
    <published>2008-09-17T21:11:01Z</published>
    <updated>2008-09-17T21:13:42Z</updated>
    
    <summary>I&apos;m currently giving the blog a redesign. Bear with me, while I change the design over the next few days....</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Development" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>I'm currently giving the blog a redesign. Bear with me, while I change the design over the next few days.</p>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2008-09-15</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/09/links_for_20080915.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=333" title="links for 2008-09-15" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.333</id>
    
    <published>2008-09-15T16:03:22Z</published>
    <updated>2008-09-17T22:33:14Z</updated>
    
    <summary> Quarkbase : Everything about a Website (tags: web tools)...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Links" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://www.quarkbase.com/">Quarkbase : Everything about a Website</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/reijn/web">web</a> <a href="http://delicious.com/reijn/tools">tools</a>)</div>
            </li></ul>]]>
        
    </content>
</entry>
<entry>
    <title>Yet another browser</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/09/yet_another_browser.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=329" title="Yet another browser" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.329</id>
    
    <published>2008-09-02T07:08:57Z</published>
    <updated>2008-09-02T12:33:21Z</updated>
    
    <summary>It&apos;s been all over the blogosphere! As far as I can see, you could not have missed that Google has announced it&apos;s own open source browser called Google Chrome. In the past there have been a lot of rumors about...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Development" />
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>It's been all over the blogosphere! As far as I can see, you could not have missed that <a href="http://www.google.com">Google</a> has announced it's own open source browser called <a href="http://www.google.com/googlebooks/chrome/">Google Chrome</a>. </p>

<p>In the past there have been a lot of rumors about a Google browser, but now they made it <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html">official</a>. They even created a nice <a href="http://www.google.com/googlebooks/chrome/">comic</a> about it, to explain all features and concept of the new browser.</p>

<p>Google Chrome looks really promising, but I'm afraid that for us developers it's going to be just another browser to test our web applications against. With the current diversity within the browser market it's already a pain to keep up with all the available browsers. Therefor I think it's a good thing that they did not decide to create their own browser engine, but instead are using the <a href="http://webkit.org/">webkit</a> engine, which is also used in Apple's <a href="http://www.apple.com/safari/">Safari</a>.</p>

<p>Too bad they are releasing the beta on Windows first, because I would have loved to give it a go on Ubuntu!</p>]]>
        
    </content>
</entry>
<entry>
    <title>The Hippo Site Toolkit (HST)</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/08/hippo_site_toolkit.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=309" title="The Hippo Site Toolkit (HST)" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.309</id>
    
    <published>2008-08-09T13:17:26Z</published>
    <updated>2008-08-09T20:49:30Z</updated>
    
    <summary>Blogging has not been one of my priorities these past couple of months as you might have noticed. I&apos;ve been so busy at the Hippo office and at customers, that I was unable to find some decent time to start...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Cocoon" />
            <category term="Development" />
            <category term="Hippo CMS" />
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>Blogging has not been one of my priorities these past couple of months as you might have noticed. I've been so busy at the <a href="http://www.onehippo.com">Hippo</a> office and at customers, that I was unable to find some decent time to start a new blog post. </p>

<p>I realize I should have written this post 6 months ago, since the project I'm going to write about has been around even longer than that, but as far as I can remember, nobody has ever written a post about it. I think that's a shame and you guys should be made aware of this piece of software.</p>

<p>A new set of development component were created to develop web application with JSP or JSF in combination with Hippo CMS. We called it the <a href="http://hst.hippocms.org/index.html" title="Hippo Site Toolkit">Hippo Site Toolkit</a> and it has been available for quite some time. </p>

<p>The HST will allow us to provide default component that aid developers in their work  while building web applications with JSP or for instance <a href="http://myfaces.apache.org">Apache MyFaces</a>.</p>

<p>There are some example projects available from the Hippo SVN, so be sure to check it out if you're thinking about using JSP or JSF.</p>]]>
        
    </content>
</entry>
<entry>
    <title>links for 2008-06-27</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/06/links_for_20080627.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=315" title="links for 2008-06-27" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.315</id>
    
    <published>2008-06-27T15:28:54Z</published>
    <updated>2008-07-03T08:38:29Z</updated>
    
    <summary> Remove all .svn folders in a directory tree [bash] [find] [subversion] [svn] find . -name &quot;.svn&quot; -type d -exec rm -rf {} \; (tags: linux remove .svn)...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Development" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<ul class="delicious">
	<li>
		<div class="delicious-link"><a href="http://snippets.dzone.com/posts/show/2486">Remove all .svn folders in a directory tree [bash] [find] [subversion] [svn]</a></div>
		<div class="delicious-extended">find . -name ".svn" -type d -exec rm -rf {} \;</div>
		<div class="delicious-tags">(tags: <a href="http://del.icio.us/reijn/linux">linux</a> <a href="http://del.icio.us/reijn/remove">remove</a> <a href="http://del.icio.us/reijn/.svn">.svn</a>)</div>
	</li>
</ul>
]]>
        
    </content>
</entry>
<entry>
    <title>Firefox 3</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/06/firefox_3.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=314" title="Firefox 3" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.314</id>
    
    <published>2008-06-18T08:06:09Z</published>
    <updated>2008-06-18T08:13:43Z</updated>
    
    <summary> Today is firefox 3 download day! I have been using the beta installed on my Ubuntu laptop for a while now and I really like it! It&apos;s fast and the big plus is the new improved address bar. All...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Development" />
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p><a href="http://www.spreadfirefox.com/node&id=0&t=271"><img border="0" alt="Download Day - English" title="Download Day - English" align="right" src="http://www.spreadfirefox.com/files/images/affiliates_banners/180x150_02c_en.png"/></a><br />
<p>Today is firefox 3 download day! I have been using the beta installed on my Ubuntu laptop for a while now and I really like it! It's fast and the big plus is the new improved address bar. All I can say is, help set the record and download Firefox 3 today!</p></p>]]>
        
    </content>
</entry>
<entry>
    <title>Ubuntu 8.04</title>
    <link rel="alternate" type="text/html" href="http://blogs.onehippo.org/reijn/2008/06/ubuntu_804.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blogs.hippo.nl/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=313" title="Ubuntu 8.04" />
    <id>tag:blogs.hippo.nl,2008:/reijn//3.313</id>
    
    <published>2008-06-08T20:21:58Z</published>
    <updated>2008-06-08T21:00:53Z</updated>
    
    <summary>It has been a while since I have blogged. I tried, but I never finished the posts. They will show up here in the next couple of days I hope. But for now.. lets just get this post out of...</summary>
    <author>
        <name>Jeroen Reijn</name>
        <uri>http://www.hippocms.org</uri>
    </author>
            <category term="Open Source" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.onehippo.org/reijn/">
        <![CDATA[<p>It has been a while since I have blogged. I tried, but I never finished the posts. They will show up here in the next couple of days I hope. But for now..  lets just get this post out of the door. </p>

<p>A while ago, I updated all my Ubuntu machines to version 8.04. It feels stable, even on upgraded machines. The upgrades worked almost perfectly. Everything kept working, except for the Evolution/Exchange combination. In the past I used this a lot, especially for the Exchange Calendar, which we use at the office.</p>

<p>The Hardy Heron (8.04) version of Ubuntu comes with Firefox 3 Beta 5. I must say, this is a great improvement in comparison to Firefox 2. The memory footprint is much better, and is more more responsive then version 2. The downside is that not all of my Firefox plugins work yet, but that will be solved in a short time I guess.</p>

<p>I wanted to share my experience with you guys, since I think that Ubuntu is one of the most friendly Linux versions around and I recommend it to everybody!</p>]]>
        
    </content>
</entry>

</feed> 

