RSS feed
[root]
/
features
/
java
/
weblog
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Wed Aug 26 06:25:14 GMT 2020
reflection
Good : dynamic, generic
Bad: slow, don't work with Obfuscators and most searching and refactoring tools
http://jroller.com/page/ie?entry=time_to_reconsider_reflection
A very nice tool to get parameter name -
https://github.com/paul-hammant/paranamer
(e.g.: user of getUser(User user))
How to improve the performance -
http://coding-masters.blogspot.com[..]-reflection-as-fast-as-direct-calls.html
The problem of using reflection to modify final field -
http://www.azulsystems.com[..]7-writing-to-final-fields-via-reflection
Using reflection for using test -
http://www.javaadvent.com[..]f-hacking-enums-and-modifying-final.html
Sharing about using invokedynamic -
http://www.infoq.com/presentations/invokedynamic
http://www.infoq.com[..]ticles/Invokedynamic-Javas-secret-weapon
https://www.infoq.com/articles/Invokedynamic-Javas-secret-weapon
LamdbaMetafactory is pretty fast. (*) -
https://www.optaplanner.org[..]8/01/09/JavaReflectionButMuchFaster.html
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next