<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog from an ATG Developer</title>
	<atom:link href="http://atgdeveloper.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://atgdeveloper.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 05 Oct 2010 21:26:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='atgdeveloper.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Blog from an ATG Developer</title>
		<link>http://atgdeveloper.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://atgdeveloper.wordpress.com/osd.xml" title="Blog from an ATG Developer" />
	<atom:link rel='hub' href='http://atgdeveloper.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Pipeline Error</title>
		<link>http://atgdeveloper.wordpress.com/2010/05/24/pipeline-error/</link>
		<comments>http://atgdeveloper.wordpress.com/2010/05/24/pipeline-error/#comments</comments>
		<pubDate>Mon, 24 May 2010 00:51:35 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[ATG]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=130</guid>
		<description><![CDATA[I was trying to add new link to one of the chains inmcommerce pipeline. I created a properties file for the component(link), then added a java file by implementing the PipelineProcessor. Added the new link in the commercepipeline.xml in the the required space. I did a build and restarted my jboss server. while starting up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=130&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to add new link to one of the chains inmcommerce pipeline.<br />
I created a properties file for the component(link), then added a java file by implementing the PipelineProcessor. Added the new link in the commercepipeline.xml in the the required space. I did a build and restarted my jboss server. while starting up the server, I was seeing an error in the console about the pipeline issue. I was getting the following error.</p>
<p><em>19:31:51,750 INFO  [PipelineManager] Starting PipelineManager.<br />
19:31:52,390 INFO  [STDOUT] **** Error<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] 1274661112390<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] /<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] Unable to resolve component /atg/commerce/PipelineManager<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] java.lang.NullPointerException<br />
19:31:52,390 INFO  [STDOUT] **** Error<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] 1274661112390<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] /<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT]     at atg.service.pipeline.PipelineBuilder.build(PipelineBuilder.java:284)</p>
<p>19:31:52,390 INFO  [STDOUT] **** Error<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] 1274661112390<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] /<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT]     at atg.service.pipeline.PipelineManager.createFromXML(PipelineManager.java:352)</p>
<p>19:31:52,390 INFO  [STDOUT] **** Error<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] 1274661112390<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] /<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT]     at atg.service.pipeline.PipelineManager.doStartService(PipelineManager.java:273)</p>
<p>19:31:52,390 INFO  [STDOUT] **** Error<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] 1274661112390<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT] /<br />
19:31:52,390 INFO  [STDOUT]<br />
19:31:52,390 INFO  [STDOUT]     at atg.nucleus.GenericService.startService(GenericService.java:496)</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT]     at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1371)</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT]     at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1133)</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT]     at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT]     at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT]     at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] &#8230;.stack trace CROPPED after 10 lines.</p>
<p>19:31:52,406 INFO  [STDOUT] **** Error<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] 1274661112390<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,406 INFO  [STDOUT] /<br />
19:31:52,406 INFO  [STDOUT]<br />
19:31:52,484 INFO  [ItemPricingEngine] Pricing Engine starting up<br />
19:31:52,546 INFO  [STDOUT] **** Error<br />
19:31:52,546 INFO  [STDOUT]<br />
19:31:52,546 INFO  [STDOUT] Sun May 23 19:31:52 CDT 2010<br />
19:31:52,546 INFO  [STDOUT]<br />
19:31:52,546 INFO  [STDOUT] 1274661112546<br />
19:31:52,546 INFO  [STDOUT]<br />
19:31:52,546 INFO  [STDOUT] /<br />
19:31:52,546 INFO  [STDOUT]<br />
19:31:52,546 INFO  [STDOUT] Unable to set configured property &#8220;/atg/commerce/order/OrderTools.pipelineManager&#8221; atg.nucleus.ConfigurationException: Unable to resolve component /atg/commerce/PipelineManager</em></p>
<p>I could not understand the problem. I was concentrating more at the xml expecting some typos or some &#8220;xml-combine&#8221; issues. I had many unsuccessful attempts to rectify the problem.  Finally I wanted to check the java file. I used Eclipse&#8217;s new class wizard to create the new class for the pipleline &#8220;link&#8221; component. In the wizard we can specify the interfaces and super class from which the new class implements and extends respectively. We have to implement two of the methods in order to extend the &#8220;PipelineProcessor&#8221; interface.<br />
1. getRetCodes()<br />
2. runProcess(Object arg0, PipelineResult arg1)</p>
<p>So by default, Eclipse gave me a default method body for these two methods and my getRetCodes() method looked like the following.</p>
<p>	public int[] getRetCodes() {<br />
		return null;<br />
	}</p>
<p>I changed the method to the following.</p>
<p>	public int[] getRetCodes() {<br />
		int[] ret = { 1 };<br />
		return ret;<br />
	}</p>
<p>Surprisingly that solved the issue. I was fuming my eyes and brain on this issue for quite some time. So please make sure that you give proper implementation to the overriding methods.I hope somebody would benefit from this post.</p>
<p>Cheers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=130&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2010/05/24/pipeline-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>New Complete Project</title>
		<link>http://atgdeveloper.wordpress.com/2010/04/24/new-complete-project/</link>
		<comments>http://atgdeveloper.wordpress.com/2010/04/24/new-complete-project/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 12:26:18 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[ATG]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=127</guid>
		<description><![CDATA[This time, I would like to share a POC I had done for one of my clients in ATG9.0. This module has been modified to remove all the client requirements. Now this is the Eclipse project. You can directly import it to the Eclipse IDE. You can do a complete checkout without log in and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=127&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This time, I would like to share a POC I had done for one of my clients in ATG9.0. This module has been modified to remove all the client requirements. Now this  is the Eclipse project. You can directly import it to the Eclipse IDE. You can do a complete checkout without log in and the order will be persisted even for anonymous profile without completing the order. I have not added any profile related functionality concentrating more on the commerce side. Hope it helps. </p>
<p>Version: ATG 9.0<br />
Type: Ecommerce<br />
Database: Oracle<br />
App Server: jBoss<br />
IDE : Eclipse<br />
Java version : 1.5</p>
<p>To set up, please modify the build.properties, username.properties and you system environment variables to specify the settings. Please create a new server instance in jboss copying the default folder. Build the application. Once you are done with the build copy the oracle-ds.xml file to deploy folder and oracle jdbc driver to the server lib folder. </p>
<p>Please let me know your thoughts on this. Meanwhile I will continue adding features into it.<br />
Thanks for reading. </p>
<p><a href="http://www.4shared.com/file/HgVJccLC/POC.html">Download it here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=127&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2010/04/24/new-complete-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>Deleting items in a Map</title>
		<link>http://atgdeveloper.wordpress.com/2009/06/24/deleting-items-in-a-map/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/06/24/deleting-items-in-a-map/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 10:47:54 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[Map]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=125</guid>
		<description><![CDATA[Suppose we want to delete some items from a map based on indices, which is passed as an array. We can&#8217;t delete them by iterating through the array, because each time when we delete an item, the hash map shrinks by one. So the new index will be different from what we expect. We can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=125&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Suppose we want to delete some items from a map based on indices, which is passed as an array. We can&#8217;t delete them by iterating through the array, because each time when we delete an item, the hash map shrinks by one. So the new index will be different from what we expect. We can use the following code to perform the operation without any delays.</p>
<p>public void deleteItemFromMap(String[]  indexArray){<br />
		List beanList = getMap();<br />
		MyBean myBean = null;</p>
<p>		int index = 0;<br />
		int newIndex;</p>
<p>		if(indexArray!=null){<br />
			for (String indexString : indexArray) {<br />
			        newIndex = Integer.parseInt(indexString) &#8211; index;<br />
				myBean = beanList.remove(newIndex);<br />
				if(null != myBean){<br />
					index = index + 1;<br />
				}<br />
			}<br />
		}</p>
<p>	}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=125&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/06/24/deleting-items-in-a-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>A very good Java Decompiler</title>
		<link>http://atgdeveloper.wordpress.com/2009/06/08/a-very-good-java-decompiler/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/06/08/a-very-good-java-decompiler/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 12:25:32 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[Decompiler]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse plugins]]></category>
		<category><![CDATA[java decompiler]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=118</guid>
		<description><![CDATA[JD&#124;Java Decompiler is one of the best decompiler I have used. Visit them here. This can be used as a stand alone application as well as an eclipse plugin. This works like achieve application in case of of jar files. The site url to be used is http://java.decompiler.free.fr/jd-eclipse/update Need help in installing it in MyEclipse?. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=118&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JD|Java Decompiler is one of the best decompiler I have used. Visit them <a href="http://java.decompiler.free.fr/">here</a>.</p>
<p>This can be used as a stand alone application as well as an eclipse plugin. This works like achieve application in case of of jar files.<br />
The site url to be used is <a href="http://java.decompiler.free.fr/jd-eclipse/update">http://java.decompiler.free.fr/jd-eclipse/update</a></p>
<p>Need help in installing it in MyEclipse?. Download the word(docx) file <a href="http://www.4shared.com/file/110576330/e1d94b28/JD_Eclipse.html">here</a>.</p>
<p>Give it a shot.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=118&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/06/08/a-very-good-java-decompiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>White Space problem in ATG Application</title>
		<link>http://atgdeveloper.wordpress.com/2009/05/22/white-space-problem-in-atg-application/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/05/22/white-space-problem-in-atg-application/#comments</comments>
		<pubDate>Fri, 22 May 2009 09:11:51 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[ATG]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[dsp]]></category>
		<category><![CDATA[dspel]]></category>
		<category><![CDATA[white space]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=107</guid>
		<description><![CDATA[We had an issue in one of the previous projects. The problem is that the html page getting generated has more white spaces and the resulting html size is too much. We can avoid this thing by modifying the deployment descriptor. &#60;init-param&#62; &#60;param-name&#62;trimSpaces&#60;/param-name&#62; &#60;param-value&#62;true&#60;/param-value&#62; &#60;/init-param&#62; Also we can use the following pattern to reduce white [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=107&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We had an issue in one of the previous projects. The problem is that the html page getting generated has more white spaces and the resulting html size is too much. We can avoid this thing by modifying the deployment descriptor.</p>
<p>&lt;init-param&gt;<br />
        &lt;param-name&gt;trimSpaces&lt;/param-name&gt;<br />
        &lt;param-value&gt;true&lt;/param-value&gt;<br />
&lt;/init-param&gt;</p>
<p>Also we can use the following pattern to reduce white spaces alternatively in dsp pages.</p>
<p>&lt;dspel:page<br />
  &gt;&lt;dspel:droplet name=&#8221;/test&#8221;<br />
    &gt;&lt;dspel:oparam name=&#8221;output&#8221;<br />
      &gt;Name: &lt;dspel:valueof param=&#8221;test&#8221;<br />
    /&gt;&lt;/dspel:oparam<br />
  &gt;&lt;/dspel:droplet<br />
&gt;&lt;/dspel:page&gt;</p>
<p>Another approach is to use JSP comments instead of new lines.</p>
<p>&lt;dspel:page&gt;&lt;%&#8211;<br />
&#8211;%&gt;&lt;dspel:droplet name=&#8221;/test&#8221;&gt;&lt;%&#8211;<br />
	&#8211;%&gt;&lt;dspel:oparam name=&#8221;output&#8221;&gt;&lt;%&#8211;<br />
		&#8211;%&gt;Name: &lt;dspel:valueof param=&#8221;test&#8221;/&gt;&lt;%&#8211;<br />
	&#8211;%&gt;&lt;/dspel:oparam&gt;&lt;%&#8211;<br />
&#8211;%&gt;&lt;/dspel:droplet&gt;&lt;%&#8211;<br />
&#8211;%&gt;&lt;/dspel:page&gt;</p>
<p>NB:- I know the code fragments provided in the topics are very low in readability. Please blame WordPress&#8230;.</p>
<p>Reference:<br />
1. <a href="http://betweengo.com/2008/08/22/trim-white-space-from-jsp/">http://betweengo.com/2008/08/22/trim-white-space-from-jsp/</a><br />
2. <a href="http://www.caucho.com/resin-3.0/jsp/faq.xtp">http://www.caucho.com/resin-3.0/jsp/faq.xtp</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=107&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/05/22/white-space-problem-in-atg-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>XSS &#8211; Cross Site Scripting Security Issue</title>
		<link>http://atgdeveloper.wordpress.com/2009/05/21/xss-cross-site-scripting-security-issue/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/05/21/xss-cross-site-scripting-security-issue/#comments</comments>
		<pubDate>Thu, 21 May 2009 11:49:37 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=86</guid>
		<description><![CDATA[Websites get complex day by day with lot of dynamic content to display. So the vulnerability is also proportionate. Cross Site Security Issue is one of them. Let me explain this in terms of what I had faced. So in an e-Commerce site, we normally have an option to search. Now we search for a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=86&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Websites get complex day by day with lot of dynamic content to display. So the vulnerability is also proportionate. Cross Site Security Issue is one of them. Let me explain this in terms of what I had faced.</p>
<p>So in an e-Commerce site, we normally have an option to search.  Now we search for a term say &#8220;ffddjkl&#8221; . There is no result associated with that search term. So we display a message indicating that similar to following.</p>
<p>There are no results associated with the term ffddjkl.</p>
<p>Now suppose you have given &lt;EMBED SRC=&#8221;http://www.htmlcodetutorial.com/graphics/sounds/1812over.mid&#8221; AllowScriptAccess=&#8221;always&#8221;&gt;&lt;/EMBED&gt;in the search text field. Obviously there is no results for this term. So we display the the above message, with the new search text. Here comes the vulnerability, when you get the search results page, the midi file gets started to play. So you get the security catch, right?</p>
<p>Here we use the following code segment to display the message.</p>
<p>&lt;fmt:message key=&#8221;resourceBundleKey&#8221;&gt;<br />
     &lt;fmt:param value=&#8221;${param.searchText}&#8221;/&gt;<br />
&lt;/fmt:message&gt;</p>
<p>To avoid the vulnerability, we should have something like this.</p>
<p>&lt;fmt:message key=&#8221;resourceBundleKey&#8221;&gt;<br />
&lt;fmt:param&gt;<br />
&lt;c:out value=&#8221;${param.searchText}&#8221; escapeXml=&#8221;true&#8221;/&gt;<br />
&lt;/fmt:param&gt;<br />
&lt;/fmt:message&gt;</p>
<p>When you have a tag that doesn&#8217;t allow you to set the value by tag body rather than by attribute, use the following.</p>
<p>&lt;c:set var=&#8221;myEscapedVar&#8221; scope=&#8221;page&#8221;&gt;<br />
        &lt;c:out value=&#8221;${param.someRequestParameter}&#8221; escapeXml=&#8221;true&#8221;/&gt;<br />
&lt;/c:set&gt;<br />
&lt;some:tag value=&#8221;${pageScope.myEscapedVar}&#8221;/&gt;</p>
<p>For more information on XSS information, visit the <a href="http://www.cgisecurity.com/xss-faq.html">http://www.cgisecurity.com/xss-faq.html</a><br />
Reference: <a href="http://michaelstudman.com/fullfathomfive/articles/2004/05/31/el-and-cross-site-scripting-attacks-jsp-2-functions-to-the-rescue">http://michaelstudman.com/fullfathomfive/articles/2004/05/31/el-and-cross-site-scripting-attacks-jsp-2-functions-to-the-rescue</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=86&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/05/21/xss-cross-site-scripting-security-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.htmlcodetutorial.com/graphics/sounds/1812over.mid" length="13437" type="audio/midi" />
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>Encryption in ATG</title>
		<link>http://atgdeveloper.wordpress.com/2009/05/14/encryption-in-atg/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/05/14/encryption-in-atg/#comments</comments>
		<pubDate>Thu, 14 May 2009 11:39:30 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[ATG]]></category>
		<category><![CDATA[Encryption]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=80</guid>
		<description><![CDATA[The Out of the box implementation uses the MD5 encryption algorithm.  Suppose we need to have some other encryption algorithm over MD5. My requirement was to add SHA-256 over the already encrypted value with MD5. The following are the changes I had done to get it done. The component which does the encryption is DigestPasswordHasher. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=80&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Out of the box implementation uses the MD5 encryption algorithm.  Suppose we need to have some other encryption algorithm over MD5. My requirement was to add SHA-256 over the already encrypted value with MD5. The following are the changes I had done to get it done.</p>
<p>The component which does the encryption is <strong>DigestPasswordHasher</strong>. We need to override the <em>encryptPassword() </em>method.</p>
<p>The attached is the code fragment used . The copy and paste of the code seems weird. So I am attaching the file.</p>
<p><a href="http://www.4shared.com/file/105290167/1882009c/MyDigestPasswordHasherjava.html">See it here.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=80&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/05/14/encryption-in-atg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>ATG User Input Sample Code</title>
		<link>http://atgdeveloper.wordpress.com/2009/05/14/atg-user-input-sample-code/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/05/14/atg-user-input-sample-code/#comments</comments>
		<pubDate>Thu, 14 May 2009 11:09:32 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[ATG]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=77</guid>
		<description><![CDATA[The attached file contains the code for getting the user inputs. The jsp file gets the input from user in various forms. 1. Text field 2,. Checkbox 3. Dropdowns 4. Radio buttons The zip file contains the FormHandler other than the jsp file. Download it<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=77&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The attached file contains the code for getting the user inputs. The jsp file gets the input from user in various forms.</p>
<p>1. Text field<br />
2,. Checkbox<br />
3. Dropdowns<br />
4. Radio buttons</p>
<p>The zip file contains the FormHandler other than the jsp file.<br />
<a href="http://www.4shared.com/file/105287007/efaddc24/UserInput_ATG.html">Download it</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=77&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/05/14/atg-user-input-sample-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Help2 &#8211; File system</title>
		<link>http://atgdeveloper.wordpress.com/2009/05/07/linux-help2-file-system/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/05/07/linux-help2-file-system/#comments</comments>
		<pubDate>Thu, 07 May 2009 13:13:47 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[Linux-Unix]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=72</guid>
		<description><![CDATA[Read more about the file system here. http://linuxconfig.org/Filesystem_Basics<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=72&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://atgdeveloper.files.wordpress.com/2009/05/directory-filesystem-hierarchy-standard.jpg" alt="Linux File System" title="Linux File System" width="733" height="676" class="alignnone size-full wp-image-71" /></p>
<p>Read more about the file system here.<br />
<a href="http://linuxconfig.org/Filesystem_Basics">http://linuxconfig.org/Filesystem_Basics</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=72&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/05/07/linux-help2-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>

		<media:content url="http://atgdeveloper.files.wordpress.com/2009/05/directory-filesystem-hierarchy-standard.jpg" medium="image">
			<media:title type="html">Linux File System</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Help 1</title>
		<link>http://atgdeveloper.wordpress.com/2009/05/06/linux-help-1/</link>
		<comments>http://atgdeveloper.wordpress.com/2009/05/06/linux-help-1/#comments</comments>
		<pubDate>Wed, 06 May 2009 10:42:16 +0000</pubDate>
		<dc:creator>madhulal</dc:creator>
				<category><![CDATA[Linux-Unix]]></category>

		<guid isPermaLink="false">http://atgdeveloper.wordpress.com/?p=61</guid>
		<description><![CDATA[My Windows Xp system had a virus attack. That was horrible. I lost all of my data. So started thinking Linux as an alternative. As a first step I had ordered for free CD of Ubuntu. Do it here The following are the the useful and interesting things I have come across. Ubuntu Pocket Guide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=61&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My Windows Xp system had a virus attack. That was horrible. I lost all of my data.<br />
So started thinking Linux as an alternative. As a first step I had ordered for free CD of Ubuntu. Do it <a href="https://shipit.ubuntu.com/">here</a></p>
<p>The following are the the useful and interesting things I have come across.</p>
<p><strong>Ubuntu Pocket Guide and Reference</strong><br />
<a href="http://www.ubuntupocketguide.com/index_main.html">http://www.ubuntupocketguide.com/index_main.html</a></p>
<p><strong>Unique Penguin</strong><br />
<a href="http://www.100mb.nl/">http://www.100mb.nl/</a></p>
<p><strong>Bash command index</strong><br />
<a href="http://www.ss64.com/bash/">http://www.ss64.com/bash/</a></p>
<p><strong>Linux Crashed.</strong>( i know its rare, but it happened.)<br />
   Ctrl+Alt+Del won&#8217;t work.</p>
<p>   Find and press <strong>Alt </strong>and <strong>PrtSc</strong> buttons together. Then type <strong>REISUB</strong>,while<br />
   holding the above two buttons. The system will restart.<br />
   <a href="http://en.wikipedia.org/wiki/Magic_SysRq_key">http://en.wikipedia.org/wiki/Magic_SysRq_key</a></p>
<p><strong>Security FAQ</strong><br />
  <a href="http://www.linuxsecurity.com/docs/colsfaq.html">http://www.linuxsecurity.com/docs/colsfaq.html</a></p>
<p><strong>Software Directory for GNOME</strong><br />
 <a href="http://www.gnomefiles.org/">http://www.gnomefiles.org/</a></p>
<p><strong>Popular Live CD List</strong><br />
<a href="http://www.livecdlist.com/?pick=All&amp;sort=Purpose&amp;sm=0">http://www.livecdlist.com/?pick=All&amp;sort=Purpose&amp;sm=0</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/atgdeveloper.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/atgdeveloper.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/atgdeveloper.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/atgdeveloper.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/atgdeveloper.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/atgdeveloper.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/atgdeveloper.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/atgdeveloper.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=atgdeveloper.wordpress.com&amp;blog=7419130&amp;post=61&amp;subd=atgdeveloper&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://atgdeveloper.wordpress.com/2009/05/06/linux-help-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d9b5be42df0e20e576a1e9e7d1b57940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhulal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
