<?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>Techartifact &#187; Java</title>
	<atom:link href="http://www.techartifact.com/blogs/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:01:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JSP EL expression is not evaluated</title>
		<link>http://www.techartifact.com/blogs/2012/01/jsp-el-expression-is-not-evaluated.html</link>
		<comments>http://www.techartifact.com/blogs/2012/01/jsp-el-expression-is-not-evaluated.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:40:09 +0000</pubDate>
		<dc:creator>Java bug</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1454</guid>
		<description><![CDATA[JSP or EL expression is not evaluated. I have seen couple of times JSP directly displaying the el-expression on webpages. It may be because of couple reasons 1) Typo in your jsp. 2) Attributes are not set in reqeust or pageContext. 3) You have not enabled EL expression in your JSP or not enabled in [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/01/jsp-el-expression-is-not-evaluated.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpringMVC example with Maven</title>
		<link>http://www.techartifact.com/blogs/2012/01/springmvc-example-with-maven.html</link>
		<comments>http://www.techartifact.com/blogs/2012/01/springmvc-example-with-maven.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 21:52:41 +0000</pubDate>
		<dc:creator>Java bug</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Cargo]]></category>
		<category><![CDATA[code example]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[SpringMVC]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1423</guid>
		<description><![CDATA[Spring MVC is part of Springframework. It allow us to create application based on MVC design pattern in way that, we can leverage other features of Spring like authentication, ORM, AOP and others. In Spring MVC core component is the DispatcherServlet{link}, It works as front-controller. All request are processed by DispatcherServlet. It is also responbile [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/01/springmvc-example-with-maven.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JSP Life cycle</title>
		<link>http://www.techartifact.com/blogs/2012/01/jsp-life-cycle.html</link>
		<comments>http://www.techartifact.com/blogs/2012/01/jsp-life-cycle.html#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:23:06 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[JSP Life cycle]]></category>
		<category><![CDATA[lifecycle]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1397</guid>
		<description><![CDATA[Life cycle of a JSP page consists of two phases, translation phase and execution phase. Every JSP is a Servlet, a JSP page is translated and compiled into servlet and the resulting servlet handles the request, So life cycle of a JSP page largely depends on the Servlet API. JSP engine does the following 7 [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/01/jsp-life-cycle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servlet lifecycle</title>
		<link>http://www.techartifact.com/blogs/2012/01/servlet-lifecycle.html</link>
		<comments>http://www.techartifact.com/blogs/2012/01/servlet-lifecycle.html#comments</comments>
		<pubDate>Sat, 14 Jan 2012 15:04:54 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[Servlet lifecycle]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1387</guid>
		<description><![CDATA[Servlets are managed by web container.Life cycle defines how servlet is loaded, instantiated and initialized, handles requests from clients and how it is taken out of service.The servlet life cycle methods are defined in the javax.servlet.Servlet interface of the Servlet API that all Servlets must implement directly or indirectly by extending GenericServlet or HttpServlet abstract [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/01/servlet-lifecycle.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Struts Interview Questions</title>
		<link>http://www.techartifact.com/blogs/2011/12/struts-interview-questions.html</link>
		<comments>http://www.techartifact.com/blogs/2011/12/struts-interview-questions.html#comments</comments>
		<pubDate>Mon, 12 Dec 2011 14:57:02 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Interview Question]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Struts]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1369</guid>
		<description><![CDATA[What is Struts? Struts is a web page development framework and an open source software that helps developers build web applications quickly and easily. Struts combines Java Servlets, Java Server Pages, custom tags, and message resources into a unified framework. It is a cooperative, synergistic platform, suitable for development teams, independent developers, and everyone between. [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/12/struts-interview-questions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>List and ArrayList Example:</title>
		<link>http://www.techartifact.com/blogs/2011/12/list-and-arraylist-example.html</link>
		<comments>http://www.techartifact.com/blogs/2011/12/list-and-arraylist-example.html#comments</comments>
		<pubDate>Sun, 11 Dec 2011 17:50:15 +0000</pubDate>
		<dc:creator>jagadeesh</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ArrayList]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[List]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1345</guid>
		<description><![CDATA[List and ArrayList Example: Hi friends this is my first post on core java. I think you know the basics of Collections. I am not explaining basics here. When i am learning java I saw so &#38;nbsp;many sites are giving examples only on Collections to add integer or string or float.&#38;nbsp;Little bit&#38;nbsp;sites only giving example [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/12/list-and-arraylist-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Builder pattern in Java</title>
		<link>http://www.techartifact.com/blogs/2011/12/builder-pattern-in-java.html</link>
		<comments>http://www.techartifact.com/blogs/2011/12/builder-pattern-in-java.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 13:12:09 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Builder]]></category>
		<category><![CDATA[Java design Pattern]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1315</guid>
		<description><![CDATA[Builder falls under the type of creational pattern category. Builder pattern helps us to separate the construction of a complex object from its representation so that the same construction process can create different representations. Builder pattern is useful when the construction of the object is very complex. The main objective is to separate the construction [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/12/builder-pattern-in-java.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three main categories of design patterns?</title>
		<link>http://www.techartifact.com/blogs/2011/11/three-main-categories-of-design-patterns.html</link>
		<comments>http://www.techartifact.com/blogs/2011/11/three-main-categories-of-design-patterns.html#comments</comments>
		<pubDate>Fri, 25 Nov 2011 19:45:47 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Common]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Abstract Factory]]></category>
		<category><![CDATA[Builder]]></category>
		<category><![CDATA[Decorator]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Singleton]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1310</guid>
		<description><![CDATA[There are three basic classifications of patterns Creational, Structural, and Behavioral patterns. Creational Patterns • Abstract Factory:- Creates an instance of several families of classes • Builder: &#8211; Separates object construction from its representation • Factory Method:- Creates an instance of several derived classes • Prototype:- A fully initialized instance to be copied or cloned • Singleton:- A class in [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/11/three-main-categories-of-design-patterns.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Log4J</title>
		<link>http://www.techartifact.com/blogs/2011/11/implementing-log4j.html</link>
		<comments>http://www.techartifact.com/blogs/2011/11/implementing-log4j.html#comments</comments>
		<pubDate>Fri, 25 Nov 2011 01:18:14 +0000</pubDate>
		<dc:creator>mjacob</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[logger]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1297</guid>
		<description><![CDATA[User log4j and commons-logging.jar in the class path. These jar files contain the information for logging set up.Declare the following as a class attribute in the class where you want to implement the logging, say SomeClass.java You would have a sample log4j properties configuration file which you should put in your classpath. Suppose you wanted the [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/11/implementing-log4j.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Factory method pattern in Java</title>
		<link>http://www.techartifact.com/blogs/2011/07/factory-method-pattern-in-java.html</link>
		<comments>http://www.techartifact.com/blogs/2011/07/factory-method-pattern-in-java.html#comments</comments>
		<pubDate>Mon, 25 Jul 2011 13:53:34 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[factory method pattern]]></category>
		<category><![CDATA[Factory method pattern code in java]]></category>
		<category><![CDATA[Factory method pattern example]]></category>
		<category><![CDATA[Factory method pattern in Java]]></category>
		<category><![CDATA[what is Factory method pattern in Java]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1179</guid>
		<description><![CDATA[The factory method pattern is an object-oriented design pattern to implement the concept of factories. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created. The creation of an object often requires complex processes not appropriate to include within a composing [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/07/factory-method-pattern-in-java.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

