Kataba : Java Glossary

The CurrCon Java Applet displays prices on this web page converted with today’s exchange rates into your local international currency, e.g. Euros, US dollars, Canadian dollars, British Pounds, Indian Rupees… CurrCon requires an up-to-date browser and Java version 1.6 or later, preferably 1.7.0_21. If you can’t see the prices in your local currency, Troubleshoot
Kataba
A way of speeding up reflection 100x to almost the speed of interface calls via dynamic compilation (JVM (Java Virtual Machine) byte code generation). $75.00 USD .

Reflection done with Kataba

// The following code dynamically does
// new Dyna().setName("Matt");
// using Kataba.

// Object dyna = new Dyna();
Object dyna = FuncUtil.func_o( "Dyna()" ).call();

// dyna.setName( "Matt" );
FuncUtil.func_v( dyna, "setName(String)" ).arg( "Matt" ).call();

Reflection done Traditionally


CMP homejump to top

available on the web at:

http://mindprod.com/jgloss/kataba.html
  

optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\kataba.html
logo
Please email your , letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email. If you want your message, your name or email kept confidential, not considered for public posting, please explicitly specify that. Unless you state otherwise, I will treat your message as a letter to the editor that I may or may not publish in the feedback section. After that, it will be too late to retract it. If you disagree with something I said, especially when sending an ad-hominem attack, a rant composed mainly of obscenities or a death threat, please quote the offending passage and cite the web page where you found it, tell me why you think it is wrong, and, if possible, provide some supporting evidence. I can’t very well fix erroneous or ambiguous text if I can’t find it.
Blog
IP:[65.110.21.43]
Your face IP:[67.202.9.192]
You are visitor number 11,056.