Talk Proposal: JavaEE needs some love, too !

Remi Forax forax at univ-mlv.fr
Sat Nov 30 21:51:04 CET 2013


title: JavaEE needs some love, too !

abstract:
Java EE implementations like Spring, JBoss or Hibernate use proxies to 
implement the mapping between annotated methods and services provided by 
these annotations.
This mapping is very similar to the way dynamic language runtimes work 
internally,
but unlike dynamic language runtime, JavaEE implementations doesn't 
generate bytecode
thus can not use invokedynamic.
This talk will present a new Java keyword, interceptable, that enables 
Java the language thus Java EE implementations to use invokedynamic 
while still being statically typed.

Rémi



More information about the java-devroom mailing list