<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Javeleon Eclipse Plugin</title>
	<atom:link href="http://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/comment-page-1/#comment-131</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Thu, 19 Apr 2012 18:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1399#comment-131</guid>
		<description>Wow, and thanks for the information!

A sample listener implementation:

import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;

public class JaveleonListener implements ChangeListener
{
    public void stateChanged(final ChangeEvent event) 
    {
        //Clear caches or reload your UI
    }
	
}    // JaveleonListener</description>
		<content:encoded><![CDATA[<p>Wow, and thanks for the information!</p>
<p>A sample listener implementation:</p>
<p>import javax.swing.event.ChangeEvent;<br />
import javax.swing.event.ChangeListener;</p>
<p>public class JaveleonListener implements ChangeListener<br />
{<br />
    public void stateChanged(final ChangeEvent event)<br />
    {<br />
        //Clear caches or reload your UI<br />
    }</p>
<p>}    // JaveleonListener</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Gregersen</title>
		<link>https://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/comment-page-1/#comment-130</link>
		<dc:creator>Allan Gregersen</dc:creator>
		<pubDate>Thu, 19 Apr 2012 18:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1399#comment-130</guid>
		<description>Great stuff René! 

Just a few minor comments. In recent versions of Javeleon you don&#039;t need to specify the nbjdk and profile any more. Simply -javaagent:path/to/agent/javeleon.jar=port=9999 will do just fine. Javeleon 2.0 final release is just around the corner. There will be a new RC uploaded tomorrow.

When you setup -Djaveleon.reload.listener=app.MyListener you&#039;re expected to create the class app.MyListener which must implement the ChangeListener interface. If you do so you&#039;re able to run reload-specific code (e.g. clearing caches).

Thanks for providing the first plug-in on top of Javeleon René.

BTW, I&#039;ve put this blog-entry on DZone at: http://www.dzone.com/links/unofficial_eclipse_plugin_for_javeleon.html</description>
		<content:encoded><![CDATA[<p>Great stuff René! </p>
<p>Just a few minor comments. In recent versions of Javeleon you don't need to specify the nbjdk and profile any more. Simply -javaagent:path/to/agent/javeleon.jar=port=9999 will do just fine. Javeleon 2.0 final release is just around the corner. There will be a new RC uploaded tomorrow.</p>
<p>When you setup -Djaveleon.reload.listener=app.MyListener you're expected to create the class app.MyListener which must implement the ChangeListener interface. If you do so you're able to run reload-specific code (e.g. clearing caches).</p>
<p>Thanks for providing the first plug-in on top of Javeleon René.</p>
<p>BTW, I've put this blog-entry on DZone at: <a href="http://www.dzone.com/links/unofficial_eclipse_plugin_for_javeleon.html" rel="nofollow">http://www.dzone.com/links/unofficial_eclipse_plugin_for_javeleon.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
