<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: NetBeans Module Automatic Unload</title>
	<link>http://pronetbeans.com/archives/43</link>
	<description>The source for learning NetBeans.</description>
	<pubDate>Wed, 20 Aug 2008 11:24:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Adam Myatt</title>
		<link>http://pronetbeans.com/archives/43#comment-719</link>
		<dc:creator>Adam Myatt</dc:creator>
		<pubDate>Mon, 12 May 2008 01:51:11 +0000</pubDate>
		<guid>http://pronetbeans.com/archives/43#comment-719</guid>
		<description>I was really just talking out loud and hoping. The Feature on Demand seems decent as it has already been developed (even though Geertjan made clear it is a tentative feature, and certainly not locked in stone - definitely an experiment). The automatic module unload capability is just wishful thinking (if it makes sense). We'll see what happens.</description>
		<content:encoded><![CDATA[<p>I was really just talking out loud and hoping. The Feature on Demand seems decent as it has already been developed (even though Geertjan made clear it is a tentative feature, and certainly not locked in stone - definitely an experiment). The automatic module unload capability is just wishful thinking (if it makes sense). We&#8217;ll see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadechandler</title>
		<link>http://pronetbeans.com/archives/43#comment-718</link>
		<dc:creator>wadechandler</dc:creator>
		<pubDate>Sat, 10 May 2008 12:24:37 +0000</pubDate>
		<guid>http://pronetbeans.com/archives/43#comment-718</guid>
		<description>Well, I guess my last comment is mute as there are proxy modules being installed which technically any object should be able to be loaded from, I suppose they are detailing top level menus as any standard way of creating an action from the layer should be able to work. I think I'll just wait for more documentation on what is being worked on :-D</description>
		<content:encoded><![CDATA[<p>Well, I guess my last comment is mute as there are proxy modules being installed which technically any object should be able to be loaded from, I suppose they are detailing top level menus as any standard way of creating an action from the layer should be able to work. I think I&#8217;ll just wait for more documentation on what is being worked on :-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadechandler</title>
		<link>http://pronetbeans.com/archives/43#comment-717</link>
		<dc:creator>wadechandler</dc:creator>
		<pubDate>Sat, 10 May 2008 12:11:02 +0000</pubDate>
		<guid>http://pronetbeans.com/archives/43#comment-717</guid>
		<description>I noticed in Geertjan's blog there are new layer entries for support etc. This goes further than the Wiki document. That looks more like what I was talking about, so it seems it is to the point that modules may subscribe to feature on demand. The only thing I wonder is if the design will/does support any type of action. Some NB actions provide popup menus etc. I note the Wiki document details only for top level menu items, but as you noted it is still under design and in the process of being worked out. Maybe they have some new ideas which haven't made it into the Wiki page such as allowing a module to provide a JavaFX script chunk for the menu or something along those lines. That would allow more complex proxy menus before the real classes get loaded. Anyways, I'm looking forward to studying it deeper. I wasn't aware it had progressed further than what is on the Wiki page.</description>
		<content:encoded><![CDATA[<p>I noticed in Geertjan&#8217;s blog there are new layer entries for support etc. This goes further than the Wiki document. That looks more like what I was talking about, so it seems it is to the point that modules may subscribe to feature on demand. The only thing I wonder is if the design will/does support any type of action. Some NB actions provide popup menus etc. I note the Wiki document details only for top level menu items, but as you noted it is still under design and in the process of being worked out. Maybe they have some new ideas which haven&#8217;t made it into the Wiki page such as allowing a module to provide a JavaFX script chunk for the menu or something along those lines. That would allow more complex proxy menus before the real classes get loaded. Anyways, I&#8217;m looking forward to studying it deeper. I wasn&#8217;t aware it had progressed further than what is on the Wiki page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadechandler</title>
		<link>http://pronetbeans.com/archives/43#comment-716</link>
		<dc:creator>wadechandler</dc:creator>
		<pubDate>Sat, 10 May 2008 11:54:20 +0000</pubDate>
		<guid>http://pronetbeans.com/archives/43#comment-716</guid>
		<description>The only problem I see is that modules really need to be subscribers to on-demand. There needs to be a new set of manifest entries/keys which tell the module system a module either subscribes or it does not, but yes this would be a good idea. 

The reason one needs to subscribe is all of the actions will need to be available some how, and those actions classpaths will need to be available. It seems along with subscribing a new model is needed to support modules overall in the on demand features so that specifics of the classpath may be left loaded in memory while others are left out until needed or that in the layer.xml a module may define actions and other UI information which may be provided for the user so they may enter into specific actions without the full module really being loaded. 

For instance, if a modules only user interface entry point is an action, then if it is deactivated it won't show up for a user, and they'll never be able to use it without first manually activating it. 

So, definitely would be good, but will take more thought and resources than is in the current design of the on demand features, and it would need to be a system wide design outside of just the UI gestures module.</description>
		<content:encoded><![CDATA[<p>The only problem I see is that modules really need to be subscribers to on-demand. There needs to be a new set of manifest entries/keys which tell the module system a module either subscribes or it does not, but yes this would be a good idea. </p>
<p>The reason one needs to subscribe is all of the actions will need to be available some how, and those actions classpaths will need to be available. It seems along with subscribing a new model is needed to support modules overall in the on demand features so that specifics of the classpath may be left loaded in memory while others are left out until needed or that in the layer.xml a module may define actions and other UI information which may be provided for the user so they may enter into specific actions without the full module really being loaded. </p>
<p>For instance, if a modules only user interface entry point is an action, then if it is deactivated it won&#8217;t show up for a user, and they&#8217;ll never be able to use it without first manually activating it. </p>
<p>So, definitely would be good, but will take more thought and resources than is in the current design of the on demand features, and it would need to be a system wide design outside of just the UI gestures module.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
