Yes but for edification purposes and those times when you really want to
get something to scale properly over the life span of the particular
minor/major version you are dealing with... ;)
After my initial email I did come across Javadocs for JRun API:
http://livedocs.macromedia.com/jrun/4/javadocs/index-all.html -
considering the manitude of API calls, I think I can rest assured
knowing that Im in the right place. (oooohhh joy)
I don't quite understand what you mean by cfdump being my friend however
as something such as the following would only provide me a dump of
application scope vars / contents ... are you speaking of some other
call(s) ?
<cfdump var="#getPageContext().getCFScopes()#">
Best Regards
Ramene Anthony
most people don't know what they're doing, and a lot of them are really
good at it.
-- George Carlin.
________________________________
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 2:08 PM
To: CF-Talk
Subject: RE: MX Internals
I wouldn't spend much time on this, as it's not guarenteed to stay
constant
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]

