Re: Java 7 is adding dynamics

2010-04-09 Thread MarkSwanson
On Apr 9, 9:31 am, Alen Ribic wrote: > I came across this > posthttp://www.baptiste-wicht.com/2010/04/java-7-more-dynamics/ > and though this would be a good place to share. The article seems to say that using this API instead of reflection will make dynamic calls "almost the same as a standard

Java 7 is adding dynamics

2010-04-09 Thread Alen Ribic
I came across this post http://www.baptiste-wicht.com/2010/04/java-7-more-dynamics/ and though this would be a good place to share. This JSR only impact the bytecode not the language. But with Java 7 we’ll see a new package java.dyn that use this new functionality. That package will improve