JavaOne2013
From APIDesign
(Difference between revisions)
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
[[JavaOne]] 2013 is in progress and in contrast to [[JavaOne2011]] I am not going to talk about [[API]] Design [[Paradoxes]]. Rather listen. Anyway on Wednesday I'll talk about [[Bck2Brwsr]]. | [[JavaOne]] 2013 is in progress and in contrast to [[JavaOne2011]] I am not going to talk about [[API]] Design [[Paradoxes]]. Rather listen. Anyway on Wednesday I'll talk about [[Bck2Brwsr]]. | ||
+ | |||
+ | [[Image:J1-2013-htmlforfood.jpg|right]] | ||
== [[Bck2Brwsr 0.8]] Resources == | == [[Bck2Brwsr 0.8]] Resources == | ||
- | * [[VM]] repo: http://source.apidesign.org/hg/bck2brwsr/ | + | * [[Bck2Brwsr]] [[VM]] repo: http://source.apidesign.org/hg/bck2brwsr/ |
* Demo repo: http://source.apidesign.org/hg/html~demo/ | * Demo repo: http://source.apidesign.org/hg/html~demo/ | ||
* [[NetBeans]] plugin: http://plugins.netbeans.org/plugin/50521/ | * [[NetBeans]] plugin: http://plugins.netbeans.org/plugin/50521/ |
Current revision
JavaOne 2013 is in progress and in contrast to JavaOne2011 I am not going to talk about API Design Paradoxes. Rather listen. Anyway on Wednesday I'll talk about Bck2Brwsr.
Bck2Brwsr 0.8 Resources
- Bck2Brwsr VM repo: http://source.apidesign.org/hg/bck2brwsr/
- Demo repo: http://source.apidesign.org/hg/html~demo/
- NetBeans plugin: http://plugins.netbeans.org/plugin/50521/
Lessons Learned
At The Art and Science of BackwardCompatibility - Deserialization can change value of a final field.
Learned how to use Lambdas.