'. '

Javeleon

From APIDesign

(Difference between revisions)
Jump to: navigation, search
m (Javaleon moved to Javeleon: Fixing typo)
Line 1: Line 1:
-
100% pure [[Java]] implementation of [[Hotswap]]. See http://netbeans.dzone.com/nb-javeleon-automatic-update or watch following video:
+
[http://netbeans.dzone.com/nb-javeleon-automatic-update Javeleon] is 100% pure [[Java]] implementation of [[Hotswap]]. On a base level I envision it as complementary to [[DCEVM|Hotswap]] by [[Thomas Würthinger]], just not implemented directly inside [[HotSpot]], but externally via [http://download.oracle.com/javase/6/docs/api/java/lang/instrument/package-summary.html java.lang.instrument] package. However [[Javeleon]] value (from my point of view) is in providing additional hooks for integration with the [[NetBeans]] platform. For example one can (in contrast to [[JDK]] [[Hotswap]]), change ''Bundle.properties'' files.
{{#ev:youtube|sMz8tRP7JV4}}
{{#ev:youtube|sMz8tRP7JV4}}
 +
 +
== [[Hotswap]] is More than Classes ==
 +
 +
My ode to ''true'' [[hotswap]] contained one important observation: ''Now it is easier to change any class in my program than to modify content of Bundle.properties!'' Here is where all the fun starts, as having the ability to update classes, is just first step, there is much more that needs to be done to make the [[hotswap]] ''real''.
 +
 +
 +
 +
[[Category:Video]]
[[Category:Video]]

Revision as of 11:36, 14 February 2011

Javeleon is 100% pure Java implementation of Hotswap. On a base level I envision it as complementary to Hotswap by Thomas Würthinger, just not implemented directly inside HotSpot, but externally via java.lang.instrument package. However Javeleon value (from my point of view) is in providing additional hooks for integration with the NetBeans platform. For example one can (in contrast to JDK Hotswap), change Bundle.properties files.

Hotswap is More than Classes

My ode to true hotswap contained one important observation: Now it is easier to change any class in my program than to modify content of Bundle.properties! Here is where all the fun starts, as having the ability to update classes, is just first step, there is much more that needs to be done to make the hotswap real.

Personal tools
buy