<?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>Digital Prank &#187; J2EE</title>
	<atom:link href="http://www.digitalprank.org/category/j2ee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalprank.org</link>
	<description>Digital compendium</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:54:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Experience over Weblogic and Websphere Portal Servers</title>
		<link>http://www.digitalprank.org/experience-over-weblogic-and-websphere-portal-servers/</link>
		<comments>http://www.digitalprank.org/experience-over-weblogic-and-websphere-portal-servers/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 19:47:21 +0000</pubDate>
		<dc:creator>0xff</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Application Server]]></category>
		<category><![CDATA[BEA Weblogic]]></category>
		<category><![CDATA[IBM Websphere]]></category>
		<category><![CDATA[IBM Websphere Portal Server]]></category>
		<category><![CDATA[Portal Server]]></category>
		<category><![CDATA[Weblogic Portal]]></category>
		<category><![CDATA[Weblogic Portal Server]]></category>
		<category><![CDATA[Websphere Portal]]></category>

		<guid isPermaLink="false">http://www.digitalprank.org/experience-over-weblogic-and-websphere-portal-servers/</guid>
		<description><![CDATA[ I am gonna write about my personal experience over the leading vendors of portal servers (BEA Weblogic and IBM Websphere) who exist in the market. I am writing my experience based on Usability, regular portal features like content management, personalization, performance and some important other features like IPC (Inter  Portlet Communication, JSR 168 [...]


Related posts:<ol><li><a href='http://www.digitalprank.org/invoking-an-ejb-deployed-in-was-using-java-client/' rel='bookmark' title='Permanent Link: Invoking an EJB deployed in WAS using Java Client'>Invoking an EJB deployed in WAS using Java Client</a></li><li><a href='http://www.digitalprank.org/online-video-messaging-with-eyejot/' rel='bookmark' title='Permanent Link: Online video messaging with Eyejot'>Online video messaging with Eyejot</a></li></ol>]]></description>
		<wfw:commentRss>http://www.digitalprank.org/experience-over-weblogic-and-websphere-portal-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve Address or Port already in use error in java?</title>
		<link>http://www.digitalprank.org/how-to-solve-address-or-port-already-in-use-error-in-java/</link>
		<comments>http://www.digitalprank.org/how-to-solve-address-or-port-already-in-use-error-in-java/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 13:52:06 +0000</pubDate>
		<dc:creator>0xff</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss Application Server]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<category><![CDATA[Tomcat Sever]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.digitalprank.org/how-to-solve-address-or-port-already-in-use-error-in-java/</guid>
		<description><![CDATA[ java.net.BindException: Address already in use: JVM Bind is one of the most popular error among java developers and guys who do socket  programming in some other language too. But with respect to java this error is much familiar with socket programming and during web development. This error happens for ports 80 (HTTP) , [...]


Related posts:<ol><li><a href='http://www.digitalprank.org/how-to-find-open-ports-in-your-pc/' rel='bookmark' title='Permanent Link: How to find open ports in your PC?'>How to find open ports in your PC?</a></li><li><a href='http://www.digitalprank.org/running-java-program-as-windows-service/' rel='bookmark' title='Permanent Link: Running  java program as Windows service'>Running  java program as Windows service</a></li><li><a href='http://www.digitalprank.org/invoking-an-ejb-deployed-in-was-using-java-client/' rel='bookmark' title='Permanent Link: Invoking an EJB deployed in WAS using Java Client'>Invoking an EJB deployed in WAS using Java Client</a></li></ol>]]></description>
		<wfw:commentRss>http://www.digitalprank.org/how-to-solve-address-or-port-already-in-use-error-in-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find your crappy code</title>
		<link>http://www.digitalprank.org/find-your-crappy-code/</link>
		<comments>http://www.digitalprank.org/find-your-crappy-code/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 10:35:13 +0000</pubDate>
		<dc:creator>0xff</dc:creator>
				<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://www.digitalprank.org/find-your-crappy-code/</guid>
		<description><![CDATA[Coding Standards play a vital role in the development of any software applications and development irrespective of the language that is used to develop the same. Every language whether it can be C, C++ or Java following the coding standards is must for any applications mainly to address bugs, memory leaks, performance issues and scalability. [...]


Related posts:<ol><li><a href='http://www.digitalprank.org/enerjy-for-java/' rel='bookmark' title='Permanent Link: Enerjy for Java'>Enerjy for Java</a></li><li><a href='http://www.digitalprank.org/decompile-java-code-with-cavaj/' rel='bookmark' title='Permanent Link: Decompile java code with Cavaj'>Decompile java code with Cavaj</a></li><li><a href='http://www.digitalprank.org/java-decompilers/' rel='bookmark' title='Permanent Link: Java decompilers'>Java decompilers</a></li></ol>]]></description>
		<wfw:commentRss>http://www.digitalprank.org/find-your-crappy-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java decompilers</title>
		<link>http://www.digitalprank.org/java-decompilers/</link>
		<comments>http://www.digitalprank.org/java-decompilers/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:54:32 +0000</pubDate>
		<dc:creator>0xff</dc:creator>
				<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://www.digitalprank.org/java-decompilers/</guid>
		<description><![CDATA[ The concept reverse engineering led to the invention of decompilers in the world of softwares and programming. Decompilers in java is mainly used to covert the compiled object code back to source. Decompilers often help programmers by helping them to recover the lost code from the compiled binaries. Decompilation of java code or any [...]


Related posts:<ol><li><a href='http://www.digitalprank.org/decompile-java-code-with-cavaj/' rel='bookmark' title='Permanent Link: Decompile java code with Cavaj'>Decompile java code with Cavaj</a></li><li><a href='http://www.digitalprank.org/enerjy-for-java/' rel='bookmark' title='Permanent Link: Enerjy for Java'>Enerjy for Java</a></li><li><a href='http://www.digitalprank.org/optical-character-recognition-in-java/' rel='bookmark' title='Permanent Link: Optical Character Recognition in Java'>Optical Character Recognition in Java</a></li></ol>]]></description>
		<wfw:commentRss>http://www.digitalprank.org/java-decompilers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invoking an EJB deployed in WAS using Java Client</title>
		<link>http://www.digitalprank.org/invoking-an-ejb-deployed-in-was-using-java-client/</link>
		<comments>http://www.digitalprank.org/invoking-an-ejb-deployed-in-was-using-java-client/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 14:08:13 +0000</pubDate>
		<dc:creator>0xff</dc:creator>
				<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://www.digitalprank.org/invoking-an-ejb-deployed-in-was-using-java-client/</guid>
		<description><![CDATA[EJB&#8217;s popularly known as Enterprise Java Beans are one of the state-of-the-art feature of J2EE. EJB&#8217;s are mainly used  for handling transactions, security, providing remote services etc. Even though lot of Object Relational Mapping Frameworks like Hibernate has replaced EJB&#8217;s which is considered to be so heavy in any Enterprise Application. Invoking an EJB [...]


Related posts:<ol><li><a href='http://www.digitalprank.org/running-java-program-as-windows-service/' rel='bookmark' title='Permanent Link: Running  java program as Windows service'>Running  java program as Windows service</a></li><li><a href='http://www.digitalprank.org/jroller-java-blogs-on-the-rise/' rel='bookmark' title='Permanent Link: JRoller &#8211; Java Blogs on the rise!'>JRoller &#8211; Java Blogs on the rise!</a></li><li><a href='http://www.digitalprank.org/decompile-java-code-with-cavaj/' rel='bookmark' title='Permanent Link: Decompile java code with Cavaj'>Decompile java code with Cavaj</a></li></ol>]]></description>
		<wfw:commentRss>http://www.digitalprank.org/invoking-an-ejb-deployed-in-was-using-java-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
