<?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; Vinay</title>
	<atom:link href="http://www.techartifact.com/blogs/author/vinay/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>Oracle ADF &#124; Master Detail Detail Tables</title>
		<link>http://www.techartifact.com/blogs/2012/02/oracle-adf-master-detail-detail-tables.html</link>
		<comments>http://www.techartifact.com/blogs/2012/02/oracle-adf-master-detail-detail-tables.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:57:53 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Master Detail]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1471</guid>
		<description><![CDATA[Today i will show how to create simple master detail form in ADF which would help people coming from 4GL (Forms Developer) technology to ADF. Source &#8211; http://www.fireboxtraining.com]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/02/oracle-adf-master-detail-detail-tables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically access a view criteria</title>
		<link>http://www.techartifact.com/blogs/2012/02/programmatically-access-a-view-criteria.html</link>
		<comments>http://www.techartifact.com/blogs/2012/02/programmatically-access-a-view-criteria.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:10:47 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[view criteria]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1468</guid>
		<description><![CDATA[Programmatically access a view criteria Source -ADFInsiderEssentials -Oracle]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/02/programmatically-access-a-view-criteria.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing Data within a Task Flow</title>
		<link>http://www.techartifact.com/blogs/2012/02/passing-data-within-a-task-flow.html</link>
		<comments>http://www.techartifact.com/blogs/2012/02/passing-data-within-a-task-flow.html#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:04:55 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle ADF]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Parameter]]></category>
		<category><![CDATA[Task flow]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1461</guid>
		<description><![CDATA[Passing Data within a Task Flow - It is a common use case to pass parameters from ADF Task Flow with fragments into another ADF Task Flow without fragments.f the bounded task flows referenced by ADF regions share the data control scope and the transaction &#8211; we can access parameter directly through Expression Language. If [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/02/passing-data-within-a-task-flow.html/feed</wfw:commentRss>
		<slash:comments>0</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>How HashMap work in Java</title>
		<link>http://www.techartifact.com/blogs/2012/01/how-hashmap-work-in-java.html</link>
		<comments>http://www.techartifact.com/blogs/2012/01/how-hashmap-work-in-java.html#comments</comments>
		<pubDate>Mon, 16 Jan 2012 13:30:56 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Hashmap architecture]]></category>
		<category><![CDATA[HashMap in Java]]></category>
		<category><![CDATA[How HashMap work in Java]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1412</guid>
		<description><![CDATA[“Hash Map is a Hash table based implementation of the Map interface. This implementation provides all of the optional map operations, and permits null values and the null key. (The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls.) This class makes no guarantees as to the order of [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2012/01/how-hashmap-work-in-java.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>Shallow copy and deep copy in prototype patterns?</title>
		<link>http://www.techartifact.com/blogs/2011/12/shallow-copy-and-deep-copy-in-prototype-patterns.html</link>
		<comments>http://www.techartifact.com/blogs/2011/12/shallow-copy-and-deep-copy-in-prototype-patterns.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 13:46:53 +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[deep copy]]></category>
		<category><![CDATA[Java design Pattern]]></category>
		<category><![CDATA[prototype pattern]]></category>
		<category><![CDATA[Shallow copy]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1321</guid>
		<description><![CDATA[There are two types of cloning for prototype patterns. One is the shallow cloning which you have just read in the first question. In shallow copy only that object is cloned, any objects containing in that object is not cloned. For instance consider the figure ‘Deep cloning in action’ we have a customer class and [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/12/shallow-copy-and-deep-copy-in-prototype-patterns.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>
	</channel>
</rss>

