<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8275604401022838263</id><updated>2024-09-22T07:35:05.951-04:00</updated><category term="java"/><category term="life"/><category term="linux"/><category term="ubuntu"/><category term="MySQL"/><category term="Database"/><category term="PHP"/><category term="spring"/><category term="Interview Questions"/><category term="android"/><category term="appengine"/><category term="fun"/><category term="sql"/><category term="flex"/><category term="quotes"/><category term="struts"/><category term="RTC"/><category term="clearcase"/><category term="eclipse"/><category term="games"/><category term="hosting"/><category term="internet"/><category term="kannada"/><category term="language"/><category term="seo"/><category term="svn"/><category term="travel"/><category term="vi"/><category term="बंगलोर"/><title type='text'>life and code</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>90</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-7631929225222673715</id><published>2013-11-27T16:29:00.000-05:00</published><updated>2013-12-04T16:20:29.748-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="RTC"/><title type='text'>RTC Java API - Get list of projectAreas</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;import java.util.List;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import org.eclipse.core.runtime.IProgressMonitor;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import org.eclipse.core.runtime.NullProgressMonitor;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.process.client.IProcessItemService;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.process.common.IProjectArea;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.repository.client.ILoginHandler2;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.repository.client.ILoginInfo2;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.repository.client.ITeamRepository;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.repository.client.TeamPlatform;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.repository.client.login.UsernameAndPasswordLoginInfo;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;import com.ibm.team.repository.common.TeamRepositoryException;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;public class ProjectAreas {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;public static void main(String[] args) {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;IProgressMonitor monitor = new NullProgressMonitor();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;final String userId = &quot;username&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;final String password = &quot;password&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;String repoUri = &quot;https://RTCSERVER/jazz&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Courier New, Courier, monospace; white-space: pre;&quot;&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;TeamPlatform.startup();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;try {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;// Login to the repository using the provided credentials&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;ITeamRepository repo = TeamPlatform.getTeamRepositoryService().getTeamRepository(repoUri);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;repo.registerLoginHandler(new ILoginHandler2() {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt;@Override&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt;public ILoginInfo2 challenge(ITeamRepository repo) {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;return new UsernameAndPasswordLoginInfo(userId, password);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;    &lt;/span&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;});&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;repo.login(monitor);&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Courier New, Courier, monospace; white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;IProcessItemService connect = (IProcessItemService) repo.getClientLibrary(IProcessItemService.class);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;List&lt;iprojectarea&gt; p = connect.findAllProjectAreas(null, monitor);&lt;/iprojectarea&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Courier New, Courier, monospace; white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;repo.logout();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;} catch (TeamRepositoryException e) {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;/* Handle repository exceptions such as login problems here. */&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;} finally {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;TeamPlatform.shutdown();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/7631929225222673715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/7631929225222673715' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/7631929225222673715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/7631929225222673715'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2013/11/rtc-java-api-get-list-of-projectareas.html' title='RTC Java API - Get list of projectAreas'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total><georss:featurename>Durham, NC 27713, USA</georss:featurename><georss:point>35.890231 -78.917508800000007</georss:point><georss:box>35.478887 -79.562955800000012 36.301575 -78.2720618</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-1569397456556358858</id><published>2013-07-16T11:28:00.001-04:00</published><updated>2013-12-04T08:18:21.488-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>IBatis log all SQL queries</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Use the following log4j configuration to print all the queries getting executed by IBatis&lt;br /&gt;
&lt;br /&gt;
log4j.rootLogger=INFO, CA&lt;br /&gt;
log4j.appender.CA=org.apache.log4j.ConsoleAppender&lt;br /&gt;
log4j.appender.CA.layout=org.apache.log4j.PatternLayout&lt;br /&gt;
log4j.appender.CA.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n&lt;br /&gt;
&lt;br /&gt;
log4j.logger.com.ibatis=DEBUG&lt;br /&gt;
log4j.logger.com.ibatis.common.jdbc.SimpleDataSource=DEBUG&lt;br /&gt;
log4j.logger.com.ibatis.common.jdbc.ScriptRunner=DEBUG&lt;br /&gt;
log4j.logger.com.ibatis.SQL Map.engine.impl.SQL MapClientDelegate=DEBUG&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
log4j.logger.com.ibatis=DEBUG&lt;br /&gt;
log4j.logger.java.sql.Connection=DEBUG&lt;br /&gt;
log4j.logger.java.sql.Statement=DEBUG&lt;br /&gt;
log4j.logger.java.sql.PreparedStatement=DEBUG&lt;br /&gt;
log4j.logger.java.sql.ResultSet=INFO&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/1569397456556358858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/1569397456556358858' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/1569397456556358858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/1569397456556358858'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2013/07/ibatis-log-all-sql-queries.html' title='IBatis log all SQL queries'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total><georss:featurename>Durham, NC 27713, USA</georss:featurename><georss:point>35.890231 -78.917508800000007</georss:point><georss:box>35.478887 -79.562955800000012 36.301575 -78.2720618</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-4890088102862528131</id><published>2013-07-12T16:12:00.000-04:00</published><updated>2013-12-03T19:41:26.816-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>RTC Rest API</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Setup&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Use a REST client, add headers as mentioned along the requests.&lt;/span&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Get Root services&lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;font-family: inherit; mso-bidi-font-weight: normal;&quot;&gt;https://[RTCSERVER]/jazz/rootservices&lt;/span&gt;&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Get a list of projects on the RTC server&lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;font-family: inherit; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &#39;Times New Roman&#39;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;https://[RTCSERVER]/jazz/oslc/workitems/catalog&lt;/span&gt;&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Workitems&lt;/span&gt;&lt;/h3&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Fetch list of all workitems for a project, without details.&lt;/span&gt;&lt;/h4&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;Headers&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;
Accept:&amp;nbsp;application/xml&lt;br /&gt;
OSLC-Core-Version: 2.0&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;https://[RTCSERVER]/jazz/oslc/contexts/[PROJECT_UUID]/workitems&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h4&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Fetch list of all workitems for a project, with all details.&lt;/span&gt;&lt;/h4&gt;
&lt;div style=&quot;-webkit-text-stroke-width: 0px; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;Headers&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
Accept:&amp;nbsp;application/xml&lt;/div&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;https://[RTCSERVER]/jazz/oslc/contexts/[PROJECT_UUID]/workitems&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Fetch all workitems for a project, specify the attributes that should be returned by the API, select&lt;/span&gt;&lt;/h4&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;u&gt;Headers&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;
Accept:&amp;nbsp;application/xml&lt;br /&gt;
OSLC-Core-Version: 2.0&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;https://[RTCSERVER]/jazz/oslc/contexts/[PROJECT_UUID]/workitems?oslc.select=dcterms:identifier,dcterms:title,dcterms:description,dcterms:type,dcterms:contributor,rtc_ext:com.ibm.team.apt.attribute.complexity,rtc_ext:groomed,rtc_cm:com.ibm.team.workitem.linktype.parentworkitem.parent,rtc_cm:plannedFor,oslc_cmx:priority,rtc_cm:state,oslc_cmx:project,rtc_cm:filedAgainst,rtc_ext:release_ticket_ID&amp;amp;oslc.pageSize=100&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;RTC 4.x and above API throttles the data to 50 records by default and a max of 100.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;If you don&#39;t use&amp;nbsp;&lt;/span&gt;OSLC-Core-Version&amp;nbsp;&lt;span style=&quot;font-family: inherit;&quot;&gt;header then the API won&#39;t recognize the where clause.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Fetch workitems by type and iteration&lt;/span&gt;&lt;/h4&gt;
https://[RTCSERVER]/jazz/oslc/contexts/[PROJECT_UUID]/workitems?oslc.where=rtc_cm:type in [&quot;com.ibm.team.apt.workItemType.story&quot;,&quot;task&quot;] and rtc_cm:plannedFor=&quot;[ITERATION_UUID]&quot;&amp;amp;oslc.select=dcterms:identifier,dcterms:title,dcterms:description,dcterms:type,dcterms:contributor,rtc_ext:com.ibm.team.apt.attribute.complexity,rtc_ext:groomed,rtc_cm:com.ibm.team.workitem.linktype.parentworkitem.parent,rtc_cm:plannedFor,oslc_cmx:priority,rtc_cm:state,oslc_cmx:project,rtc_cm:filedAgainst,rtc_ext:release_ticket_ID,dcterms:created,oslc_cm:closeDate&amp;amp;oslc.pageSize=100&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Project Area &amp;gt; Workflow (States, Action, etc.) details&lt;/h3&gt;
&lt;div&gt;
https://[RTCSERVER]/jazz/service/com.ibm.team.workitem.service.process.internal.rest.IWorkItemConfigRestService/workflows?projectAreaItemId=[PROJECT_UUID]&lt;br /&gt;
&lt;br /&gt;
Fetch Actions:&lt;br /&gt;
&lt;br /&gt;
https://[RTCSERVER]/jazz/oslc/workflows/[PROJECT_UUID]/actions?type=com.ibm.team.apt.workItemType.story&amp;amp;oslc_cm.properties=dc%3Aidentifier%2Crtc_cm%3AresultState%2Cdc%3Atitle&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Reportable API&lt;/span&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;a href=&quot;https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#com_ibm_team_workitem_Approval&quot;&gt;Documentation&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Get details of a sign-off workitem using Reportable API&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
https://[RTCSERVER]/jazz/rpt/repository/workitem?fields=workitem/workItem[id=[WORITEMID]]/(projectArea/name|target/name|tags|id|summary|priority/name|owner/name|creationDate|resolutionDate|type/(id|name)|state/name|approvals/(stateIdentifier|approver/(userId|name)|stateDate)|approvalDescriptors/(id|typeIdentifier|name|cumulativeStateIdentifier|dueDate))&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/4890088102862528131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/4890088102862528131' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4890088102862528131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4890088102862528131'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2013/07/rtc-rest-api.html' title='RTC Rest API'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-2338940131040703999</id><published>2013-07-12T12:43:00.000-04:00</published><updated>2013-07-16T13:27:44.041-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions"/><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>Java Questions</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdnl4R-Lfwyxr32LgLuQjmdk-Z12N44em2hGl-PXHosky7EcBMeBAaRuloYZlUmxzJjXfh1sKVGG1zG5JBEGqWhM53nivoRYK64_QMzTZsk5NKoasDKGGt_nj9q6SMpZK1bFqsSFYiH3Hw/s1600/20130711_113119_Thomas+P.+O%2527Neill+Jr+Tunnel.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;356&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdnl4R-Lfwyxr32LgLuQjmdk-Z12N44em2hGl-PXHosky7EcBMeBAaRuloYZlUmxzJjXfh1sKVGG1zG5JBEGqWhM53nivoRYK64_QMzTZsk5NKoasDKGGt_nj9q6SMpZK1bFqsSFYiH3Hw/s640/20130711_113119_Thomas+P.+O%2527Neill+Jr+Tunnel.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;How does exception handling in Java work, tell me about the different types of exceptions in Java.&lt;/li&gt;
&lt;li&gt;What is Polymorphism ?&lt;/li&gt;
&lt;li&gt;What is hashcode ?&lt;/li&gt;
&lt;li&gt;How are hashcode and equals related ?&lt;/li&gt;
&lt;li&gt;How do threads communicate ?&lt;/li&gt;
&lt;li&gt;Write a code to iterate through a map and print its values.&lt;/li&gt;
&lt;li&gt;You have data that needs to be displayed on a webpage, exported to PDF and exported to XLS, how would you go about the implementation.&lt;/li&gt;
&lt;li&gt;What are generics ?&lt;/li&gt;
&lt;li&gt;What is the difference between protected and default scope ?&lt;/li&gt;
&lt;li&gt;How would you create a servlet ?&lt;/li&gt;
&lt;li&gt;What are filters used for?&lt;/li&gt;
&lt;li&gt;How do we take the thread dump?&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Java-script&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;What is a JQuery selector ?&lt;/li&gt;
&lt;li&gt;Among the frameworks like Angular/extJs, etc which one do you prefer to use in a new project and why ?&lt;/li&gt;
&lt;li&gt;Do you know about closures in Javascript ?&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Database&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Tell me any area where you feel MySQL is better than Oracle ?&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;General&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Tell me about your best career achievement.&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/2338940131040703999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/2338940131040703999' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2338940131040703999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2338940131040703999'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2013/07/java-questions.html' title='Java Questions'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdnl4R-Lfwyxr32LgLuQjmdk-Z12N44em2hGl-PXHosky7EcBMeBAaRuloYZlUmxzJjXfh1sKVGG1zG5JBEGqWhM53nivoRYK64_QMzTZsk5NKoasDKGGt_nj9q6SMpZK1bFqsSFYiH3Hw/s72-c/20130711_113119_Thomas+P.+O%2527Neill+Jr+Tunnel.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-3203272083856334122</id><published>2013-07-05T13:35:00.000-04:00</published><updated>2013-07-05T13:35:40.968-04:00</updated><title type='text'>Learning Oracle - Basics</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Create a new user: &lt;br /&gt;
&lt;pre class=&quot;oac_no_warn&quot;&gt;CREATE USER amit
    IDENTIFIED BY abcdef
    DEFAULT TABLESPACE users&lt;/pre&gt;
&lt;pre class=&quot;oac_no_warn&quot;&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre class=&quot;oac_no_warn&quot;&gt;Grant the new user permissions so that he can login to database:&lt;/pre&gt;
&lt;pre class=&quot;oac_no_warn&quot;&gt; Grant create session to amit;&lt;/pre&gt;
&lt;pre class=&quot;oac_no_warn&quot;&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre class=&quot;oac_no_warn&quot;&gt;create table student(
    name varchar(20), 
    rollno number primary key,
    dateofbirth date,
    standard number
);

create table subject(
    id number primary key,
    title varchar(20)
);

create table student_marks(
    subject_id references subject,
    student_id references student,
    marks number
);

insert into student values (&#39;Amit Kumar&#39;, 1, TO_DATE(&#39;18-JAN-1980&#39;), 10);
insert into student values (&#39;Charu Kush&#39;, 2, TO_DATE(&#39;01-APR-1982&#39;), 10);

insert into subject values (1, &#39;Maths&#39;);
insert into subject values (2, &#39;Science&#39;);

insert into student_marks values (1, 1, 45);
insert into student_marks values (2, 1, 55);

insert into student_marks values (1, 2, 55);
insert into student_marks values (2, 2, 65);
&amp;nbsp;&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/3203272083856334122/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/3203272083856334122' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/3203272083856334122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/3203272083856334122'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2013/07/learning-oracle-basics.html' title='Learning Oracle - Basics'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-9092292011543390826</id><published>2013-07-05T13:26:00.001-04:00</published><updated>2013-07-12T15:24:55.302-04:00</updated><title type='text'>Places to play Badminton in Boston</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyDCnz3noDIPQEcTMQqdrZPK4738KuW7sN7OgrDliypMS3gFUjbPhz4o4JYmxs6lNXGCF3aHCN8gKlRhSGDdLfquhyR_XSDe8NlI4vJaeJhb-WmScIsKVvTXqS4t0hIYOF-pe8PhNcAG2-/s1600/20130703_181919.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyDCnz3noDIPQEcTMQqdrZPK4738KuW7sN7OgrDliypMS3gFUjbPhz4o4JYmxs6lNXGCF3aHCN8gKlRhSGDdLfquhyR_XSDe8NlI4vJaeJhb-WmScIsKVvTXqS4t0hIYOF-pe8PhNcAG2-/s640/20130703_181919.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;
&lt;b&gt;&lt;u&gt;Where to play ?&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The first thing to try is to register at &quot;Boston Badminton&quot; meetup.com group, this meetup helps quickly get in touch with Badminton enthusiasts.&lt;br /&gt;
Some of the nice places that I have discovered are:&lt;br /&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Westborough - You need a car to get here and is like 45 mins drive from Boston, but the best courts in this area.&lt;/li&gt;
&lt;li&gt;Malden - I will add the exact address of the location, but there is a nice place to play badminton in Malden.&lt;/li&gt;
&lt;li&gt;China Town YMCA - (Close to Tuffts Medical) The have badminton, 3 courts, only one of them has lines.&lt;/li&gt;
&lt;li&gt;Boston University - This is with Meetup.com&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Where to get racket and shuttlecocks ?&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Westborough has everything you need.&lt;/li&gt;
&lt;li&gt;Online : www.badmintonexpress.com&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/9092292011543390826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/9092292011543390826' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/9092292011543390826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/9092292011543390826'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2013/07/places-to-play-badminton-in-boston.html' title='Places to play Badminton in Boston'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyDCnz3noDIPQEcTMQqdrZPK4738KuW7sN7OgrDliypMS3gFUjbPhz4o4JYmxs6lNXGCF3aHCN8gKlRhSGDdLfquhyR_XSDe8NlI4vJaeJhb-WmScIsKVvTXqS4t0hIYOF-pe8PhNcAG2-/s72-c/20130703_181919.jpg" height="72" width="72"/><thr:total>1</thr:total><georss:featurename>Boston, MA, USA</georss:featurename><georss:point>42.3584308 -71.0597732</georss:point><georss:box>42.170560800000004 -71.38249669999999 42.5463008 -70.7370497</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-2024027228719444907</id><published>2012-11-08T04:33:00.002-05:00</published><updated>2012-11-08T04:33:43.507-05:00</updated><title type='text'>Linux which port is used by PID</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
netstat -lnptu|grep &lt;pid&gt;&lt;br /&gt;&lt;/pid&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/2024027228719444907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/2024027228719444907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2024027228719444907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2024027228719444907'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/11/linux-which-port-is-used-by-pid.html' title='Linux which port is used by PID'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-7296399367464945083</id><published>2012-07-23T01:53:00.001-04:00</published><updated>2013-07-13T09:15:57.974-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>Ub city</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Went there this last Friday, the place has a class of it&#39;s own. I was however disappointed as I was expecting it to be a big mall where as it had only two floors for shopping and rest was office space.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/7296399367464945083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/7296399367464945083' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/7296399367464945083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/7296399367464945083'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/07/ub-city.html' title='Ub city'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total><georss:featurename>UB City, KG Halli, Ashok Nagar, Bangalore, Karnataka 560001, India</georss:featurename><georss:point>12.9725583 77.59491109999999</georss:point><georss:box>12.9715913 77.593650599999989 12.973525299999999 77.596171599999991</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-8639665181533451302</id><published>2012-06-30T06:12:00.001-04:00</published><updated>2012-07-04T07:40:21.465-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>How much I hate shopping for clothes</title><content type='html'>&lt;div&gt;&lt;p&gt;This is one area that I am really bad at.&lt;br&gt;
Not sure if it is only me or is it something that a lot of people face in their life - I like wearing new clothes but the endless process of section and trials haunts me like anything.&lt;/p&gt;
&lt;br/&gt;&lt;img src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ5-UrGxau1zEd6NaYPPipBpqYJxU3Nu6v25Zj4oIbjdtPL7KYKoxilfhLrXdRxHt79b2vSm3g9zV1FUI93giR80MJpbOAsXQY7MkEMj3HeilneU8jmP4fCH0uTITTyfPJ149Aykiv32d4/&#39; /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/8639665181533451302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/8639665181533451302' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/8639665181533451302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/8639665181533451302'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/06/how-much-i-hate-shopping-for-clothes.html' title='How much I hate shopping for clothes'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ5-UrGxau1zEd6NaYPPipBpqYJxU3Nu6v25Zj4oIbjdtPL7KYKoxilfhLrXdRxHt79b2vSm3g9zV1FUI93giR80MJpbOAsXQY7MkEMj3HeilneU8jmP4fCH0uTITTyfPJ149Aykiv32d4/s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-8409834288839568104</id><published>2012-06-29T01:44:00.001-04:00</published><updated>2012-06-30T06:18:52.446-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>To office on a bicycle</title><content type='html'>&lt;div&gt;&lt;p&gt;An amazing start of the day as I came to office on a bicycle for the first time.&lt;br&gt;
At first I was kinda scared that 20 kilometers will be too much for me but it went prity fine. At this point I am not exactly sure if I can come regularly like this but for sure if I can do this even two three times a week it will bring a drastic improvement in my fitness and stamina.&lt;br&gt;
Few things that I feel are important ...&lt;br&gt;
The office bag should be as light in weight as possible &lt;br&gt;
Tyre air pressure should be perfect &lt;br&gt;
Helmet is a must for safety &lt;br&gt;
At least 500 ml water glucose mixed &lt;br&gt;
Should be wearing shorts and t shirt&lt;/p&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/8409834288839568104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/8409834288839568104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/8409834288839568104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/8409834288839568104'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/06/to-office-on-bicycle.html' title='To office on a bicycle'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-3426828296824405319</id><published>2012-06-07T14:52:00.001-04:00</published><updated>2012-06-07T14:52:59.885-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>Corporate lies</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Have you ever seen attrition statistics of a company, no I am not saying they are made up numbers, they are real. but there is a lot of interesting things that go behind the scene.&lt;br /&gt;
Generally a company will list only those people who quite their organization and join some other organization under attrition figures. The rest of the people are the ones who left the organization due to health/personal reasons or higher studies etc.&lt;br /&gt;
This point also all these figures are correct and there is nothing wrong here. The interesting part of the story starts when we learn that even though a large chunk of people who said that they are leaving due to&amp;nbsp; personal/health reasons were actually joining other organizations.&lt;br /&gt;
What could have made them tell lies.&lt;br /&gt;
Company will generally have a notice period, this can range from one to three or more months, and generally the candidate who is leaving wants it to be as short as possible, and the easiest way to make it short is to say that you want to quite due to health reasons or you want to go for higher studies.&lt;br /&gt;
The company is also happy that such candidates are not getting counted in their attrition rate, candidates are also happy that they are getting relieved quickly. :)&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/3426828296824405319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/3426828296824405319' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/3426828296824405319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/3426828296824405319'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/06/corporate-lies.html' title='Corporate lies'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total><georss:featurename>Varthur Rd, Marathahalli, Bengaluru, Karnataka, India</georss:featurename><georss:point>12.9568637 77.7011646</georss:point><georss:box>12.954929199999999 77.6986971 12.9587982 77.7036321</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-946358639132899482</id><published>2012-06-04T14:58:00.001-04:00</published><updated>2012-06-04T14:58:27.055-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Database"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>Drupal 6 to Drupal 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
These are the steps I followed to upgrade my Drupal 6 website to Drupal 7&lt;br /&gt;
1.Take backup of the live website&lt;br /&gt;
1.1 DB backup&lt;br /&gt;
/usr/local/mysql/bin/mysqldump -u &lt;username&gt; --password=&lt;passsword&gt; &lt;dbname&gt;&lt;backupfilename&gt;.sql&lt;br /&gt;
2.Copy your site to a test site&lt;/backupfilename&gt;&lt;/dbname&gt;&lt;/passsword&gt;&lt;/username&gt;&lt;br /&gt;
&lt;username&gt;&lt;passsword&gt;&lt;dbname&gt;&lt;backupfilename&gt;&lt;br /&gt;&lt;/backupfilename&gt;&lt;/dbname&gt;&lt;/passsword&gt;&lt;/username&gt;&lt;br /&gt;
&lt;username&gt;&lt;passsword&gt;&lt;dbname&gt;&lt;backupfilename&gt;Sorry to finish like this, I am not able to migrate my application. My learning is that it only works if your application only uses the core modules.&amp;nbsp;&lt;/backupfilename&gt;&lt;/dbname&gt;&lt;/passsword&gt;&lt;/username&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/946358639132899482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/946358639132899482' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/946358639132899482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/946358639132899482'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/06/drupal-6-to-drupal-7.html' title='Drupal 6 to Drupal 7'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-6909880562504925736</id><published>2012-06-04T14:55:00.000-04:00</published><updated>2012-06-04T14:55:08.700-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="appengine"/><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>Google appengine</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
I have Always been a fan of Google applications, when Google started appengine few years ago I was very excited, the only problem was that it supported python and I was not much familiar with python. Within a year while I was leaning python GAE started supporting java.&lt;br /&gt;
The features and services provided were tempting enough for a developer like me to jump in right away. I started using it for one of my website, migrated it from php to java and while I was doing that it was always in my mind that the code is becoming increasingly coupled to gae, but I was stupid and lazy to write the code smart enough that could avoid the trap.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/6909880562504925736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/6909880562504925736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/6909880562504925736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/6909880562504925736'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2012/06/google-appengine.html' title='Google appengine'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-4133589352260875086</id><published>2011-12-01T03:16:00.001-05:00</published><updated>2011-12-01T03:17:43.806-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>Could not initialize class com.ibm.rational.team.client.ui.model.common.ImageManager</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
An error has occurred. See error log for more details.Could not initialize class com.ibm.rational.team.client.ui.model.common.ImageManager, If you also got stuck in this thing then here is the solution.&lt;br /&gt;
Start eclipse with -clean option it works fine.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/4133589352260875086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/4133589352260875086' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4133589352260875086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4133589352260875086'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/12/could-not-initialize-class.html' title='Could not initialize class com.ibm.rational.team.client.ui.model.common.ImageManager'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-3025210115723307875</id><published>2011-09-29T04:00:00.001-04:00</published><updated>2011-09-29T04:00:11.667-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>Save the best</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Even though we may be unaware of it but most of us have this tendency - to save the best. I recall my school days when I was very much into western music I used to collect and maintain a decent collection of music tapes.&lt;br /&gt;
In those times where Hindi music cassettes used come for 22Rs English cassettes used to cost over a 100Rs, even though this luxury was quite beyond my reach I still used to save for it and buy&amp;nbsp;my fav ones, The bigger problem in those days was that you have so many friends and if they know that you have all this great stuff it goes into a circulation with no return guarantee. On the other hand I used to love my music so much that sometimes with the fear of a tape may go bad, I used to first make a copy of it and then listen the copy.&lt;br /&gt;
Eight years ago, one day I left my hometown looking for a job in Delhi, I still remember that day clearly that I could feel my baggage and how I have no option but to shed some of the load of it in order to move ahead,&amp;nbsp;it was a very sad day of my life&amp;nbsp;as all the feelings that were coming while leaving my town I was also&amp;nbsp;feeling down&amp;nbsp;that I will never be able to use my stuff ever again, two box full of rare oldies music - and my bag was too small to carry the boxes along.&lt;br /&gt;
Each day life keeps becoming complex and busier, and these old memories and hobbies keep fading.&lt;br /&gt;
Bangalore is a place with heavy traffic on roads, my 14Km office commute take over an hour, I usually watch movies and TV serials in bus, This let to another hobby of watching movies and TV series.&lt;br /&gt;
Within a short span of less than a year I watched hundreds of good movies and download over 3 TB movies on my machine.&lt;br /&gt;
Last week I was thinking of buying a new Disk to accommodate more movies and this is when I again felt the same thing about music tapes - That even though it is going fine for the time being will I have enough time in future to&amp;nbsp;enjoy what I am collecting. I don&#39;t have an answer to this and so this leads to that instead of buying a new disk I should delete the movies that I have already seen and free up space.&lt;br /&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/3025210115723307875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/3025210115723307875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/3025210115723307875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/3025210115723307875'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/09/save-best.html' title='Save the best'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total><georss:featurename>Bengaluru, Karnataka, India</georss:featurename><georss:point>12.9715987 77.5945627</georss:point><georss:box>12.724026199999999 77.2787057 13.2191712 77.910419699999991</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-7039079592229069087</id><published>2011-06-28T01:49:00.002-04:00</published><updated>2011-06-28T01:52:55.177-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>When we bought our first car.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM_7bAHAL6M-FyOrtPs2FCDWJZ6Qz3sob6lEUvFqQhLRwsQZnz_edu5tIyud8ismt7c3kKVS3_WDooPRdhRrjfQKP6nETEkmEJ1TuWl7XYRrw_LFCBVdYXUBMPPknow14sUxzA0trtdiai/s1600/CHARU+KUSH.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM_7bAHAL6M-FyOrtPs2FCDWJZ6Qz3sob6lEUvFqQhLRwsQZnz_edu5tIyud8ismt7c3kKVS3_WDooPRdhRrjfQKP6nETEkmEJ1TuWl7XYRrw_LFCBVdYXUBMPPknow14sUxzA0trtdiai/s200/CHARU+KUSH.JPG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Last month I bought a car, even though I did a lot of research on the internet about the various options that were in my budget limit it was still a difficult task to finally select a model.&lt;br /&gt;
Our primary reason to buy a car was that my wife was finding it difficult to commute in the thickly populated BMTC busses. The first thing that went through my head was that since she is not a experienced driver she might find it difficult to drive in Bangalore traffic so it would be a good idea to buy a second hand car as it won&#39;t pain that much if it gets few scratches or dents.&lt;br /&gt;
We went to a send hand car dealer in JP Nagar and we discovered that second hand cars in Bangalore are very expensive for instance a new Alto costs ~ 3.20 L while a 2007 model Alto costs 2.20 L and the same was seen with other cars like Wagon R, Hyundai etc.&lt;br /&gt;
We then decided to buy a new car, the thought that my wife is a beginner when it comes to driving still kept us on the track that we should not be spending too much on our first car. We decided to have a Tata Nano test drive, we went to a Tata showroom and saw Nano, when we sat in this car it was awesome, it feels spacious and the car is really good, the sales guy told us that the test drive car is gone to some place and that we can book a test drive and he can get the car at our place for a test drive, The same day after leaving from there we went for Maruti Showroom and had a look at Alto, Alto was much better the only issue was that it was costing almost as much as Wagon R ( ~4L ), we had a wagon r test drive and liked it we also booked it the same day. With Petrol prices touching 72 we discussed at home that when we are spending something like 4.5L why not try to get a Diesel car instead.&lt;br /&gt;
We had a look at Swift and Ritz, no one can &quot;not like&quot; Swift and Ritz was good but the speedometer and dashboard didn&#39;t look like a 6 L car to me, and we finalized Swift Diesel.&lt;br /&gt;
The only problem this time was that the waiting time was around 4 months. We thought of having a check at other dealers if someone has a lower waiting period, we found one where some one had just canceled his Swift Dzire Diesel version and even though it was slightly out of our reach we borrowed some money from family to get this car.&lt;br /&gt;
It has been one month now, I am 100% satisfied with this car.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/7039079592229069087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/7039079592229069087' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/7039079592229069087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/7039079592229069087'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/06/when-we-bought-our-first-car.html' title='When we bought our first car.'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM_7bAHAL6M-FyOrtPs2FCDWJZ6Qz3sob6lEUvFqQhLRwsQZnz_edu5tIyud8ismt7c3kKVS3_WDooPRdhRrjfQKP6nETEkmEJ1TuWl7XYRrw_LFCBVdYXUBMPPknow14sUxzA0trtdiai/s72-c/CHARU+KUSH.JPG" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Bengaluru, Karnataka, India</georss:featurename><georss:point>12.9715987 77.594562699999983</georss:point><georss:box>12.7518902 77.342821199999989 13.191307199999999 77.846304199999977</georss:box></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-4161026354910249129</id><published>2011-06-26T04:21:00.000-04:00</published><updated>2011-06-26T04:21:57.677-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="appengine"/><category scheme="http://www.blogger.com/atom/ns#" term="flex"/><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="spring"/><title type='text'>Spring 3 BlazeDS Google AppEngine Integration</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivxhphPO6QFHMTFiNuN7iZIJjDObfPv98tT_F0MBnkPsp35b3HD7e0RltdHER6oHwjWpJy1LPNy1iJz37Jb6M5lzvYfI793GRynoP8AWf4iopqusvumXZe4WPJS6EE43axavZQcCC0lvF9/s1600/Adobe-Flex-CS3-icon.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivxhphPO6QFHMTFiNuN7iZIJjDObfPv98tT_F0MBnkPsp35b3HD7e0RltdHER6oHwjWpJy1LPNy1iJz37Jb6M5lzvYfI793GRynoP8AWf4iopqusvumXZe4WPJS6EE43axavZQcCC0lvF9/s200/Adobe-Flex-CS3-icon.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;I am finally able to get this thing working, this is how it can be done.&lt;br /&gt;
&lt;br /&gt;
1. Follow what Martin&#39;s blog says about this issue.&lt;br /&gt;
2. You can take reference from my &lt;a href=&quot;http://code.google.com/p/subnext/source/browse/#svn%2Ftrunk&quot;&gt;code .&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/4161026354910249129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/4161026354910249129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4161026354910249129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4161026354910249129'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/06/spring-3-blazeds-google-appengine.html' title='Spring 3 BlazeDS Google AppEngine Integration'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivxhphPO6QFHMTFiNuN7iZIJjDObfPv98tT_F0MBnkPsp35b3HD7e0RltdHER6oHwjWpJy1LPNy1iJz37Jb6M5lzvYfI793GRynoP8AWf4iopqusvumXZe4WPJS6EE43axavZQcCC0lvF9/s72-c/Adobe-Flex-CS3-icon.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-97332802744460222</id><published>2011-06-26T04:13:00.000-04:00</published><updated>2011-06-26T04:13:48.104-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="flex"/><category scheme="http://www.blogger.com/atom/ns#" term="spring"/><title type='text'>Spring 3 Blazeds Integration.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivxhphPO6QFHMTFiNuN7iZIJjDObfPv98tT_F0MBnkPsp35b3HD7e0RltdHER6oHwjWpJy1LPNy1iJz37Jb6M5lzvYfI793GRynoP8AWf4iopqusvumXZe4WPJS6EE43axavZQcCC0lvF9/s1600/Adobe-Flex-CS3-icon.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivxhphPO6QFHMTFiNuN7iZIJjDObfPv98tT_F0MBnkPsp35b3HD7e0RltdHER6oHwjWpJy1LPNy1iJz37Jb6M5lzvYfI793GRynoP8AWf4iopqusvumXZe4WPJS6EE43axavZQcCC0lvF9/s200/Adobe-Flex-CS3-icon.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;This weekend I wanted to learn how to integrate Spring and Blazeds and test it using SoapUI.&lt;br /&gt;
Ok, before you get started the you need to make sure that you have the following softwares properly installed on your machine.&lt;br /&gt;
Java SDK 6, Maven 2.2, Eclipse Helios - (Plugins that I have installed are subeclipse, m2, ), SoapUI, Tomcat 6.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Create a Web Project&lt;/b&gt;&lt;br /&gt;
Open command prompt and type.&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;mvn archetype:create -DgroupId=org.example.webapp -DartifactId=example-webapp -DarchetypeArtifactId=maven-archetype-webapp&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;maven has created a simple web application, now we need create few eclipse files so that we can easily import this project in eclipse.&lt;/div&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;mvn -Dwtpversion=2.0 eclipse:eclipse&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Next we have to import this project in eclipse. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/97332802744460222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/97332802744460222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/97332802744460222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/97332802744460222'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/06/spring-3-blazeds-integration.html' title='Spring 3 Blazeds Integration.'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivxhphPO6QFHMTFiNuN7iZIJjDObfPv98tT_F0MBnkPsp35b3HD7e0RltdHER6oHwjWpJy1LPNy1iJz37Jb6M5lzvYfI793GRynoP8AWf4iopqusvumXZe4WPJS6EE43axavZQcCC0lvF9/s72-c/Adobe-Flex-CS3-icon.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-1003163815288950993</id><published>2011-06-22T23:23:00.002-04:00</published><updated>2011-06-22T23:23:44.204-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="spring"/><title type='text'>Create Aspects in Spring for Logging DAO response time</title><content type='html'>Step One: Create a System architecture class which defines which methods to pointcut&lt;br /&gt;
&lt;br /&gt;
@Aspect&lt;br /&gt;
public class SystemArchitecture {&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * Service Layer Aspect.&lt;br /&gt;
     */&lt;br /&gt;
    @Pointcut(&quot;within(com.service..*)&quot;)&lt;br /&gt;
    public void inServiceLayer() {&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * Service Implementation layer aspect.&lt;br /&gt;
     */&lt;br /&gt;
    @Pointcut(&quot;execution(* com.service..*.*(..))&quot;)&lt;br /&gt;
    public void businessService() {&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * DAO Layer aspect.&lt;br /&gt;
     */&lt;br /&gt;
    @Pointcut(&quot;execution(* com.dao..*.*(..))&quot;)&lt;br /&gt;
    public void dataAccessOperation() {&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Step two: Create a Tracing Aspect class which contains the actual code that is executed at the point cuts&lt;br /&gt;
&lt;br /&gt;
@Aspect&lt;br /&gt;
public class TracingAspects {&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * Around advice to log method entry and exits. Logs at TRACE level&lt;br /&gt;
     * &lt;br /&gt;
     * @param pjp ProceedingJoinPoint&lt;br /&gt;
     * @return Object&lt;br /&gt;
     * @throws Throwable if aspect throw any exception&lt;br /&gt;
     */&lt;br /&gt;
    @Around(&quot;com.util.SystemArchitecture.dataAccessOperation()&quot;)&lt;br /&gt;
    public Object traceMethodEntryExit(ProceedingJoinPoint pjp) throws Throwable {&lt;br /&gt;
        Log log = LogFactory.getLog(pjp.getTarget().getClass());&lt;br /&gt;
&lt;br /&gt;
        MethodSignature mthdSignature = (MethodSignature) pjp.getSignature();&lt;br /&gt;
        log.debug(&quot;Entering method &quot; + mthdSignature.getName());&lt;br /&gt;
&lt;br /&gt;
        try {&lt;br /&gt;
            return pjp.proceed();&lt;br /&gt;
        } finally {&lt;br /&gt;
            log.debug(&quot;Exiting method &quot; + mthdSignature.getName());&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /**&lt;br /&gt;
     * round advice to log method execution time. Logs at DEBUG level&lt;br /&gt;
     * &lt;br /&gt;
     * @param pjp ProceedingJoinPoint&lt;br /&gt;
     * @return Object&lt;br /&gt;
     * @throws Throwable if aspect throw any exception&lt;br /&gt;
     */&lt;br /&gt;
    @Around(&quot;com.util.SystemArchitecture.dataAccessOperation()&quot;)&lt;br /&gt;
    public Object perfTrace(ProceedingJoinPoint pjp) throws Throwable {&lt;br /&gt;
        Log log = LogFactory.getLog(pjp.getTarget().getClass());&lt;br /&gt;
&lt;br /&gt;
        MethodSignature mthdSignature = (MethodSignature) pjp.getSignature();&lt;br /&gt;
        long startTime = System.currentTimeMillis();&lt;br /&gt;
&lt;br /&gt;
        try {&lt;br /&gt;
            return pjp.proceed();&lt;br /&gt;
        } finally {&lt;br /&gt;
            long elapsedTime = System.currentTimeMillis() - startTime;&lt;br /&gt;
            log.debug(&quot;Method &quot; + mthdSignature.getName() + &quot; took &quot; + elapsedTime + &quot;ms&quot;);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Step Three: Enable AOP in Spring configuration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;beans xmlns=&amp;quot;http://www.springframework.org/schema/beans&amp;quot; &lt;br /&gt;
  xmlns:aop=&amp;quot;http://www.springframework.org/schema/aop&amp;quot;&lt;br /&gt;
  xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:p=&amp;quot;http://www.springframework.org/schema/p&amp;quot; xmlns:mvc=&amp;quot;http://www.springframework.org/schema/mvc&amp;quot; xmlns:context=&amp;quot;http://www.springframework.org/schema/context&amp;quot; xmlns:task=&amp;quot;http://www.springframework.org/schema/task&amp;quot; xsi:schemaLocation=&amp;quot;http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&lt;br /&gt;
  http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd&lt;br /&gt;
  http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd&lt;br /&gt;
  http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd&lt;br /&gt;
  http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;aop:aspectj-autoproxy proxy-target-class=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;bean id=&amp;quot;tracingAspects&amp;quot; class=&amp;quot;com.util.TracingAspects&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/beans&amp;gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/1003163815288950993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/1003163815288950993' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/1003163815288950993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/1003163815288950993'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/06/create-aspects-in-spring-for-logging.html' title='Create Aspects in Spring for Logging DAO response time'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-2312051248655311116</id><published>2011-06-22T07:00:00.001-04:00</published><updated>2011-06-22T23:03:24.527-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="spring"/><title type='text'>Exception Handling in Spring MVC</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;Here is one good and easy way to do it&lt;br /&gt;
First of all We should create a user defined exception class &lt;br /&gt;
&lt;br /&gt;
public class MyExceptionClass extends RuntimeException {&lt;br /&gt;
private String userMessage = &quot;User message not set&quot;;&lt;br /&gt;
&lt;br /&gt;
public MyExceptionClass() {&lt;br /&gt;
super();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
public MyExceptionClass(String userMessage, Throwable cause) {&lt;br /&gt;
super(cause);&lt;br /&gt;
this.userMessage = userMessage;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
public MyExceptionClass(String userMessage) {&lt;br /&gt;
super(userMessage);&lt;br /&gt;
this.userMessage = userMessage;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
public MyExceptionClass(Throwable cause) {&lt;br /&gt;
super(cause);&lt;br /&gt;
userMessage = cause.getMessage();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
public String getUserMessage() {&lt;br /&gt;
return userMessage;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
public void setUserMessage(String userMessage) {&lt;br /&gt;
this.userMessage = userMessage;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@Override&lt;br /&gt;
public String toString() {&lt;br /&gt;
return &quot;User message = &quot; + userMessage + &quot;\n&quot; + super.toString();&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Next step is to configure exception handling in application context file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bean class=&amp;quot;org.springframework.web.servlet.handler.SimpleMappingExceptionResolver&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;property name=&amp;quot;exceptionMappings&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;props&amp;gt;&lt;br /&gt;
&amp;lt;prop key=&amp;quot;MyExceptionClass&amp;quot;&amp;gt;error&amp;lt;/prop&amp;gt;&lt;br /&gt;
&amp;lt;prop key=&amp;quot;java.lang.Exception&amp;quot;&amp;gt;error&amp;lt;/prop&amp;gt;&lt;br /&gt;
&amp;lt;/props&amp;gt;&lt;br /&gt;
&amp;lt;/property&amp;gt;&lt;br /&gt;
&amp;lt;/bean&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/2312051248655311116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/2312051248655311116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2312051248655311116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2312051248655311116'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/06/exception-handling-in-spring-mvc.html' title='Exception Handling in Spring MVC'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-8306524080053672503</id><published>2011-03-08T10:59:00.001-05:00</published><updated>2011-03-08T11:00:24.902-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="games"/><title type='text'>Commandos Windows 7 64 bit</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ2f5EvK8TX7lGq9CNaJZ8d8Sw6uCOMEKAwlJM3VtjaTM8OWf5uMS_By5rr_CFiy43o8T7vVLJdwKnL2zH_L-oigdmg0olVL3sPm2vr0hA1d2204Os28eZN6znS-MoObtDXtXNK4tbXOW7/s1600/b8_d_13123_0_CommandosBehindEnemyLines.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ2f5EvK8TX7lGq9CNaJZ8d8Sw6uCOMEKAwlJM3VtjaTM8OWf5uMS_By5rr_CFiy43o8T7vVLJdwKnL2zH_L-oigdmg0olVL3sPm2vr0hA1d2204Os28eZN6znS-MoObtDXtXNK4tbXOW7/s200/b8_d_13123_0_CommandosBehindEnemyLines.jpg&quot; width=&quot;140&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Struggled to get this to work properly but found some solutions that might be helpful. I&#39;m running Windows 7 64 bit.&lt;br /&gt;
&lt;br /&gt;
1)&lt;br /&gt;
To get it to save, obviously run the comandos.reg to modify the  registry. Then what you need to do it add the following three lines to  Comando.cfg in the OUTPUT folder:&lt;br /&gt;
&lt;br /&gt;
.SIZE [ .INITSIZE 3 ]&lt;br /&gt;
.PROFILE [ .USER 0 ]&lt;br /&gt;
.DEVELOP 1&lt;br /&gt;
&lt;br /&gt;
After doing that my saving and loading works perfectly.&lt;br /&gt;
&lt;br /&gt;
2)&lt;br /&gt;
To get the game to run at the proper speed (the fast speed doesn&#39;t  really bother me too much, but here&#39;s the solution nonetheless),  download Advanced Game Loader from here: &lt;a href=&quot;http://www.sven-of-nine.de/site/doku.php/downloads&quot; rel=&quot;nofollow&quot; target=&quot;_new&quot;&gt;http://www.sven-of-nine.de/site/doku.php/downloads&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Then run that program and go Options -&amp;gt; Add Game to create a new  entry for Commandos. Then in the options tab add the Commandos execuable  (e.g. C:\Games\Commandos\Commandos.exe) and then at the bottom there&#39;s a  ticker to choose by how much you want to slow down the CPU. This value  will obviously depend on your CPU but it should be easy to get a nice  value with a bit of fiddling.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/8306524080053672503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/8306524080053672503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/8306524080053672503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/8306524080053672503'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/03/commandos-windows-7-64-bit.html' title='Commandos Windows 7 64 bit'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ2f5EvK8TX7lGq9CNaJZ8d8Sw6uCOMEKAwlJM3VtjaTM8OWf5uMS_By5rr_CFiy43o8T7vVLJdwKnL2zH_L-oigdmg0olVL3sPm2vr0hA1d2204Os28eZN6znS-MoObtDXtXNK4tbXOW7/s72-c/b8_d_13123_0_CommandosBehindEnemyLines.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-4517820410202043868</id><published>2011-01-11T03:04:00.002-05:00</published><updated>2011-01-11T03:04:31.821-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Database"/><title type='text'>Test Oracle Stored procedures</title><content type='html'>Testing proc with input and output variables.&lt;br /&gt;
&lt;br /&gt;
declare&lt;br /&gt;
outVar1 varchar2(20);&lt;br /&gt;
outVar2 varchar2(100);&lt;br /&gt;
begin&lt;br /&gt;
PKG_NAME.PROC_NAME(&#39;INPUT1&#39;, &#39;INPUT2&#39;, outVar1 , outVar2);&lt;br /&gt;
dbms_output.put_line(&#39;outVar1--&amp;gt;&#39;||outVar1);&lt;br /&gt;
dbms_output.put_line(&#39;outVar2--&amp;gt;&#39;||outVar2);&lt;br /&gt;
end;&lt;br /&gt;
/</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/4517820410202043868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/4517820410202043868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4517820410202043868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/4517820410202043868'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2011/01/test-oracle-stored-procedures.html' title='Test Oracle Stored procedures'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-5496973930545051883</id><published>2010-12-31T09:32:00.000-05:00</published><updated>2010-12-31T09:32:59.111-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>Java baseurl</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg109rvVVT_LA3v8r1P99XlQ3qCq9Oixv4tf74OG8KaZc6ab5OzGfdEAZ57uX5eHVNMlcjQzzMHXmONAt6mrpe-kUkyFBCwM-vqlVUnN-3sdMt7XGAYYWO7GyaRg1JvjWnCIAePUd-myTPk/s1600/Java.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg109rvVVT_LA3v8r1P99XlQ3qCq9Oixv4tf74OG8KaZc6ab5OzGfdEAZ57uX5eHVNMlcjQzzMHXmONAt6mrpe-kUkyFBCwM-vqlVUnN-3sdMt7XGAYYWO7GyaRg1JvjWnCIAePUd-myTPk/s200/Java.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;PHP has a simple function baseurl() for the same functionality I didn&#39;t find an easy equivalent in Java. the one I manage to search is the following.&lt;br /&gt;
&lt;br /&gt;
String requestUri = request.getRequestURI();&lt;br /&gt;
String requestUrl = request.getRequestURL().toString();&lt;br /&gt;
String baseUrl = requestUrl.replace(requestUri, &quot;&quot;);</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/5496973930545051883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/5496973930545051883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/5496973930545051883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/5496973930545051883'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2010/12/java-baseurl.html' title='Java baseurl'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg109rvVVT_LA3v8r1P99XlQ3qCq9Oixv4tf74OG8KaZc6ab5OzGfdEAZ57uX5eHVNMlcjQzzMHXmONAt6mrpe-kUkyFBCwM-vqlVUnN-3sdMt7XGAYYWO7GyaRg1JvjWnCIAePUd-myTPk/s72-c/Java.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-2122247233206066381</id><published>2010-12-25T01:52:00.000-05:00</published><updated>2010-12-25T01:52:18.971-05:00</updated><title type='text'>Second hand Bike Market in Bangalore</title><content type='html'>This place is walking distance from Minerva Circle follow the map for further reference &lt;a href=&quot;http://goo.gl/maps/prXQ&quot;&gt;Map&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/2122247233206066381/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/2122247233206066381' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2122247233206066381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/2122247233206066381'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2010/12/second-hand-bike-market-in-bangalore.html' title='Second hand Bike Market in Bangalore'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8275604401022838263.post-313820053244958135</id><published>2010-12-24T23:31:00.002-05:00</published><updated>2010-12-25T01:44:36.259-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><title type='text'>Project Party at Amoeba</title><content type='html'>&lt;div style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7S8ZGYJM2B-nko9LhbPxxovJZSSUMbh4p9oaaQkbIiq-wvP57ZMLeJLFJ8dyZbwzE3vgUPRBWyjClgHqH6pY6FXtytarjvqf4CGIkTqBwgV1roqjsABQGaFFuJp3n5e9VnfupDGmXDoTd/s1600/IMG_1057.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7S8ZGYJM2B-nko9LhbPxxovJZSSUMbh4p9oaaQkbIiq-wvP57ZMLeJLFJ8dyZbwzE3vgUPRBWyjClgHqH6pY6FXtytarjvqf4CGIkTqBwgV1roqjsABQGaFFuJp3n5e9VnfupDGmXDoTd/s200/IMG_1057.JPG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;For 2k10 last quarter &lt;a href=&quot;http://picasaweb.google.com/amitrke/ProjectPartyDec10&quot;&gt;project party&lt;/a&gt; we went for bowling in Amoeba and then dinner in Pizza Hut, both in Jayanagar 4th Block. It is a lot of fun with you are in numbers around 20+ and the per head cost is also quite reasonable as it comes to around Rs 325. The only issue is that if your office in in e-city then you don&#39;t have a direct BMTC bus to 4th block and you have to place your own transport.&lt;br /&gt;
&lt;a href=&quot;http://picasaweb.google.com/r.rajou/ProjectPartyAmoeba&quot;&gt;Pics from Rajou&#39;s camera&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNIzpiocv6sXj5bnV1TCz8PQ4J3j4os1YD0ArTWOcnKRwUitcoSflzN1UJUMPZBZlzMHnDubyfdzq9r9jNe_2VSYhZNKoAtM6au9Bz9OYpGzOQ12rHgrj4rvacCEmeQo5Z-q1f4y_ql6_P/s1600/IMG_0972.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mylix.blogspot.com/feeds/313820053244958135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8275604401022838263/313820053244958135' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/313820053244958135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8275604401022838263/posts/default/313820053244958135'/><link rel='alternate' type='text/html' href='http://mylix.blogspot.com/2010/12/project-party-at-amoeba.html' title='Project Party at Amoeba'/><author><name>Amit Kumar</name><uri>http://www.blogger.com/profile/01171847202280540303</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaZiCMG-Us1YLhiGAcqY8FeBKgDl0wWn00PXaJZRUSShJ0gdSixOt31dpIlJuz1lloLf9ojXhJmLukn9mg7cU2_S7Xmrxjw2ErhntTKFbyXK7y9U76BFvggX5r16pSK3w/s220/profile.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7S8ZGYJM2B-nko9LhbPxxovJZSSUMbh4p9oaaQkbIiq-wvP57ZMLeJLFJ8dyZbwzE3vgUPRBWyjClgHqH6pY6FXtytarjvqf4CGIkTqBwgV1roqjsABQGaFFuJp3n5e9VnfupDGmXDoTd/s72-c/IMG_1057.JPG" height="72" width="72"/><thr:total>0</thr:total></entry></feed>