across versions, so all your work could be for naught when 6.2 comes out (or
whatever the next version is).
That being said, CFDUMP is your friend for getting started. You can also
intentionally throw certain errors in your code and examine the stack traces
in the debugging output. You might also find the built-in reflection
abilities of Java helpful for some of the classes you want to learn about,
but can't get an instance of to CFDUMP. Finally, lots of trial and error
will round out the process.
Cheers,
barneyb
> -----Original Message-----
> From: Ramene Anthony [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 19, 2004 10:44 AM
> To: CF-Talk
> Subject: MX Internals
>
> Team
>
> Kinda off topic. Id like to get into the guts of MX via its internal
> functionality calls available to us all via Java api. But Im having a
> bit of difficulty finding any documentation on any of it of
> whatsoever.
>
> For arguments sake, say I wanted to learn how MX stores and looks up
> cached queries. Where would I start ?
>
> Granted Brandon Purcell's Component Invoker is an good
> start... but it's
> almost like shooting in the dark with your parents in the
> room! (oopps,
> sorry Mom!)
>
> Even learning how to add/manage/manipulate mappings like the
> following:
>
> <cfscript>
> factory = createObject('java','coldfusion.server.ServiceFactory');
> mappings = factory.runtimeservice.getMappings();
> mappings['/foo'] = "c:\somepath\foo";
> </cfscript>
>
> Best Regards
> R . Anthony
>
>
>
> This email and any files transmitted with it are confidential
> and intended solely for the use of the individual or entity
> to whom they are addressed. If you have received this email
> in error please notify the system manager. This message
> contains confidential information and is intended only for
> the individual named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail.
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

