<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Sanchit Srivastava</title>
	<atom:link href="http://sanchit6.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sanchit6.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 15 Aug 2009 06:27:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on start stop tomcat with ant by Flex coder</title>
		<link>http://sanchit6.wordpress.com/2008/05/05/start-stop-tomcat-with-ant/#comment-28</link>
		<dc:creator>Flex coder</dc:creator>
		<pubDate>Sat, 15 Aug 2009 06:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://sanchit6.wordpress.com/?p=6#comment-28</guid>
		<description>Thank you thank you! Exactly what I needed</description>
		<content:encoded><![CDATA[<p>Thank you thank you! Exactly what I needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to remove duplicate objects returned in Hibernate HQL Criteria Queries by sanchit6</title>
		<link>http://sanchit6.wordpress.com/2008/07/12/how-to-remove-duplicate-objects-returned-in-hibernate-hql-criteria-queries/#comment-27</link>
		<dc:creator>sanchit6</dc:creator>
		<pubDate>Thu, 26 Mar 2009 17:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://sanchit6.wordpress.com/?p=9#comment-27</guid>
		<description>Thats certainly a better way. I didnt knew this way. Thanks for sharing across</description>
		<content:encoded><![CDATA[<p>Thats certainly a better way. I didnt knew this way. Thanks for sharing across</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to remove duplicate objects returned in Hibernate HQL Criteria Queries by Délawen</title>
		<link>http://sanchit6.wordpress.com/2008/07/12/how-to-remove-duplicate-objects-returned-in-hibernate-hql-criteria-queries/#comment-26</link>
		<dc:creator>Délawen</dc:creator>
		<pubDate>Tue, 17 Feb 2009 09:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://sanchit6.wordpress.com/?p=9#comment-26</guid>
		<description>Maybe this can help you:

query.setResultTransformer(Criteria.DISTINCT_ROOT_ENTITY)</description>
		<content:encoded><![CDATA[<p>Maybe this can help you:</p>
<p>query.setResultTransformer(Criteria.DISTINCT_ROOT_ENTITY)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Aqualogic Data Services Platform(DSP)? by sanchit6</title>
		<link>http://sanchit6.wordpress.com/2008/03/09/hello-world/#comment-25</link>
		<dc:creator>sanchit6</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:30:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-25</guid>
		<description>I guess we are talking in domain of webservices.. that means we are going to return an xml response.. and how else would DSP create the xml response if you dont have a Schema..
Also I think you dont really need to manually write a schema.. Wont, what you do graphically, generate a schema  for you..?

Hope it answers your Q. Cheers</description>
		<content:encoded><![CDATA[<p>I guess we are talking in domain of webservices.. that means we are going to return an xml response.. and how else would DSP create the xml response if you dont have a Schema..<br />
Also I think you dont really need to manually write a schema.. Wont, what you do graphically, generate a schema  for you..?</p>
<p>Hope it answers your Q. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Aqualogic Data Services Platform(DSP)? by Ashok Deivasigamani</title>
		<link>http://sanchit6.wordpress.com/2008/03/09/hello-world/#comment-24</link>
		<dc:creator>Ashok Deivasigamani</dc:creator>
		<pubDate>Tue, 10 Feb 2009 08:56:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-24</guid>
		<description>Hi,
I have a doubt. When we create a logical data service why do we need to generate a xml schema for the return type?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a doubt. When we create a logical data service why do we need to generate a xml schema for the return type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Aqualogic Data Services Platform(DSP)? by sanchit6</title>
		<link>http://sanchit6.wordpress.com/2008/03/09/hello-world/#comment-22</link>
		<dc:creator>sanchit6</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:52:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-22</guid>
		<description>In one single line, ALDSP is a great tool (not technology) that you can help create data services without much pain but might be less learning whereas Hibernate is a technology which may not be easy to work with but comes with a big bulk of things for you to learn.
I depends what is it you want to do. If you want tot learn somethig - go for hibernate. But may be when speed of work i needed without diving much into the details - choose DSP (assuming you can but that :))
Another thing to note is that HIbernate is not a complete package, it is an ORM tool. You would need other techs like CXF, SOAP, Spring to expose your code as services. You might need to learn these techs also to create services around your hibernate code. DSP is a single package.
My suggestion is what ever route you choose, do learn Hibernate. It would be worth the effort.
Cheers</description>
		<content:encoded><![CDATA[<p>In one single line, ALDSP is a great tool (not technology) that you can help create data services without much pain but might be less learning whereas Hibernate is a technology which may not be easy to work with but comes with a big bulk of things for you to learn.<br />
I depends what is it you want to do. If you want tot learn somethig &#8211; go for hibernate. But may be when speed of work i needed without diving much into the details &#8211; choose DSP (assuming you can but that <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )<br />
Another thing to note is that HIbernate is not a complete package, it is an ORM tool. You would need other techs like CXF, SOAP, Spring to expose your code as services. You might need to learn these techs also to create services around your hibernate code. DSP is a single package.<br />
My suggestion is what ever route you choose, do learn Hibernate. It would be worth the effort.<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Aqualogic Data Services Platform(DSP)? by Rajesh</title>
		<link>http://sanchit6.wordpress.com/2008/03/09/hello-world/#comment-21</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Tue, 14 Oct 2008 12:12:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-21</guid>
		<description>Hi,
My question is what is the difference between ALDSP and Hibernate.Where to use ALDSP and where Hibernate. Can you plz give some scenarions that would help me to understand the use of both the technologies.

Thanks
Rajesh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My question is what is the difference between ALDSP and Hibernate.Where to use ALDSP and where Hibernate. Can you plz give some scenarions that would help me to understand the use of both the technologies.</p>
<p>Thanks<br />
Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Generate hibernate mapping files and pojos by sanchit6</title>
		<link>http://sanchit6.wordpress.com/2008/05/06/auto-generate-hibernate-mapping-files-and-pojos/#comment-20</link>
		<dc:creator>sanchit6</dc:creator>
		<pubDate>Wed, 06 Aug 2008 06:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://sanchit6.wordpress.com/?p=7#comment-20</guid>
		<description>thanks for comments...i ll add some more details. but none the less anything you could not grasp in particular...i ll be happy to answer!
Cheers bye.</description>
		<content:encoded><![CDATA[<p>thanks for comments&#8230;i ll add some more details. but none the less anything you could not grasp in particular&#8230;i ll be happy to answer!<br />
Cheers bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Generate hibernate mapping files and pojos by Aran</title>
		<link>http://sanchit6.wordpress.com/2008/05/06/auto-generate-hibernate-mapping-files-and-pojos/#comment-14</link>
		<dc:creator>Aran</dc:creator>
		<pubDate>Fri, 01 Aug 2008 08:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://sanchit6.wordpress.com/?p=7#comment-14</guid>
		<description>์ื์ำ์ำำืIt&#039;s good item,  please put more details at begining.  I&#039;m also finding how to auto-generating .hbm.xml. I&#039;m new to Hibernate.
 thank you in advance.</description>
		<content:encoded><![CDATA[<p>์ื์ำ์ำำืIt&#8217;s good item,  please put more details at begining.  I&#8217;m also finding how to auto-generating .hbm.xml. I&#8217;m new to Hibernate.<br />
 thank you in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
