<?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; Application Server</title>
	<atom:link href="http://www.bearparc.info/category/application-server/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>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>XML HTTP Request Objects</title>
		<link>http://www.bearparc.info/2007/04/23/xml-http-request-objects/</link>
		<comments>http://www.bearparc.info/2007/04/23/xml-http-request-objects/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 21:46:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Liferay]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/23/xml-http-request-objects/</guid>
		<description><![CDATA[Warum das XML HTTP Request object? Obwohl das Object XML HTTP Request object heißt, kann man jede Art von request bzw. jede Art von Dokument senden. Erzeugen des Objekts Im Internet Explorer, durch new ActiveXObject("Msxml2.XMLHTTP") oder new ActiveXObject("Microsoft.XMLHTTP"). Im Mozilla new XMLHttpRequest() Code beispiel: var xmlhttp=false; /*@cc_on @*/ /*@if (@_jscript_version &#62;= 5) // JScript gives us Conditional compilation, we [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/23/xml-http-request-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webservices</title>
		<link>http://www.bearparc.info/2007/04/23/webservices/</link>
		<comments>http://www.bearparc.info/2007/04/23/webservices/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 20:54:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[J2ee]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/23/webservices/</guid>
		<description><![CDATA[Ansatz zur Umsetzung einer SOA. Definition vom W3C:&#8220;A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP-messages, typically conveyed using HTTP with [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/23/webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POJO</title>
		<link>http://www.bearparc.info/2007/04/23/pojo/</link>
		<comments>http://www.bearparc.info/2007/04/23/pojo/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 20:32:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Business Logic Layer]]></category>
		<category><![CDATA[J2ee]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Liferay]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/23/pojo/</guid>
		<description><![CDATA[Plain old Java Object, mit POJO&#8217;s baut man das Domain Model auf, ohne umfangreiche Konventionen wie bei Entity Beans einhalten zu müssen. Man konzentriert sich auf die fachlichen Aspekte (Rich Domain Model), so daß in der Session-Beans nur noch Transaction-Handling Security Pooling &#8211; Skalierbarkeitsaspekt vorhanden sind. Auch diese lassen sich per AOP deklarativ in POJOs beschreiben. In einer Architektur [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/23/pojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMS &#8211; Java message service Funktionsweise und Beispiele</title>
		<link>http://www.bearparc.info/2007/04/05/jms-java-message-service-funktionsweise-und-beispiele/</link>
		<comments>http://www.bearparc.info/2007/04/05/jms-java-message-service-funktionsweise-und-beispiele/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 16:01:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[J2ee]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/05/jms-java-message-service-funktionsweise-und-beispiele/</guid>
		<description><![CDATA[Java Message Service (JMS) ist ein API für den Austausch von Nachrichten zwischen zwei oder mehr Clients, die in der Programmiersprache Java geschrieben sind. Die API und der zugehörige Dienst unterstützten zwei unterschiedliche Ansätze zum Versenden von Nachrichten, zum einen die Nachrichtenschlangen (Message Queues) und zum anderen ein Anmelde-Versendesystem (Publish-Subscribe). Für die Anwendung braucht man [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/05/jms-java-message-service-funktionsweise-und-beispiele/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J2EE Connector Architecture</title>
		<link>http://www.bearparc.info/2007/04/03/j2ee-connector-architecture/</link>
		<comments>http://www.bearparc.info/2007/04/03/j2ee-connector-architecture/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 13:15:18 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/04/03/j2ee-connector-architecture/</guid>
		<description><![CDATA[The J2EE Connector Architecture adds simplified Enterprise Information System (EIS) integration to the J2EE platform. It provides a Java solution to the problem of connectivity between the multitude of application servers and EISes. By using the Connector Architecture, it is no longer necessary for EIS vendors to customize their product for each application server. By [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/04/03/j2ee-connector-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDBC</title>
		<link>http://www.bearparc.info/2007/03/31/jdbc/</link>
		<comments>http://www.bearparc.info/2007/03/31/jdbc/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 10:32:49 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/03/31/jdbc/</guid>
		<description><![CDATA[Java Database Connectivity (JDBC) provides access to backend database resources. Java applications access JDBC using a JDBC driver, which is a database vendor-specific interface for a database server. Although any Java application can load a vendor&#8217;s JDBC driver, connect to the database, and perform database operations, WebLogic Server provides a significant performance advantage by offering [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/03/31/jdbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JNDI</title>
		<link>http://www.bearparc.info/2007/03/30/jndi/</link>
		<comments>http://www.bearparc.info/2007/03/30/jndi/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 10:31:41 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/03/30/jndi/</guid>
		<description><![CDATA[The Java Naming and Directory Interface (JNDI) is a standard Java API that enables applications to look up an object by name. WebLogic Server or a user application binds the Java objects it serves to a name in a naming tree. An application can look up objects, such as RMI objects, Enterprise JavaBeans, JMS Queues [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/03/30/jndi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL</title>
		<link>http://www.bearparc.info/2007/03/29/ssl/</link>
		<comments>http://www.bearparc.info/2007/03/29/ssl/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 10:27:48 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/03/29/ssl/</guid>
		<description><![CDATA[Data exchanged with the HTTP and T3 protocols can be encrypted with the Secure Sockets Layer (SSL) protocol. Using SSL assures the client that it has connected with an authenticated server and that data transmitted over the network is private. SSL uses public key encryption. Public key encryption requires you to produce identity and trust [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/03/29/ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
