Kataba : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)
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.8, preferably 1.8.0_131. If you can’t see the prices in your local currency, Troubleshoot. Use Firefox for best results.

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


This page is posted
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
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.188.40.207]
You are visitor number