Off topic but I thought someone here might know the answer. Is it possible to dynamically instantiate a class in Java? Similar to how you could do:
<cfset myObjVar = "someComponent" /> <cfset myObj = createObject( 'component', '#myObjVar#' ) /> In other words, to instantiate a class in Java when you won't know until runtime what class you want to instantiate? Thanks, Brian ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
