<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Update a Running JavaEE Application</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Wed, 17 Mar 2010 00:21:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Alexander Doroshko</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-125560</link>
		<dc:creator>Alexander Doroshko</dc:creator>
		<pubDate>Mon, 08 Feb 2010 16:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-125560</guid>
		<description>Since the next IDEA release (or EAP) you'll not need to compile Flex manually before updating a running J2EE application. If IDEA's artifact contains Flex module compiler output then Ctrl+F10 will do both compilation and update.</description>
		<content:encoded><![CDATA[<p>Since the next IDEA release (or EAP) you&#8217;ll not need to compile Flex manually before updating a running J2EE application. If IDEA&#8217;s artifact contains Flex module compiler output then Ctrl+F10 will do both compilation and update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Doroshko</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-125364</link>
		<dc:creator>Alexander Doroshko</dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-125364</guid>
		<description>If J2EE artifact contains Flex module output in its structure then *.swf and other Flex stuff will be updated in the same way as other resources. Press Ctrl+F9 to make Flex module and then Ctrl+F10 to update a running JavaEE application. 
An example of such IDEA project is here: http://blogs.jetbrains.com/idea/2009/11/graniteds-projects-in-maia/</description>
		<content:encoded><![CDATA[<p>If J2EE artifact contains Flex module output in its structure then *.swf and other Flex stuff will be updated in the same way as other resources. Press Ctrl+F9 to make Flex module and then Ctrl+F10 to update a running JavaEE application.<br />
An example of such IDEA project is here: <a href="http://blogs.jetbrains.com/idea/2009/11/graniteds-projects-in-maia/" rel="nofollow">http://blogs.jetbrains.com/idea/2009/11/graniteds-projects-in-maia/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-125194</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-125194</guid>
		<description>Does this deploy updated Flex artifacts as well?</description>
		<content:encoded><![CDATA[<p>Does this deploy updated Flex artifacts as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeekyCoder</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118713</link>
		<dc:creator>GeekyCoder</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118713</guid>
		<description>Usability IMprovement
====================
Can the Close Button (X icon) be located directly after the Stop Button (Square icon) since the Close Button is commonly used to terminate the process and close the Run panel. Even more so, as the Close Button will be hidden away as the panel height is reduced (Especially in screen using in 800pixel height). It will be useful if Alt+Click on the Close will immediately terminate and close the panel, trespassing the confirmation dialog.</description>
		<content:encoded><![CDATA[<p>Usability IMprovement<br />
====================<br />
Can the Close Button (X icon) be located directly after the Stop Button (Square icon) since the Close Button is commonly used to terminate the process and close the Run panel. Even more so, as the Close Button will be hidden away as the panel height is reduced (Especially in screen using in 800pixel height). It will be useful if Alt+Click on the Close will immediately terminate and close the panel, trespassing the confirmation dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Chashnikov</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118701</link>
		<dc:creator>Nikolay Chashnikov</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118701</guid>
		<description>To igor:
I don't think it is intuitive to press Ctrl+S for updating changed resources on app server. If you really  need to save files you can press Ctrl+S. If you need to compile files you press Ctrl+F9 and IDEA will compile your files (and save it before that). If you need to update changed resource for a running JavaEE application you can press Ctrl+F10 and your resources will be updated (and saved before that, of course).</description>
		<content:encoded><![CDATA[<p>To igor:<br />
I don&#8217;t think it is intuitive to press Ctrl+S for updating changed resources on app server. If you really  need to save files you can press Ctrl+S. If you need to compile files you press Ctrl+F9 and IDEA will compile your files (and save it before that). If you need to update changed resource for a running JavaEE application you can press Ctrl+F10 and your resources will be updated (and saved before that, of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Chashnikov</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118700</link>
		<dc:creator>Nikolay Chashnikov</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118700</guid>
		<description>To Sanjiv:
This action not only compiles modified classes but also copies modified resources to an exploded directory. So, for example, if you're running Tomcat and changes some JSP files you can invoke this action, refresh the browser and you'll see updated view of your pages.</description>
		<content:encoded><![CDATA[<p>To Sanjiv:<br />
This action not only compiles modified classes but also copies modified resources to an exploded directory. So, for example, if you&#8217;re running Tomcat and changes some JSP files you can invoke this action, refresh the browser and you&#8217;ll see updated view of your pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Chashnikov</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118698</link>
		<dc:creator>Nikolay Chashnikov</dc:creator>
		<pubDate>Fri, 30 Oct 2009 09:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118698</guid>
		<description>To Antonio: 
no, it isn't replacement for JRebel. This action just copies modified resources to an exploded directory and performs plain Java HotSwap for modified classes.</description>
		<content:encoded><![CDATA[<p>To Antonio:<br />
no, it isn&#8217;t replacement for JRebel. This action just copies modified resources to an exploded directory and performs plain Java HotSwap for modified classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Chashnikov</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118695</link>
		<dc:creator>Nikolay Chashnikov</dc:creator>
		<pubDate>Fri, 30 Oct 2009 06:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118695</guid>
		<description>The action will appear in the next EAP (after 90.122). It also works if application is started in 'debug' mode.</description>
		<content:encoded><![CDATA[<p>The action will appear in the next EAP (after 90.122). It also works if application is started in &#8216;debug&#8217; mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igor spasic</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118660</link>
		<dc:creator>igor spasic</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118660</guid>
		<description>Why don't you make this happens automatically? Why to press a hotkey when this can be done on save? 

Just like: http://code.google.com/p/idea-autopackage/</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you make this happens automatically? Why to press a hotkey when this can be done on save? </p>
<p>Just like: <a href="http://code.google.com/p/idea-autopackage/" rel="nofollow">http://code.google.com/p/idea-autopackage/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjiv</title>
		<link>http://blogs.jetbrains.com/idea/2009/10/update-a-running-javaee-application/#comment-118656</link>
		<dc:creator>Sanjiv</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2223#comment-118656</guid>
		<description>Can you explain how this is different from hot compile - ie compile of a class when connected using the debugger?</description>
		<content:encoded><![CDATA[<p>Can you explain how this is different from hot compile - ie compile of a class when connected using the debugger?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
