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]

Reply via email to