Java and Memory Protections
Posted Nov 22, 2006 14:16 UTC (Wed) by
smitty_one_each (subscriber, #28989)
In reply to:
Java and Memory Protections by NAR
Parent article:
Virtual Machines and Memory Protections
Isn't dynamic code generation a natural consequence of a virtual machine coupled with reflection?
If my understanding of what the Apache Tomcat code was correct back in '03, at boot-time, the XML configuration files got parsed and instantiated all of the security classes for the app server via reflection: the XML was a de facto scripting language for the JVM.
(
Log in to post comments)