<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' version='2.0'><channel><atom:id>tag:blogger.com,1999:blog-4639630242329988873</atom:id><lastBuildDate>Fri, 25 Jul 2008 05:47:53 +0000</lastBuildDate><title>Karthikeyan c 's Java Blog</title><description/><link>http://www.theasolutions.com/blog/karthik/</link><managingEditor>noreply@blogger.com (ckarthi)</managingEditor><generator>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-4639630242329988873.post-233851166629166609</guid><pubDate>Fri, 25 Jul 2008 05:46:00 +0000</pubDate><atom:updated>2008-07-24T22:47:53.715-07:00</atom:updated><title>Moving to Roller</title><description>As Apache Roller gives me more option in formatting code, I will start blogging at &lt;a href="http://www.theasolutions.com/roller/karthik/"&gt;http://www.theasolutions.com/roller/karthik/&lt;/a&gt;</description><link>http://www.theasolutions.com/blog/karthik/2008/07/moving-to-roller.html</link><author>noreply@blogger.com (ckarthi)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-4639630242329988873.post-1741852287277937337</guid><pubDate>Tue, 15 Jul 2008 08:41:00 +0000</pubDate><atom:updated>2008-07-15T01:46:52.192-07:00</atom:updated><title>How to export Maven project details to NetBeans</title><description>To export a Maven project details to NetBeans understandable format, please use the command below.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mvn netbeans-freeform:generate-netbeans-project&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Then in NetBeans point to the root folder of the product [Say File--&gt; Open Project] in NetBeans&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://www.theasolutions.com/blog/karthik/2008/07/how-to-export-maven-project-details-to.html</link><author>noreply@blogger.com (ckarthi)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-4639630242329988873.post-6821237516025565233</guid><pubDate>Wed, 09 Jul 2008 07:36:00 +0000</pubDate><atom:updated>2008-07-09T00:43:31.547-07:00</atom:updated><title>How to use Eclipse Shortcut keys in NetBeans 6.1</title><description>To use  Eclipse Shortcut keys in NetBeans 6.1 please go to Tools--&gt; Options--&gt; Select KeyMap tab and in the profile drop down select Eclipse.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.theasolutions.com/blog/karthik/uploaded_images/nbkeymap-740496.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.theasolutions.com/blog/karthik/uploaded_images/nbkeymap-740494.gif" alt="" border="0" /&gt;&lt;/a&gt;</description><link>http://www.theasolutions.com/blog/karthik/2008/07/how-to-use-eclipse-shortcut-keys-in.html</link><author>noreply@blogger.com (ckarthi)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-4639630242329988873.post-6656984837792129380</guid><pubDate>Tue, 08 Jul 2008 19:20:00 +0000</pubDate><atom:updated>2008-07-08T12:33:45.004-07:00</atom:updated><title>"Internet Explorer Cannot Download" Error Message When You Use HTTPS URL</title><description>Internet Explorer will not display attachments when HTTPS is used. This bug has been documented in the link below.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/812935/"&gt;http://support.microsoft.com/kb/812935/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If the development environment is not using HTTPS this issue will be identified only at a later stage when we move on to integration testing environment where we normally use HTTPS.&lt;br /&gt;&lt;br /&gt;The following are the steps to be followed for the workaround.&lt;br /&gt;&lt;br /&gt;1. In the Servlet code please use the below snippet.&lt;br /&gt;response.reset();&lt;br /&gt;//If the report type is other than PDF handle accordingly]&lt;br /&gt;response.setContentType("application/pdf");&lt;br /&gt;response.setHeader("Content-Disposition","attachment; filename=Report.pdf");&lt;br /&gt;response.setHeader("Pragma", "public");&lt;br /&gt;response.setHeader("Cache-control", "max-age=30");&lt;br /&gt;&lt;br /&gt;//The logic to write into the OutputStream goes here.&lt;br /&gt;&lt;br /&gt;Note: The reset of HttpServletResponse is very important.&lt;br /&gt;&lt;br /&gt;2. Ensure Do not save encrypted pages to disk check box is not selected in Internet Explorer.&lt;br /&gt;&lt;br /&gt;3. Incase of IE 7, ensure the automatic prompting for downloads is enabled under Tools--&gt;Internet Options--&gt;Custom Level --&gt; Downloads.&lt;br /&gt;&lt;br /&gt;Note: You would have configured HTTPS using the following in web.xml in Tomcat using security-constraint</description><link>http://www.theasolutions.com/blog/karthik/2008/07/internet-explorer-cannot-download-error_08.html</link><author>noreply@blogger.com (ckarthi)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-4639630242329988873.post-797874482929343540</guid><pubDate>Mon, 07 Jul 2008 14:52:00 +0000</pubDate><atom:updated>2008-07-07T07:56:16.899-07:00</atom:updated><category domain='http://www.blogger.com/atom/ns#'>Eclipse</category><category domain='http://www.blogger.com/atom/ns#'>Maven</category><title>Maven eclipse plugin not found error</title><description>&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(102, 0, 0);"&gt;Error:&lt;/span&gt; The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid version could be found&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;If you get this error, please go to  Maven local repository [ In my case C:\Documents and Settings\karthikeyanc\.m2] and navigate to org.apache.maven.plugins.&lt;br /&gt;Delete the folder maven-eclipse-plugin from C:\Documents and Settings\karthikeyanc\.m2\org\apache\maven\plugins folder.&lt;br /&gt;&lt;br /&gt;Now run commands like mvn eclipse:eclipse or mvn eclipse:clean and the commands will get executed without the above error.&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://www.theasolutions.com/blog/karthik/2008/07/maven-eclipse-plugin-not-found-error.html</link><author>noreply@blogger.com (ckarthi)</author></item><item><guid isPermaLink='false'>tag:blogger.com,1999:blog-4639630242329988873.post-8029780839454551659</guid><pubDate>Sun, 06 Jul 2008 12:16:00 +0000</pubDate><atom:updated>2008-07-06T05:28:09.138-07:00</atom:updated><title>First Post - Unraveling Java Terminology</title><description>Decided the first post will be for budding Java developers. The below link provides links to know more about Java terminologies.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://java.sun.com/new2java/programming/learn/unravelingjava.html"&gt;http://java.sun.com/new2java/programming/learn/unravelingjava.html&lt;/a&gt;</description><link>http://www.theasolutions.com/blog/karthik/2008/07/first-post-unraveling-java-terminology.html</link><author>noreply@blogger.com (ckarthi)</author></item></channel></rss>