<?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>Kommentare für Tonis Blog</title>
	<atom:link href="http://eppleton.de/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://eppleton.de/blog</link>
	<description>Java NetBeans and OpenSource</description>
	<lastBuildDate>Thu, 01 Dec 2011 11:44:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Kommentar zu netbeans: schema2beans support (5) &#8211; target project configuration von riot</title>
		<link>http://eppleton.de/blog/?p=69&#038;cpage=1#comment-10834</link>
		<dc:creator>riot</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.com/blog/?p=69#comment-10834</guid>
		<description>Just a quick note on the article: there&#039;s a broken link to the &quot;last entry&quot; at the beginning. It refers to eppleton.com instead of eppleton.de. Would be nice, if you fixed this.

Regards,

riot.</description>
		<content:encoded><![CDATA[<p>Just a quick note on the article: there&#8217;s a broken link to the &#8220;last entry&#8221; at the beginning. It refers to eppleton.com instead of eppleton.de. Would be nice, if you fixed this.</p>
<p>Regards,</p>
<p>riot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Quick Tip 25: New Persistence in 6.7 Window System von Dieter Bogdoll</title>
		<link>http://eppleton.de/blog/?p=619&#038;cpage=1#comment-8261</link>
		<dc:creator>Dieter Bogdoll</dc:creator>
		<pubDate>Sat, 01 Oct 2011 12:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=619#comment-8261</guid>
		<description>Hi, me again. :-)
I thought I had already tested it, but it seems I have done it wrong.
The use case I want to have is supported right out of the box from netbeans.

E.g. you have one TopComponent w/o that annotation and you are using the old mechanism via Externalizable. Now we have already some settings in this format.
If I now add the Annotation and impl. writeProperty readProperty. The first time I open my app again it will use readExternalizable to load the serialized data and on closing the app (or if autostore=true) writeProperty will be used and from now on you could remove your writeExternal and readExternal.

br, Dieter</description>
		<content:encoded><![CDATA[<p>Hi, me again. <img src='http://eppleton.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I thought I had already tested it, but it seems I have done it wrong.<br />
The use case I want to have is supported right out of the box from netbeans.</p>
<p>E.g. you have one TopComponent w/o that annotation and you are using the old mechanism via Externalizable. Now we have already some settings in this format.<br />
If I now add the Annotation and impl. writeProperty readProperty. The first time I open my app again it will use readExternalizable to load the serialized data and on closing the app (or if autostore=true) writeProperty will be used and from now on you could remove your writeExternal and readExternal.</p>
<p>br, Dieter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Quick Tip 25: New Persistence in 6.7 Window System von Dieter Bogdoll</title>
		<link>http://eppleton.de/blog/?p=619&#038;cpage=1#comment-8260</link>
		<dc:creator>Dieter Bogdoll</dc:creator>
		<pubDate>Sat, 01 Oct 2011 11:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=619#comment-8260</guid>
		<description>Hi, how can I migrate now from the old mechanism to the new one?
E.g. I have an application rolled out using he old mechanism, but
I would like (at least for some types of top components) use now the new
one.

I don&#039;t want to loose the existing settings which are stored in the old format.

br, Dieter</description>
		<content:encoded><![CDATA[<p>Hi, how can I migrate now from the old mechanism to the new one?<br />
E.g. I have an application rolled out using he old mechanism, but<br />
I would like (at least for some types of top components) use now the new<br />
one.</p>
<p>I don&#8217;t want to loose the existing settings which are stored in the old format.</p>
<p>br, Dieter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu What are PropertyPanels meant for? von admin</title>
		<link>http://eppleton.de/blog/?p=1224&#038;cpage=1#comment-8159</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Sep 2011 15:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.de/blog/?p=1224#comment-8159</guid>
		<description>Hi Timon,

I think you refer to the PropertySheet:

http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/propertysheet/PropertySheet.html

while this article talks about PropertyPanel:

http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/propertysheet/PropertyPanel.html

PropertyPanel is a Component that displays one single Property. It can be used to compose data aware forms with a nicer layout than the generic PropertySheet.

Regards,

Toni

--Toni</description>
		<content:encoded><![CDATA[<p>Hi Timon,</p>
<p>I think you refer to the PropertySheet:</p>
<p><a href="http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/propertysheet/PropertySheet.html" rel="nofollow">http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/propertysheet/PropertySheet.html</a></p>
<p>while this article talks about PropertyPanel:</p>
<p><a href="http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/propertysheet/PropertyPanel.html" rel="nofollow">http://bits.netbeans.org/dev/javadoc/org-openide-explorer/org/openide/explorer/propertysheet/PropertyPanel.html</a></p>
<p>PropertyPanel is a Component that displays one single Property. It can be used to compose data aware forms with a nicer layout than the generic PropertySheet.</p>
<p>Regards,</p>
<p>Toni</p>
<p>&#8211;Toni</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu What are PropertyPanels meant for? von Timon Veenstra</title>
		<link>http://eppleton.de/blog/?p=1224&#038;cpage=1#comment-8157</link>
		<dc:creator>Timon Veenstra</dc:creator>
		<pubDate>Tue, 27 Sep 2011 15:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.de/blog/?p=1224#comment-8157</guid>
		<description>We found that the most convenient way to influence the properties displayed on the propertyPanel is to create a BeanInfo class. The PropertySheet will use the BeanInfo  to determine which properties should be displayed and in what order.

I think the bean info editor is available when you have the ejb netbeans plugin installed.</description>
		<content:encoded><![CDATA[<p>We found that the most convenient way to influence the properties displayed on the propertyPanel is to create a BeanInfo class. The PropertySheet will use the BeanInfo  to determine which properties should be displayed and in what order.</p>
<p>I think the bean info editor is available when you have the ejb netbeans plugin installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Replace the NetBeans Windowmanager von Vintesh Patel</title>
		<link>http://eppleton.de/blog/?p=1211&#038;cpage=1#comment-7415</link>
		<dc:creator>Vintesh Patel</dc:creator>
		<pubDate>Thu, 18 Aug 2011 05:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.de/blog/?p=1211#comment-7415</guid>
		<description>thanks man,
i want to display first login dialog &amp; then want to Display whole app now it is done.</description>
		<content:encoded><![CDATA[<p>thanks man,<br />
i want to display first login dialog &amp; then want to Display whole app now it is done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu A Visual Database Explorer von riot</title>
		<link>http://eppleton.de/blog/?p=98&#038;cpage=1#comment-6645</link>
		<dc:creator>riot</dc:creator>
		<pubDate>Fri, 01 Jul 2011 09:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.com/blog/?p=98#comment-6645</guid>
		<description>I&#039;m currently using this example (or similar from a netbeans page) to get a deeper insight to the visual api. 

Is there any url or book, you can recommend to get deeper into the possibilities with and the structure of the Netbeans Visual API? (Best Practices, Paradigm)?

I&#039;m currently trying to create VMDNodes with VMDPins that represent key-value pairs where values are editable and I&#039;m kinda stuck at this, cause I don&#039;t really get the point, how the stuff is meant to be used. 
I&#039;m missing good documentation on the api.

Thanks for any help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using this example (or similar from a netbeans page) to get a deeper insight to the visual api. </p>
<p>Is there any url or book, you can recommend to get deeper into the possibilities with and the structure of the Netbeans Visual API? (Best Practices, Paradigm)?</p>
<p>I&#8217;m currently trying to create VMDNodes with VMDPins that represent key-value pairs where values are editable and I&#8217;m kinda stuck at this, cause I don&#8217;t really get the point, how the stuff is meant to be used.<br />
I&#8217;m missing good documentation on the api.</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu netbeans: izpack support (2) &#8211; configure JAVA_HOME von Monte Yingling</title>
		<link>http://eppleton.de/blog/?p=73&#038;cpage=1#comment-6438</link>
		<dc:creator>Monte Yingling</dc:creator>
		<pubDate>Tue, 07 Jun 2011 04:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.com/blog/?p=73#comment-6438</guid>
		<description>I&#039;m not sure why but this site is loading extremely slow for me. Is anyone else having this problem or is it a issue on my end? I&#039;ll check back later on and see if the problem still exists.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why but this site is loading extremely slow for me. Is anyone else having this problem or is it a issue on my end? I&#8217;ll check back later on and see if the problem still exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Quick Tip 5: Remove the build number in application frame von arya</title>
		<link>http://eppleton.de/blog/?p=354&#038;cpage=1#comment-6121</link>
		<dc:creator>arya</dc:creator>
		<pubDate>Mon, 09 May 2011 11:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.sharedhost.de/blog/?p=354#comment-6121</guid>
		<description>i am working on netbeans platform application.
Firstly i used build installer option and created a setup file for windows
now for second time i did some changes in some modules and again created the installer for windows but when i use to run it,it shows me error that 
&quot;the setup cant be installed because c:/program files already contains terminal folder&quot;
&quot;terminal&#039; is my project&#039;s name
is there any method to upgrade the pervious setup or i have to uninstall the pervious one and install it again........</description>
		<content:encoded><![CDATA[<p>i am working on netbeans platform application.<br />
Firstly i used build installer option and created a setup file for windows<br />
now for second time i did some changes in some modules and again created the installer for windows but when i use to run it,it shows me error that<br />
&#8220;the setup cant be installed because c:/program files already contains terminal folder&#8221;<br />
&#8220;terminal&#8217; is my project&#8217;s name<br />
is there any method to upgrade the pervious setup or i have to uninstall the pervious one and install it again&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu What are PropertyPanels meant for? von Tom Wheeler</title>
		<link>http://eppleton.de/blog/?p=1224&#038;cpage=1#comment-4078</link>
		<dc:creator>Tom Wheeler</dc:creator>
		<pubDate>Tue, 08 Mar 2011 18:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://eppleton.de/blog/?p=1224#comment-4078</guid>
		<description>I guess the problems we&#039;re trying to solve are a bit different after all.  

In my case, I was creating a mechanism for client code to display an arbitrary set of properties without having to know or use the platform&#039;s Nodes API.  My API had no dependencies on the NetBeans Platform APIs (which is noteworthy only because we had a requirement to make this particular feature available to both NetBeans Platform and standalone applications).  

Since you don&#039;t need to do that for this demo application, my approach is probably overkill, but for the sake of completeness my properties API looked similar to this:

interface PropertyProvider {
    // class that has properties implements this interface
    List getPropSets();
}

interface PropSet {
    // name of this property set (e.g. &quot;Basic&quot; or &quot;Advanced&quot;)
    String getName();

    // provides a list of all properties
    List getPropertyNames();

    // provides value for a single property
    Object getValue(String propertyName);

    // an extended interface provided a setValue method
}

Not very exciting, but it maps nicely to Sheet.Set and Node.Property when running inside a platform application and to the L2FProd Common Components (http://www.l2fprod.com/common/) property component for a standalone Swing application.</description>
		<content:encoded><![CDATA[<p>I guess the problems we&#8217;re trying to solve are a bit different after all.  </p>
<p>In my case, I was creating a mechanism for client code to display an arbitrary set of properties without having to know or use the platform&#8217;s Nodes API.  My API had no dependencies on the NetBeans Platform APIs (which is noteworthy only because we had a requirement to make this particular feature available to both NetBeans Platform and standalone applications).  </p>
<p>Since you don&#8217;t need to do that for this demo application, my approach is probably overkill, but for the sake of completeness my properties API looked similar to this:</p>
<p>interface PropertyProvider {<br />
    // class that has properties implements this interface<br />
    List getPropSets();<br />
}</p>
<p>interface PropSet {<br />
    // name of this property set (e.g. &#8220;Basic&#8221; or &#8220;Advanced&#8221;)<br />
    String getName();</p>
<p>    // provides a list of all properties<br />
    List getPropertyNames();</p>
<p>    // provides value for a single property<br />
    Object getValue(String propertyName);</p>
<p>    // an extended interface provided a setValue method<br />
}</p>
<p>Not very exciting, but it maps nicely to Sheet.Set and Node.Property when running inside a platform application and to the L2FProd Common Components (<a href="http://www.l2fprod.com/common/" rel="nofollow">http://www.l2fprod.com/common/</a>) property component for a standalone Swing application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
