<?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>Java Blog Plex by Java Developers &#187; Java</title>
	<atom:link href="http://www.javaplex.com/blog/category/programming/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javaplex.com/blog</link>
	<description>Java Developers Reputation Building Website</description>
	<lastBuildDate>Mon, 08 Feb 2010 07:48:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JetBrain&#8217;s IntelliJ IDEA goes Open Source</title>
		<link>http://www.javaplex.com/blog/jetbrains-intellij-idea-goes-open-source/</link>
		<comments>http://www.javaplex.com/blog/jetbrains-intellij-idea-goes-open-source/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 10:29:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.javaplex.com/blog/?p=183</guid>
		<description><![CDATA[Empowering Java Development, Now Java Developer Community have another leading IDE open sourced. 
JetBrains has announced that, starting with the next release – version 9.0, it will offer its IntelliJ IDEA Java development environment as open source software. IntelliJ IDEA is to become available in two versions;  a free and open source  Community Edition, [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/jetbrains-intellij-idea-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jBPM 4.1 Released with Signavio Integration</title>
		<link>http://www.javaplex.com/blog/jbpm-4-1-released-signavio-integration/</link>
		<comments>http://www.javaplex.com/blog/jbpm-4-1-released-signavio-integration/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:24:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[jbpm]]></category>
		<category><![CDATA[jbpm signavio]]></category>
		<category><![CDATA[jbpm4]]></category>

		<guid isPermaLink="false">http://www.javaplex.com/blog/?p=169</guid>
		<description><![CDATA[On 1st September JBoss released jBPM 4.1 with some extra ordinary features &#38; commitments. The most significant feature add is Signavio and Oryx collaboration that gives the web based BPMN graphical designer.

The web based PDL designer is now implicit part the of jBPM 4.1 package, no need to do anything extra.
Features added are below:

End-to-end demo: [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/jbpm-4-1-released-signavio-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inside String Working in JVM</title>
		<link>http://www.javaplex.com/blog/inside-string-working-in-jvm/</link>
		<comments>http://www.javaplex.com/blog/inside-string-working-in-jvm/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 12:11:19 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java string]]></category>
		<category><![CDATA[java string Literal]]></category>
		<category><![CDATA[string Literal]]></category>

		<guid isPermaLink="false">http://www.javaplex.com/blog/?p=113</guid>
		<description><![CDATA[Java Virtual Machine maintains an internal list of references for interned Strings ( pool of unique Strings) to avoid duplicate String objects in heap memory. Whenever the JVM loads String literal from class file and executes, it checks whether that String exists in the internal list or not. If it already exists in the list, then it  [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/inside-string-working-in-jvm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inside Implementing &amp; Customizing Serialization in Java</title>
		<link>http://www.javaplex.com/blog/inside-implementing-customizing-serialization-in-java/</link>
		<comments>http://www.javaplex.com/blog/inside-implementing-customizing-serialization-in-java/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 11:35:52 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[customizing java serialization]]></category>
		<category><![CDATA[Deserialization]]></category>
		<category><![CDATA[java Deserialization]]></category>
		<category><![CDATA[Java Serialization]]></category>
		<category><![CDATA[Serialization]]></category>

		<guid isPermaLink="false">http://www.javaplex.com/blog/?p=115</guid>
		<description><![CDATA[Implementing serialization in Java is pretty straight forward just a little step task. The class you want to be serialized just have to implements a marker Interface Serializable no override nothing extra work.
The JVM will take care of serialization and deserialization process automatically. Now you can write your object to any persistent technology e.g. database, [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/inside-implementing-customizing-serialization-in-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JSF Richfaces call server side method from client side java script</title>
		<link>http://www.javaplex.com/blog/jsf-richfaces-call-server-side-method-from-client-side-java-script/</link>
		<comments>http://www.javaplex.com/blog/jsf-richfaces-call-server-side-method-from-client-side-java-script/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:21:56 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[jsf richfaces]]></category>
		<category><![CDATA[jsf server client metho]]></category>
		<category><![CDATA[jsf server side method]]></category>
		<category><![CDATA[richfaces server side method]]></category>

		<guid isPermaLink="false">http://www.javaplex.com/blog/?p=69</guid>
		<description><![CDATA[With the most strong JSF + Richfaces framework combination for Java Ajax application, it is very easy to call server side methods from client side java script or call your server side event method from other jsf component easily. Following is the smart &#38; small tip to do this.
&#60;rich:simpletogglepanel label=&#8221;Sample Page&#8221; onexpand=&#8221;buildPage()&#8221;&#62;&#60;/rich:simpletogglepanel&#62;
&#60;a4j:jsfunction name=&#8221;buildPage&#8221; action=&#8221;#{controller.buildAllPage}&#8221; reRendr=&#8221;grid&#8221; [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/jsf-richfaces-call-server-side-method-from-client-side-java-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing JSF Richfaces Applications</title>
		<link>http://www.javaplex.com/blog/optimizing-jsf-richfaces-applications/</link>
		<comments>http://www.javaplex.com/blog/optimizing-jsf-richfaces-applications/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:13:13 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jsf richfaces]]></category>
		<category><![CDATA[jsf richfaces optimization]]></category>
		<category><![CDATA[jsf richfaces performance optimization]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/?p=60</guid>
		<description><![CDATA[JSF RIA based applications with richfaces comes with very common, mature and stable choice. Infact, richfaces is mature enough technology for implementing AJAX, rich user interfaces easily in JSF. I am sharing some of the common best practices for optimizing JSF richfaces application. 
&#60;context-param&#62;
        &#60;param-name&#62;org.ajax4jsf.COMPRESS_SCRIPT&#60;/param-name&#62;
        &#60;param-value&#62;true&#60;/param-value&#62;
&#60;/context-param&#62;
This config will enforce the container to [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/optimizing-jsf-richfaces-applications/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>My SCJP Victory</title>
		<link>http://www.javaplex.com/blog/my-scjp-victory/</link>
		<comments>http://www.javaplex.com/blog/my-scjp-victory/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[scjp]]></category>
		<category><![CDATA[SCJP Victory]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/?p=45</guid>
		<description><![CDATA[These are my SCJP certification kit Sun. I was very happy and exited to receive on of my biggest wish to come true about ever wanted Sun certification. You can see my SCJP certificates + nice visting type card that I can put in my pocket voilet. Now, with the great success and passion with [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/my-scjp-victory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Generating Prime Number</title>
		<link>http://www.javaplex.com/blog/java-generating-prime-number/</link>
		<comments>http://www.javaplex.com/blog/java-generating-prime-number/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 19:07:13 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[generating prime number]]></category>
		<category><![CDATA[generating prime numbers java]]></category>
		<category><![CDATA[java prime number]]></category>
		<category><![CDATA[java prime numbers]]></category>
		<category><![CDATA[prime number]]></category>
		<category><![CDATA[prime numbers]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-generating-prime-number/</guid>
		<description><![CDATA[/*
This class check the prime number between 1 to 1000 and write the prime number.
*/
public class PrimeNumber
{
// This method tests whether a given number is prime or not.
public static boolean isPrime ( int num )
{
boolean prime = true;
int limit = (int) Math.sqrt ( num );
for ( int i = 2; i &#60;= limit; i++ )
{
if [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/java-generating-prime-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java JDBC with using Oracle</title>
		<link>http://www.javaplex.com/blog/java-jdbc-with-using-oracle/</link>
		<comments>http://www.javaplex.com/blog/java-jdbc-with-using-oracle/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:28:02 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java connectin oralce]]></category>
		<category><![CDATA[java jdbc oracle]]></category>
		<category><![CDATA[java oracle]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-jdbc-with-using-oracle/</guid>
		<description><![CDATA[



 
The JDBC is used whenever a Java application should communicate with a relational database for which a JDBC driver exists. JDBC is part of the Java platform standard; all visible classes and interfaces used in the JDBC are placed in package Java 
Main JDBC classes:
Download the Java connecting with Oracle Code, you have to [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/java-jdbc-with-using-oracle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java creating custom Exceptions</title>
		<link>http://www.javaplex.com/blog/java-creating-custom-exceptions/</link>
		<comments>http://www.javaplex.com/blog/java-creating-custom-exceptions/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:16:48 +0000</pubDate>
		<dc:creator>javageek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java custom exception]]></category>
		<category><![CDATA[java user exception]]></category>
		<category><![CDATA[java write your own exception]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-creating-custom-exceptions/</guid>
		<description><![CDATA[Java supports the custom, user defined exception. Java provides the well known and common exception classes and gives freedom for developer to create their own exception classes matching to their specific business logic/role. For example, a user not found exception would be implemented by its own.
Download the Java Source code  for creating user custom exceptions
MyException.java  [...]]]></description>
		<wfw:commentRss>http://www.javaplex.com/blog/java-creating-custom-exceptions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
