<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bearparc - Softwareentwicklung und Projektmanagement &#187; Framework</title>
	<atom:link href="http://www.bearparc.info/category/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bearparc.info</link>
	<description>A software development blog for the qualified developer</description>
	<lastBuildDate>Thu, 04 Feb 2010 13:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Semantische Technologien erreichen den Markt</title>
		<link>http://www.bearparc.info/2007/04/30/semantische-technologien-erreichen-den-markt/</link>
		<comments>http://www.bearparc.info/2007/04/30/semantische-technologien-erreichen-den-markt/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 11:21:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/30/semantische-technologien-erreichen-den-markt/</guid>
		<description><![CDATA[der dazugehörige Artikel auf heise-online. Ich habe mir dazu mal, das sagenumwobene RDF Framework angeschaut. Ziemlich primitiv, und für ernsthafte Entwickler keine Herausforderung.]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/30/semantische-technologien-erreichen-den-markt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bringt Spring noch Vorteile gegenüber EJB 3.0 ?</title>
		<link>http://www.bearparc.info/2007/04/29/bringt-spring-noch-vorteile-gegenuber-ejb-30/</link>
		<comments>http://www.bearparc.info/2007/04/29/bringt-spring-noch-vorteile-gegenuber-ejb-30/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 17:23:16 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Business Logic Layer]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[J2ee]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/29/bringt-spring-noch-vorteile-gegenuber-ejb-30/</guid>
		<description><![CDATA[Was ist Spring? Spring ist ein beliebtes, aber nicht standardisiertes open source J2EE-framework. Es baut auf light-weight Komponenten POJOs auf. Unterstützt das Prinzip der Dependency Injection, Aspektorientierten Programmierung (AOP, dadurch können vor allem technische Aspekte wie Security oder Transaktionsmanagement isoliert werden) sowie mehrere standardisierte O/R-Mapper. Spring wird auch oft als Ersatz für EJBs implementiert. Mit [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/29/bringt-spring-noch-vorteile-gegenuber-ejb-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neues in EJB 3.0</title>
		<link>http://www.bearparc.info/2007/04/23/neues-in-ejb-30/</link>
		<comments>http://www.bearparc.info/2007/04/23/neues-in-ejb-30/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 22:58:52 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Business Logic Layer]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[J2ee]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[objektorientiertes Design]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/23/neues-in-ejb-30/</guid>
		<description><![CDATA[Was ändert sich in EJB 3.0 gegenüber EJB 2.x? Metadata Annotations ersetzen Deploymentdescriptoren: Annotations werden mit @ gekennzeichnet z.B. @Stateless, @Remote. Die zugehörigen Java Objects incl. Default-Werte werden beim Kompilieren generiert. Deploymentdescirptoren können jedoch zusätzlich noch optional verwendet werden z.B. um die Default-Werte zu überschreiben. Code Beispiel für dependency injection: @Resource(name="jdbc/OracleDS", resourceType="javax.sql.DataSource") Verwendung von POJO’s [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/23/neues-in-ejb-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TopLink</title>
		<link>http://www.bearparc.info/2007/03/09/toplink/</link>
		<comments>http://www.bearparc.info/2007/03/09/toplink/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 21:11:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/03/09/toplink/</guid>
		<description><![CDATA[1.       What is TopLink? TopLink is thethe industry&#8217;s most advanced object-to-relational persistence framework. It provides a highly flexible and productive mechanism for storing Java objects and Enterprise Java Beans (EJBs) in relational database tables. TopLink offers developers excellent performance and choice, working with: o        any database o        any application server o        any development toolset and [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/03/09/toplink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
