<?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>Tweeting Computer and Technology &#187; Remote Method Invocation</title>
	<atom:link href="http://tweetnet.com/tag/remote-method-invocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://tweetnet.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 Jun 2011 09:12:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Java 2 Platform Enterprise Edition</title>
		<link>http://tweetnet.com/smartphone/java-2-platform-enterprise-edition/</link>
		<comments>http://tweetnet.com/smartphone/java-2-platform-enterprise-edition/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 00:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[Code Java]]></category>
		<category><![CDATA[Java 2 Platform]]></category>
		<category><![CDATA[Java Database]]></category>
		<category><![CDATA[Java Enterprise Edition]]></category>
		<category><![CDATA[Java Message Service]]></category>
		<category><![CDATA[Java Platforms]]></category>
		<category><![CDATA[Java Programming Language]]></category>
		<category><![CDATA[Java Remote Method Invocation]]></category>
		<category><![CDATA[Java Rmi]]></category>
		<category><![CDATA[Javaserver Pages]]></category>
		<category><![CDATA[Jdbc Java]]></category>
		<category><![CDATA[Jms Web]]></category>
		<category><![CDATA[Legacy Technologies]]></category>
		<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Programming Language]]></category>
		<category><![CDATA[Oriented Programming Language]]></category>
		<category><![CDATA[Programming Platform]]></category>
		<category><![CDATA[Remote Method Invocation]]></category>
		<category><![CDATA[Sun Microsystem]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://tweetnet.com/?p=145</guid>
		<description><![CDATA[Java is a high level object oriented programming language (similar to C++) developed by Sun Microsystems. The programming language was originally called OAK before Sun Microsystems changed it to Java in 1995. There are three types of Java platforms: Java Standard Edition (Java SE), Java Enterprise Edition (Java EE), and Java Micro Edition (Java ME). [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Java is a high level object oriented programming language (similar to C++) developed by Sun Microsystems. The programming language was originally called OAK before Sun Microsystems changed it to Java in 1995. There are three types of Java platforms: Java Standard Edition (Java SE), Java Enterprise Edition (Java EE), and Java Micro Edition (Java ME). Each of the platforms has their own language version, a set of standard libraries, and a virtual machine to execute the code.</p>
<p style="text-align: justify;">Java 2 Platform, Enterprise Edition, or <a target="_blank" href="http://www.iflexion.com/capabilities/java_j2ee_development.php">j2ee</a> is a popular server programming platform in java programming language. The name of this platform changed to Java EE in version 5, and the newest version is Java EE 6. The difference between Java EE and Java Standard Edition (Java SE) is that Java EE has libraries that give the ability to deploy multi-tier Java software mostly based on modular components that are running on an application server. One of the benefits of Java EE is that it is available for free. It can be downloaded from Sun Microsystem’s website.<span id="more-145"></span></p>
<p style="text-align: justify;">There are several API specifications in Java EE, such as Java Database Connectivity (JDBC), Java Remote Method Invocation (Java RMI), e-mail, Java Message Service (JMS), web services, XML, etc. Java EE also defines how to coordinate them. There are also some specifications that are unique to Java EE components, such as Enterprise JavaBeans (EJB), Connectors, Servlets, Portlets, JavaServer Pages, and some web service technologies.</p>
<p style="text-align: justify;">Java EE enables developers to create enterprise applications that are portable and scalable, and can also be integrated with legacy technologies. Java EE application server can handle transactions, security, scalability, concurrency, and management of the components assigned. This allows developers to concentrate on the business logic of the components instead of the infrastructure and integration. In order to declare that their products are Java EE compliant, developers must meet some performance requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://tweetnet.com/smartphone/java-2-platform-enterprise-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

