CSC/ECE 517 Summer 2008/wiki1 3 jb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This wiki will explore how <b>reflection</b> is implemented with both Ruby and Java, with the goal of showing which language's implementation makes it easier to write, easier to understand, and more efficient.
This wiki will explore how <b>reflection</b> is implemented with both Ruby and Java, with the goal of showing which language's implementation makes it easier to write, easier to understand, and more efficient.


Line 10: Line 9:
==Links on Java reflection==
==Links on Java reflection==
http://java.sun.com/docs/books/tutorial/reflect/index.html
http://java.sun.com/docs/books/tutorial/reflect/index.html
http://java.sun.com/developer/technicalArticles/ALT/Reflection/index.html

Revision as of 21:22, 30 May 2008

This wiki will explore how reflection is implemented with both Ruby and Java, with the goal of showing which language's implementation makes it easier to write, easier to understand, and more efficient.

Basics

Reflection in Java

Reflection in Ruby

Links on Java reflection

http://java.sun.com/docs/books/tutorial/reflect/index.html http://java.sun.com/developer/technicalArticles/ALT/Reflection/index.html