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

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page Spring 
             and everything recently tagged Spring -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Spring on SWiK</title>
        <doap:name>Spring</doap:name>
        <doap:description>&lt;p&gt;Spring is a &lt;a class="wikilink" href="http://swik.net/Java"&gt;Java&lt;/a&gt;/&lt;a class="wikilink" href="http://swik.net/J2EE"&gt;&lt;span class="caps"&gt;J2EE&lt;/span&gt;&lt;/a&gt; application framework that assembles components via configuration files. Spring is an open source project but is developed by engineers with Interface 21, and Spring Framework is a trademark of Interface 21. Spring is supported by a number of companies including &lt;a class="wikilink" href="http://swik.net/Interface21"&gt;Interface21&lt;/a&gt; and &lt;a class="wikilink" href="http://swik.net/SourceLabs"&gt;SourceLabs&lt;/a&gt;, and is covered in SourceLabs &lt;a rel="nofollow" href="http://www.sourcelabs.com"&gt;Self-support Suite for Linux and Open Source Java&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Spring&amp;#8217;s core technical selling point has been the &lt;a class="wikilink" href="http://swik.net/IoC"&gt;Inversion of Control&lt;/a&gt; design idea, where programming is focused on interfaces rather than classes. Spring&amp;#8217;s design comes from the book &lt;a rel="nofollow" href="http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764543857.html"&gt;Expert One-on-One &lt;span class="caps"&gt;J2EE&lt;/span&gt; Design and Development&lt;/a&gt; by &lt;a class="wikilink" href="http://swik.net/Rod-Johnson"&gt;Rod Johnson&lt;/a&gt;.&lt;/p&gt;


	&lt;h2&gt;Mission&lt;/h2&gt;


Spring&amp;#8217;s mission statement as articulated by Interface21 includes these points:
	&lt;ol&gt;
	&lt;li&gt;&lt;span class="caps"&gt;J2EE&lt;/span&gt; should be easier&lt;/li&gt;
		&lt;li&gt;Interfaces &amp;gt; Classes&lt;/li&gt;
		&lt;li&gt;&lt;a class="wikilink" href="http://swik.net/JavaBean"&gt;JavaBeans&lt;/a&gt; are good for configuration&lt;/li&gt;
		&lt;li&gt;&lt;a class="wikilink" href="http://swik.net/OOP"&gt;&lt;span class="caps"&gt;OOP&lt;/span&gt;&lt;/a&gt; &amp;gt; implementation technology (J2EE)&lt;/li&gt;
		&lt;li&gt;Testability is important and should be easier&lt;/li&gt;
		&lt;li&gt;Frameworks shouldn&amp;#8217;t force recoverable exception catching&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;And these direct points about Spring&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;Spring should be a pleasure to use&lt;/li&gt;
		&lt;li&gt;Spring APIs should not be a dependency&lt;/li&gt;
		&lt;li&gt;Spring should not compete with good existing solutions like &lt;a class="wikilink" href="http://swik.net/JDO"&gt;&lt;span class="caps"&gt;JDO&lt;/span&gt;&lt;/a&gt; and &lt;a class="wikilink" href="http://swik.net/Hibernate"&gt;Hibernate&lt;/a&gt;.&lt;/li&gt;
	&lt;/ol&gt;


	&lt;h3&gt;External Links
	&lt;ul&gt;
	&lt;li&gt;&lt;a rel="nofollow" href="http://www.developersbook.com/spring/spring-tutorials/spring-tutorials.php"&gt;Spring tutorial&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.developersbook.com/spring/interview-questions/spring-interview-questions-faqs.php"&gt;Spring FAQs&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.infoq.com/interviews/spring-web-flow-keith-donald"&gt;Introduction to Spring Web Flow&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.developersbook.com/ibatis/iBatis-tutorials/iBatis-tutorials.php"&gt;Spring &amp;#8211; iBatis integration tutorial&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.jarhoo.com/jarhoo/ApplicationContents.do?applicationId=17"&gt;Spring 1.1 locations of jar files in Spring that potentially cause classpath problems&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/h3&gt;


	&lt;p&gt;From Rod Johnson&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a rel="nofollow" href="http://www.theserverside.com/tt/articles/article.tss?l=SpringFramework"&gt;Original introduction to Spring&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.javapolis.com/JP04DVDContent/talks/SpringInAction1/index.html"&gt;Video presentation of Spring&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Reviews of Spring&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a rel="nofollow" href="http://www.developer.com/java/ent/article.php/3496416"&gt;A Spring Jump Start&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.ociweb.com/jnb/jnbOct2004.html"&gt;On the &lt;span class="caps"&gt;MVC&lt;/span&gt; model of Spring&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.devx.com/Java/Article/21665/1954?pf=true"&gt;Spring: creating objects so you don&amp;#8217;t have to&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://www.onjava.com/pub/a/onjava/2005/05/11/spring.html"&gt;5 Things I Love About Spring&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Critiques of Spring&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a rel="nofollow" href="http://floatingpoint.tinou.com/2007/03/a_critique_of_s.html"&gt;a critique of spring, and the abuse of the spring framework&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a rel="nofollow" href="http://crazybob.org/2006/01/i-dont-get-spring.html"&gt;I don&amp;#8217;t get spring&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
</doap:description>
        <description>Spring is a Java/J2EE application framework that assembles components via configuration files. Spring is an open source project but is developed by engineers with Interface 21, and Spring Framework is a trademark of Interface 21. Spring is supported by a number of companies including Interface21 and SourceLabs, and is covered in SourceLabs Self-support Suite for Linux and Open Source Java


	Spring&amp;#8217;s core technical selling point has been the Inversion of Control design idea, where programm</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/Spring</link>
        <doap:homepage>http://www.springframework.org/</doap:homepage>
                <category>Spring</category>
        <category>IoC</category>
        <category>Java</category>
        <category>SourceLabs</category>
        <category>Rod-Johnson</category>
        <category>License:ASF2.0</category>
        <category>tag4sree</category>

        <pubDate>Thu, 12 May 2005 12:11:51 -0700</pubDate>
        <lastBuildDate>Thu, 08 May 2008 14:39:23 -0700</lastBuildDate>
            
        <item>
            <title>Getting Further with Spring RCP | Javalobby</title>
            <link>http://swik.net/RCP/RCP+bookmarks+from+del.icio.us/Getting+Further+with+Spring+RCP+%7C+Javalobby/b89g2</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 07:51:12 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Rich Client - Part 2 | Javalobby</title>
            <link>http://swik.net/RCP/RCP+bookmarks+from+del.icio.us/Spring+Rich+Client+-+Part+2+%7C+Javalobby/b89g1</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 07:51:12 -0700</pubDate>
        </item>
            
        <item>
            <title>Getting Further with Spring RCP | NetBeans Zone</title>
            <link>http://swik.net/RCP/RCP+bookmarks+from+del.icio.us/Getting+Further+with+Spring+RCP+%7C+NetBeans+Zone/b89g0</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 07:51:12 -0700</pubDate>
        </item>
            
        <item>
            <title>Struts 2 + Spring 2 + JPA + AJAX</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Struts+2+%2B+Spring+2+%2B+JPA+%2B+AJAX/b89ck</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 07:47:30 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring and Hibernate, Simplify the DAO layer - Unruly Rambling</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Spring+and+Hibernate%2C+Simplify+the+DAO+layer+-+Unruly+Rambling/b89cj</link>
            <description>http://www.ericburke.com/blog/2004/11/hibernate-and-java-5.html</description>
            
            <pubDate>Fri, 04 Jul 2008 07:47:29 -0700</pubDate>
        </item>
            
        <item>
            <title>Using Spring MVC - AppFuse 2 - Confluence</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Using+Spring+MVC+-+AppFuse+2+-+Confluence/b88v7</link>
            <description>&amp;lt;bean id=&amp;quot;personController&amp;quot; class=&amp;quot;org.appfuse.tutorial.webapp.controller.PersonController&amp;quot;&amp;gt; &amp;lt;property name=&amp;quot;personManager&amp;quot; ref=&amp;quot;personManager&amp;quot;/&amp;gt; &amp;lt;/bean&amp;gt;</description>
            
            <pubDate>Fri, 04 Jul 2008 04:51:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Home - SpringOne 2008 - SpringOne 2006</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Home+-+SpringOne+2008+-+SpringOne+2006/b88v6</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 04:51:27 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring-Loaded</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Spring-Loaded/b88v3</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 04:51:27 -0700</pubDate>
        </item>
            
        <item>
            <title>pagingappfuse - Google Code</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/pagingappfuse+-+Google+Code/b88sg</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 04:47:44 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Dynamic Modules 1.1.0 Released</title>
            <link>http://swik.net/Spring/Spring+Framework+News/Spring+Dynamic+Modules+1.1.0+Released/b88q5</link>
            <description>Dear Spring community,&lt;br/&gt;
I&#039;m pleased to announce that Spring Dynamic Modules for OSGi(tm)
Service Platforms (formerly known as Spring OSGi) 1.1.0 final has been
released.&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=73357&amp;amp;package_id=227224&amp;amp;release_id=611253&quot;&gt;Downloads&lt;/a&gt; | &lt;a href=&quot;http://static.springframework.org/osgi/docs/1.1.0/api/&quot;&gt;JavaDocs&lt;/a&gt; | &lt;a href=&quot;http://static.springframework.org/osgi/docs/1.1.0/reference/html/&quot;&gt;Reference Documentation&lt;/a&gt; | &lt;a href=&quot;http://static.springframework.org/osgi/docs/1.1.0/reference/html/faq.html&quot;&gt;FAQ&lt;/a&gt; | &lt;a href=&quot;http://static.springframework.org/osgi/docs/1.1.0/changelog.txt&quot;&gt;Changelog&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
The new 1.1.x series introduces several new features over the 1.0.x branch, such as:&lt;br/&gt;
&lt;p&gt;&lt;a href=&quot;http://www.springframework.org/node/704&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
            
            <pubDate>Fri, 04 Jul 2008 04:41:28 -0700</pubDate>
        </item>
            
        <item>
            <title>spring-osgi 1.1.0 released (Fri, 04 Jul 2008 10:54:49 GMT)</title>
            <link>http://swik.net/Spring/File+Releases/spring-osgi+1.1.0+released+%28Fri%2C+04+Jul+2008+10%3A54%3A49+GMT%29/b88q4</link>
            <description>&lt;br/&gt;Released at Fri, 04 Jul 2008 10:54:49 GMT by costin_leau&lt;br/&gt;Includes files: spring-osgi-1.1.0-with-dependencies.zip (13888311 bytes, 0 downloads to date), spring-osgi-1.1.0.zip (5014176 bytes, 0 downloads to date)&lt;br/&gt;&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=73357&amp;package_id=227224&amp;release_id=611253&quot;&gt;[Download]&lt;/a&gt; &lt;a href=&quot;http://sourceforge.net/project/shownotes.php?release_id=611253&quot;&gt;[Release Notes]&lt;/a&gt;</description>
            
            <pubDate>Fri, 04 Jul 2008 04:41:25 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Web Flow 2.0 - Asociación javaHispano</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Spring+Web+Flow+2.0+-+Asociaci%C3%B3n+javaHispano/b88pd</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 03:51:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Web Flow Examined</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Spring+Web+Flow+Examined/b88pc</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 03:51:22 -0700</pubDate>
        </item>
            
        <item>
            <title>Ajaxian &quot; Spring WebFlow 2.0; JavaScript Module Released</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/Ajaxian+%22+Spring+WebFlow+2.0%3B+JavaScript+Module+Released/b88o9</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 03:51:21 -0700</pubDate>
        </item>
            
        <item>
            <title>MyEclipse Hibernate and Spring Tutorial</title>
            <link>http://swik.net/Eclipse/del.icio.us%2Ftag%2Feclipse/MyEclipse+Hibernate+and+Spring+Tutorial/b88o2</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 03:51:00 -0700</pubDate>
        </item>
            
        <item>
            <title>MyEclipse Hibernate and Spring Tutorial</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/MyEclipse+Hibernate+and+Spring+Tutorial/b88lc</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 03:46:20 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Rich Client - Part 2 | Javalobby</title>
            <link>http://swik.net/RCP/RCP+bookmarks+from+del.icio.us/Spring+Rich+Client+-+Part+2+%7C+Javalobby/b88h5</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 02:51:18 -0700</pubDate>
        </item>
            
        <item>
            <title>Ext + Java + Spring + DWR - Ext JS Forums</title>
            <link>http://swik.net/DWR/del.icio.us%2Ftag%2Fdwr/Ext+%2B+Java+%2B+Spring+%2B+DWR+-+Ext+JS+Forums/b88g4</link>
            <description>Forgive my ignorance on this, I&#039;m yet to even try using Ext in any meaningful way - especially Grids.</description>
            
            <pubDate>Fri, 04 Jul 2008 02:49:25 -0700</pubDate>
        </item>
            
        <item>
            <title>Getting Further with Spring RCP | Javalobby</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fsubscriptions%2Fjey/Getting+Further+with+Spring+RCP+%7C+Javalobby/b88a7</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 01:53:21 -0700</pubDate>
        </item>
            
        <item>
            <title>Spring Rich Client - Part 2 | Javalobby</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fsubscriptions%2Fjey/Spring+Rich+Client+-+Part+2+%7C+Javalobby/b88a5</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 01:53:20 -0700</pubDate>
        </item>
            
        <item>
            <title>InfoQ: Enterprise Batch Processing with Spring</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/InfoQ%3A+Enterprise+Batch+Processing+with+Spring/b88aj</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 01:53:14 -0700</pubDate>
        </item>
            
        <item>
            <title>The 90th percentile: JPA with Hibernate and Spring: Fucking Cool(tm)</title>
            <link>http://swik.net/Spring/del.icio.us%2Ftag%2FSpringFramework/The+90th+percentile%3A+JPA+with+Hibernate+and+Spring%3A+Fucking+Cool%28tm%29/b88ai</link>
            <description></description>
            
            <pubDate>Fri, 04 Jul 2008 01:53:13 -0700</pubDate>
        </item>
            
        <item>
            <title>cooking tips and techniques</title>
            <link>http://swik.net/User:chefspencil/cooking+tips+and+techniques</link>
            <description>&lt;p&gt;Chef&amp;#8217;s Pencil is an online cookbook offering a variety of Free Gourmet Chef Recipes, cooking tips and techniques. So what are you Wating for just visit our online cookbook and get cook finger licking recipes.&lt;/p&gt;
</description>
                        <category>Spring</category>
            <category>chef,</category>
            <category>techniques,</category>
            <category>cooking,</category>
            <category>recipe,</category>
            <category>recipes,</category>
            <category>Online</category>
            <category>free</category>
            <category>food</category>
            <category>cookbook,</category>

            <pubDate>Thu, 03 Jul 2008 22:51:00 -0700</pubDate>
        </item>
            
        <item>
            <title>Sécuriser une application avec ACEGI</title>
            <link>http://swik.net/Acegi/del.icio.us+tag%2Facegi/S%C3%A9curiser+une+application+avec+ACEGI/b87us</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 20:47:42 -0700</pubDate>
        </item>
            
        <item>
            <title>Seam, Spring and jBPM integration HowTo at CodingClues</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Seam%2C+Spring+and+jBPM+integration+HowTo+at+CodingClues/b87ua</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 20:46:12 -0700</pubDate>
        </item>
            
        <item>
            <title>CRUD avec Spring, JSF et Hibernate</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/CRUD+avec+Spring%2C+JSF+et+Hibernate/b87t9</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 20:46:12 -0700</pubDate>
        </item>
            
        <item>
            <title>Enterprise Technical Architecture</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Enterprise+Technical+Architecture/b87ok</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 19:46:24 -0700</pubDate>
        </item>
            
        <item>
            <title>Integração: Spring e Hibernate :: JavaFree</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Integra%C3%A7%C3%A3o%3A+Spring+e+Hibernate+%3A%3A+JavaFree/b87oi</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 19:46:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Zabada Technology: Spring And Hibernate</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Zabada+Technology%3A+Spring+And+Hibernate/b87oh</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 19:46:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Devmedia - Java Magazine - Spring 2, JPA e Hibernate – Parte I</title>
            <link>http://swik.net/Hibernate/del.icio.us+tag%2Fhibernate/Devmedia+-+Java+Magazine+-+Spring+2%2C+JPA+e+Hibernate+%E2%80%93+Parte+I/b87og</link>
            <description></description>
            
            <pubDate>Thu, 03 Jul 2008 19:46:23 -0700</pubDate>
        </item>
                </channel>
</rss>
