<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Gridshore software engineering weblog - News</title>
    <link>http://www.gridshore.nl/blog/</link>
    <description>This weblog is about everything that has to do with software engineering. It will focus on items like Springframework, acegi, hibernate and other tools to help creating good software</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 29 Jan 2008 10:27:03 GMT</pubDate>

    <image>
        <url>http://www.gridshore.nl/blog/templates/gridshore/img/s9y_banner_small.png</url>
        <title>RSS: Gridshore software engineering weblog - News - This weblog is about everything that has to do with software engineering. It will focus on items like Springframework, acegi, hibernate and other tools to help creating good software</title>
        <link>http://www.gridshore.nl/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Last entry ...</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/74-Last-entry-....html</link>
            <category>acegi</category>
            <category>ajax</category>
            <category>Announcements</category>
            <category>Books</category>
            <category>gridshore</category>
            <category>Java</category>
            <category>News</category>
            <category>spring-osgi</category>
            <category>Springframework</category>
            <category>Technology</category>
            <category>Webservices</category>
            <category>Websites&amp;products</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/74-Last-entry-....html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Welcome to the last entry of this blog. No I am not quitting, I am just moving. I just installed a new blog software framework. I was starting to dislike the way to interact and I wanted something that contained more out of the box. I am in the middle of moving to wordpress software. There is a very good reason to do this. I had found a great tool on the mac called MarsEdit. And again this could not be used with serendipity. I hope I did make a good choice. Since there is a lot of information in the old blog, I did not take this blog offline. It will stay to exist, but I will not make changes there anymore.&lt;br /&gt;
&lt;br /&gt;
I hope to see you at the new version of the blog (check the page at http://www.gridshore.nl). You can attach you feedreader to the following url: feed://www.gridshore.nl/feed/ 
    </content:encoded>

    <pubDate>Sat, 19 Jan 2008 20:58:56 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/74-guid.html</guid>
    
</item>
<item>
    <title>Spring Experience 2007</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/73-Spring-Experience-2007.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/73-Spring-Experience-2007.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.thespringexperience.com&quot;  title=&quot;springexperience&quot;&gt;Spring Experience 2008&lt;/a&gt;&lt;br /&gt;
&amp;#65532;&lt;br /&gt;
It feels like a year ago, actually it was last year, that I went to Miami, Florida, USA together with two colleques. There we were able to follow a lot of presentations about the springframework. These presentations were given by the contributors of all different springframework modules. For us three it was a three day learning experience. In this article I want to give you an impression of these days.&lt;br /&gt;
&lt;br /&gt;
I started of my presentations with a presentation about &lt;strong&gt;Full Stack Web Frameworks&lt;/strong&gt;. What is a Full Stack Web Framework? To be honest, I did not really care about that question, but it was a nice presentation about the current status of Spring web projects and the future. The separation between Spring webmvc and Spring webflow is going to disappear. It is going to be one fully integrated web project. I think this is a good think, it will became easier to use webflow when you need it and not make the choice to do webmvc or webflow. Some important things in the presentation were:&lt;br /&gt;
- Using REST like urls for web resources.&lt;br /&gt;
- Support rendering of different views (xml, html, json) by state of the request (REST as well)&lt;br /&gt;
- Convention over configuration resulting in easier spring config files (or annotations)&lt;br /&gt;
&lt;br /&gt;
&amp;#65532;The next presentation was about the &lt;strong&gt;new features in Springframework&lt;/strong&gt; 2.0/2.5 by Jürgen Höller. There are three big groups of changes:&lt;br /&gt;
&lt;strong&gt;Platforms&lt;/strong&gt; : There is now support for Java 6 and Java EE 5, better support for JCA and JPA. The most important platform improvement is out of the box support for OSGi modules. Every springframework module is now an OSGi module. This does result in some name changes, so beware when upgrading. Another thing I like a lot is that there is finally officially support for spingframework on websphere. So finally you can do threading and transactions on websphere with support from IBM. The catch? You need websphere 6.0.2.19+ or 6.1.9+.&lt;br /&gt;
&lt;strong&gt;Annotation Configuration&lt;/strong&gt; : more and more xml type of configurations can now be replaced by annotation driven configuration. These annotations can be market standard annotations like @PersistenceUnit or @TransactionAttribute or special spring framework annotations like @Controller and @Autowired. The Test framework is also completely annotation driven. You can switch between junit 3.8, 4.x and TestNG without really making code changes.&lt;br /&gt;
&lt;strong&gt;AspectJ support&lt;/strong&gt; : There is still a lot of proxy based aspects, there is however a new kid on the block. It is called load time weaving. The good part, you can use aspectJ without a change to the jdk your server is running on. There are some buts, have a look at the reference documentation to find out the specifics.&lt;br /&gt;
&lt;br /&gt;
&amp;#65532;After this tough Jürgen presentation I had a presentation about &lt;strong&gt;Ajax integration guide for 2008&lt;/strong&gt;. Nice but not a lot of new things. I did learn about an ajax framework called jQuery. A very nice and lightweight ajax framework. I will an article about jQuery in the future. I did use it for a demo application, more on that later. You can also check the web page of course. &amp;#65532;Another presentation about ajax was actually about JSF or Java Server Faces. If you like the idea of Java Server Faces, then this framework is a must see. The framework is called &lt;strong&gt;icefaces&lt;/strong&gt; and there is a very good integration between icefaces and springframework. Its all looking very sharp and there is a nice petshop implementation with icefaces available.&lt;br /&gt;
&lt;br /&gt;
&amp;#65532;Back to more springframework, well actually it can become more springframework. The next presentation was about &lt;strong&gt;Useful Spring Extensions&lt;/strong&gt;. This presentation is about the spring-modules project, sorry it is renamed to spring extensions. This project has some extensions to the springframework that sometimes become part of the springframework. It has a lot of different modules. There are three modules I want to bring to attention right now:&lt;br /&gt;
&lt;strong&gt;Caching&lt;/strong&gt; - Should be as non intrusive as possible, do not think about caching when creating your business logic. The caching solution as provided by spring extensions is an abstraction of multiple caching solutions. So it is not a caching provider, it integrates with EHCache, JBoss cache, JCS, Gigasoaces and OCache. &lt;br /&gt;
&lt;strong&gt;DB40&lt;/strong&gt; - This is an object database that makes extensive use of the data layer as defined by the springframework. So very good integration with spring. There is a Template and a support class available just like for jdbc, jpa, jms, spring-batch, etc. A very nice way to start experimenting with an object database.&lt;br /&gt;
&lt;strong&gt;Validation&lt;/strong&gt; - Nice integration with validation frameworks like: Commons validator, Valang and Bean Validation. The bean validation is now enhanced with some nice annotations to specify which beans to validate and with what rules.&lt;br /&gt;
&lt;br /&gt;
Another presentation is about &lt;strong&gt;Grails for spring developers&lt;/strong&gt;, I am not going to talk about&amp;#65532; this very long. If you are interested in stuff like ruby on rails, check this out. Without any prior knowledge Allard, Roel and me were able to create a complete application in a few minutes while waiting for the plane. Maybe I will write something about this as well, but the available documentation is already pretty good.&lt;br /&gt;
&lt;br /&gt;
In the past I have done a lot with acegi security, now called Spring-security. Therefore I was curious to find out about the direction of the 2.0 release. So I went to &lt;strong&gt;Whats new in Spring Security 2.0&lt;/strong&gt;. &amp;#65532;It was a nice presentation. The morale can be described in one sentence. More convention, less configuration (if you want). The amount of necessary configuration lines decreased from around 120 to around 20. Not bad is it? Due to the name change all the package names have changed as well. There is the possibility (for backwards compatibillity) to keep using your old configuration, you do need to do a find replace on package names.&lt;br /&gt;
&lt;br /&gt;
Another presentation I attended is &lt;strong&gt;RESTful web services&lt;/strong&gt;. One thing I can tell, this is going to be big according to the springframework people.&lt;br /&gt;
&lt;br /&gt;
The last presentation I would like to mention is the &lt;strong&gt;Spring Dynamic Modules&lt;/strong&gt;. Some of you will think, what no OSGi? Well, they had to change the name of spring-osgi into Spring Dynamic Modules for OSGi(tm) Service Platforms. To be honest, this was the main reason why Allard and me wanted to go to miami. Not the nice weather, not the everglades, not the florida keys. We wanted to learn about the next release of spring dynamic modules. Along the way we got Roel in there as well. Why? Well, OSGi is all about SOA. Yes, so there is a very nice bridge between cool custom development and commercial architectures. When talking about OSGi, you are talking about services. These services come with a certain version, dependencies and visibility. Using a light weight BPM framework (available using the Spring-extension project I mentioned) you can create a very light weight Service Oriented Architecture using components instead of web services. The fact that each component in itself CAN be a web service is not important anymore. This is all very hot and cool technology. Hope to be blogging about this in the future as well.&lt;br /&gt;
&lt;br /&gt;
Concluding, it was a great event, very good talks, good atmosphere. Hope to be there again next year. 
    </content:encoded>

    <pubDate>Sun, 06 Jan 2008 21:20:01 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/73-guid.html</guid>
    
</item>
<item>
    <title>New blog writer</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/63-New-blog-writer.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/63-New-blog-writer.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Today I agreed with Allard buijze (Some of you allready know him due to our &lt;a href=&quot;http://www.osgisamples.com&quot;  title=&quot;osgisamples&quot;&gt;osgisamples&lt;/a&gt; initiative) that he will also write down his knowledge in this blog. So welcome Allard and I hope we will find a lot of interesting posts from you in this blog.&lt;br /&gt;
&lt;br /&gt;
greetz Jettro 
    </content:encoded>

    <pubDate>Fri, 08 Jun 2007 09:08:57 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/63-guid.html</guid>
    
</item>
<item>
    <title>Where have I been</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/60-Where-have-I-been.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/60-Where-have-I-been.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=60</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=60</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Hai All,&lt;br /&gt;
just a short non technical message. It is quiet around this blog. Not that nothing is happening, but it is temporarily happening somewhere else. Together with a colleague of mine I am working on knowledge and samples around OSGi. We are creating a nice sample that proves we can create web service versioning within one application. So we deploy (at runtime) multiple versions of the same component (or bundle) in a way we can set multiple versions of the same web service live. Sounds interesting? Go to our website http://www.osgisamples.com.&lt;br /&gt;
&lt;br /&gt;
see you next time 
    </content:encoded>

    <pubDate>Mon, 02 Apr 2007 23:18:22 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/60-guid.html</guid>
    
</item>
<item>
    <title>Profict Java Summer Camp</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/54-Profict-Java-Summer-Camp.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/54-Profict-Java-Summer-Camp.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=54</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=54</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Yesterday I attended the &lt;a href=&quot;http://www.profict.nl&quot;  title=&quot;profict&quot;&gt;Profict Java Summer Camp&lt;/a&gt;. And what a camp it was. The first surprise was the location, what a nice environment to do your work. In introduction of profict, &quot;&lt;em&gt;we are hiring&lt;/em&gt;&quot;. Then the real camp started. 4 hours head on with &lt;a href=&quot;http://weblogs.java.net/blog/gmurray71/&quot;  title=&quot;http://weblogs.java.net/blog/gmurray71/&quot;&gt;Greg Murray&lt;/a&gt;. Greg is working for more then 10 years with java, mostly for sun. The last years he has been busy with &lt;em&gt;AJAX&lt;/em&gt;. He gave a very enthousiastic talk about a ajax and some frameworks. Just to give you some pointers:&lt;br /&gt;
Dojo framework, jMaki frameowork, ajax blueprints, netbeans. &lt;br /&gt;
He showed a lot of examples, a few I liked very much.&lt;br /&gt;
&lt;a href=&quot;http://www.javaserver.org/jmaki/&quot;  title=&quot;http://www.javaserver.org/jmaki/&quot;&gt;http://www.javaserver.org/jmaki/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://blueprints.dev.java.net/ajax.html&quot;  title=&quot;https://blueprints.dev.java.net/ajax.html&quot;&gt;https://blueprints.dev.java.net/ajax.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.isoma.net/games/goggles.html&quot;  title=&quot;http://www.isoma.net/games/goggles.html&quot;&gt;http://www.isoma.net/games/goggles.html&lt;/a&gt; (Oops not ajax)&lt;br /&gt;
In Brief, a very nice presentation with a lot of information. It could have been a little bit shorter. Some nice pointers to start new research into java&lt;br /&gt;
&lt;br /&gt;
The next presentation was by &lt;a href=&quot;http://bram.jteam.nl/&quot;  title=&quot;Bram smeets&quot;&gt;Bram Smeets&lt;/a&gt; of &lt;a href=&quot;http://www.interface21.com/&quot;  title=&quot;http://www.interface21.com/&quot;&gt;interface21&lt;/a&gt;. We allready know him, read one of the other posts about dwr on my blog. He gave a very good introduction to the powers of dwr and what it can do if you combine it with spring. I guess I allready knew, still, it was interesting to see and hear Bram talk about it and put some stuff into perspective. I am curious about the next step of dwr and the use of spring 2 stuff within DWR.&lt;br /&gt;
&lt;br /&gt;
After the presentations there was a nice barbeque, had some good conversations with Greg, Bram and others. It was a very nice camp, thank you profict. 
    </content:encoded>

    <pubDate>Fri, 25 Aug 2006 07:13:22 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/54-guid.html</guid>
    
</item>
<item>
    <title>Google code</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/53-Google-code.html</link>
            <category>News</category>
            <category>Websites&amp;products</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/53-Google-code.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=53</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Last week I started experimenting with google code. What a simple thing it is. Nice to have a svn repository and have some very small project toolset as well. There is an issue list, you can add developers, have some mailings. No to much, but it is working. From now on you can find my sample code in this location:&lt;br /&gt;
&lt;a href=&quot;http://code.google.com/p/gridshore/&quot;  title=&quot;http://code.google.com/p/gridshore/&quot;&gt;http://code.google.com/p/gridshore/&lt;/a&gt;&lt;br /&gt;
Have a look, and if you find issues, please report them via the tool. 
    </content:encoded>

    <pubDate>Tue, 15 Aug 2006 23:23:16 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/53-guid.html</guid>
    
</item>
<item>
    <title>Doing development with Eclipse</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/50-Doing-development-with-Eclipse.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/50-Doing-development-with-Eclipse.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    By accident I came on this page:&lt;br /&gt;
&lt;a href=&quot;http://www.eclipse.org/callisto/&quot;  title=&quot;http://www.eclipse.org/callisto/&quot;&gt;http://www.eclipse.org/callisto/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I was supprised I never heard of it before, still it seems to be very interesting if you are developing with eclipse. This is a project that is going to release about 10 large projects of eclipse  at the same time. So no dependencies on old versions of other projects. Since I am using eclipse WTP and want to do more with performance testing, this sounds very interesting to me. Now I am using wtp 1.0 and I would like to upgrade. THis should be very easy now. I have to wait about 2 days, then I can have a look at maven integration. I am afraid this is going to be the hardest part I think.&lt;br /&gt;
&lt;br /&gt;
Stay tuned 
    </content:encoded>

    <pubDate>Wed, 28 Jun 2006 21:03:49 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/50-guid.html</guid>
    
</item>
<item>
    <title>Springone was nice</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/48-Springone-was-nice.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/48-Springone-was-nice.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=48</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Last week I have been to the &lt;a href=&quot;http://www.springone.com&quot;  title=&quot;springone&quot;&gt;springone&lt;/a&gt; conference in antwerp (belgium). It was a nice conference with a lot of very good presentations. I heard a lot about domain driven design, aspects and webservices. Not sure what I liked most. The coming weeks I am going to read a lot about aspects. I ordered some books and started using the aspectj library and eclipse ide to check the possibilities. Very nice. &lt;br /&gt;
&lt;br /&gt;
I am also looking into the webservice stuff that spring is providing. After the aspects I want to have a look ar spring webservices project. There should be a release somewhere in august. Curious to see if it can help us on the project I am on at the moment.&lt;br /&gt;
&lt;br /&gt;
A lot of stuff to learn and write about. Be patient, there are some interesting articles coming.&lt;br /&gt;
&lt;br /&gt;
- Eclipse aspectJ and spring opportunities&lt;br /&gt;
- Spring security with acegi update including acegi access control lists&lt;br /&gt;
- Spring webflow quick intro&lt;br /&gt;
- Spring webservices 
    </content:encoded>

    <pubDate>Thu, 22 Jun 2006 07:12:16 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/48-guid.html</guid>
    
</item>
<item>
    <title>Is Gridshore addressing James Dobson statements?</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/34-Is-Gridshore-addressing-James-Dobson-statements.html</link>
            <category>gridshore</category>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/34-Is-Gridshore-addressing-James-Dobson-statements.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Freddie van Rijswijk)</author>
    <content:encoded>
    &lt;br /&gt;
Lots of conventionally-managed software projects do not include reliable execution by deadline, or are on budget, or to all features of the specification; it&#039;s a rare `managed&#039; project that meets even one of these goals, let alone all three. Those projects do not appear to be market conform when it comes to cost, and those projects misses most of the time the ability to adapt to changes in technology and economic context during the project lifetime, either; the open-source community has proven far more effective on that score. &lt;br /&gt;
&lt;br /&gt;
I was wondering if James Dobson &lt;a title=&quot;null&quot; href=&quot;http://blogs.accenture.nl/ConservativeXP/&quot;&gt;statements &lt;/a&gt;could be backed up with our Gridshore thinking which is based upon the Open-Source community process and it can in my opinion. &lt;br /&gt;
&lt;br /&gt;
Lets sharpen the saw by reacting on this post. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.gridshore.nl/blog/index.php?/archives/34-Is-Gridshore-addressing-James-Dobson-statements.html#extended&quot;&gt;Continue reading &quot;Is Gridshore addressing James Dobson statements?&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 19 Nov 2005 18:09:36 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/34-guid.html</guid>
    
</item>
<item>
    <title>JavaPolis 2005</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/33-JavaPolis-2005.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/33-JavaPolis-2005.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Freddie van Rijswijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img width=&quot;110&quot; height=&quot;87&quot; src=&quot;http://www.gridshore.nl/blog/uploads/javapolis.serendipityThumb.gif&quot; style=&quot;border: 0px none ; padding-right: 5px; padding-left: 5px; float: right;&quot; /&gt;&lt;strong&gt;&lt;/strong&gt;JavaPolis 2005 will take place on December 12th untill the 16th 2005 in Antwerp, venue &lt;span class=&quot;nobr&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.javapolis.com/confluence/pages/viewpage.action?pageId=578&quot; title=&quot;Visit page outside Confluence&quot;&gt;MetroPolis&lt;sup&gt;&lt;img width=&quot;7&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;middle&quot; src=&quot;http://www.gridshore.nl/confluence/images/icons/linkext7.gif&quot; class=&quot;rendericon&quot; /&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I will attend with 10 of my Java group. This Blog entry can be used to comment on the JavaPolis.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 19 Nov 2005 17:21:30 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/33-guid.html</guid>
    
</item>
<item>
    <title>JFall 2005</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/32-JFall-2005.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/32-JFall-2005.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Freddie van Rijswijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;img width=&quot;107&quot; height=&quot;110&quot; src=&quot;http://www.gridshore.nl/blog/uploads/jspring_banner-160-animated.serendipityThumb.gif&quot; style=&quot;border: 0px none ; padding-right: 5px; padding-left: 5px;&quot; /&gt;The Dutch Java User Group has organised a succesfull JFall meeting. &lt;/p&gt;&lt;p&gt;I have attended this event with 20 people of my Java Group. And this blog will contain some of their observations.&lt;/p&gt;&lt;p&gt;This is the group attending the conference.&lt;/p&gt;&lt;br /&gt;
&lt;img width=&quot;640&quot; height=&quot;480&quot; src=&quot;http://www.gridshore.nl/blog/uploads/j-fall004.jpg&quot; style=&quot;border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 19 Nov 2005 17:05:43 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/32-guid.html</guid>
    
</item>
<item>
    <title>Who is Freddie van Rijswijk</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/31-Who-is-Freddie-van-Rijswijk.html</link>
            <category>gridshore</category>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/31-Who-is-Freddie-van-Rijswijk.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Freddie van Rijswijk)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;&lt;img width=&quot;134&quot; height=&quot;160&quot; src=&quot;http://www.gridshore.nl/blog/uploads/Freddieklein2.jpg&quot; style=&quot;border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;&quot; /&gt;Freddie van Rijswijk is manager Custom Software Development (J2EE &amp;amp; Web). His main interest is improving people performance and to make their and his life better by looking for ways to be better prepared for the job (education, coaching) and to avoid unnessary traveling. He&#039;s doing this by encourage Continuous Improvement by coaching and education and by applying agile and lean programming principles. The Open-Source Community Model of working his it&#039;s main inspiration.&lt;/p&gt;&lt;p /&gt; &lt;br /&gt;&lt;a href=&quot;http://www.gridshore.nl/blog/index.php?/archives/31-Who-is-Freddie-van-Rijswijk.html#extended&quot;&gt;Continue reading &quot;Who is Freddie van Rijswijk&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 19 Nov 2005 16:22:27 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/31-guid.html</guid>
    
</item>
<item>
    <title>And now there is Google</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/26-And-now-there-is-Google.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/26-And-now-there-is-Google.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    There are people that name their kids Google, I just use there products. This time I have included the google search and adds to my page. There are a number of reasons why I actually have done it:&lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;To see how it works.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Try to earn some money&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;To see which links are presented to you, probably some interesting stuf.&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
If it becomes to annoying I will think about removing it, but the search is handy and the links don&#039;t take to much space. And if there is something interesting why not click it and in the process give me a dime or so.&lt;br /&gt;
&lt;br /&gt;
In the process of doing this I installed the latest release of &lt;a href=&quot;http://www.s9y.org/110.html&quot;  title=&quot;serendipity&quot;&gt;serendipity&lt;/a&gt;. I am now at version 0.9. I have been using it now for about a week and I feel very good about it. So if you do need your own blogging software and want to use an of the shelf opensource product consider this one. Very easy to setup with mysql and php.&lt;br /&gt;
&lt;br /&gt;
greetings Jettro 
    </content:encoded>

    <pubDate>Wed, 02 Nov 2005 13:15:30 +0100</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/26-guid.html</guid>
    
</item>
<item>
    <title>New blog</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/24-New-blog.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/24-New-blog.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    Hi all,&lt;br /&gt;
I have just taken a new blog into production. I was using bblog, but that just did not do the trick for me. Now I am using &lt;a href=&quot;http://www.s9y.org/&quot;&gt;serendipity&lt;/a&gt;. It has a much better admin part, better plugin integration and must of all better spam protection, oke at least it looks like better spam protection. Try out the comments and trackback sections. &lt;br /&gt;
&lt;br /&gt;
Most of all, a good start for a new blog. Hope you like it. I will give a few new articles in the coming days. Among them an improved version of the Spring rss view class, a description of an improved tag library for the acegi security framework. Keep on reading my blog &lt;img src=&quot;http://www.gridshore.nl/blog/templates/gridshore/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
If you subscribed to my rss, you probably need to redo it. The fun part is, you can now subscribe to different categories as well. See the left bar.&lt;br /&gt;
&lt;br /&gt;
greetings Jettro Coenradie 
    </content:encoded>

    <pubDate>Tue, 25 Oct 2005 00:05:08 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/24-guid.html</guid>
    
</item>
<item>
    <title>NLJug, presentation about spring and acegi</title>
    <link>http://www.gridshore.nl/blog/index.php?/archives/4-NLJug,-presentation-about-spring-and-acegi.html</link>
            <category>News</category>
    
    <comments>http://www.gridshore.nl/blog/index.php?/archives/4-NLJug,-presentation-about-spring-and-acegi.html#comments</comments>
    <wfw:comment>http://www.gridshore.nl/blog/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.gridshore.nl/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Jettro Coenradie)</author>
    <content:encoded>
    12 October 2005 I am going to talk about Spring and security on the &lt;a href=&quot;http://www.nljug.org&quot;&gt;nljug&lt;/a&gt;. Of course I am using acegi, but I am going to put it in a wider perspective. I am working on the presentation as well as on a demo that I will give during the presentation. After I have given the presentation I will post a summary here as well. I also opened a project at &lt;a href=&quot;http://www.javaforge.com/&quot;&gt;Javaforge&lt;/a&gt;. Here I have stalled the sources I am going to use for the demo. Don&#039;t tell anyone, or else everyone knows what i am going to talk about. In a while I will produce some installation guide. 
    </content:encoded>

    <pubDate>Fri, 23 Sep 2005 20:53:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.gridshore.nl/blog/index.php?/archives/4-guid.html</guid>
    
</item>

</channel>
</rss>