On Apr 5, 2005 12:53 PM, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Is there any performance reasons for omitting CF Admin and/or source code
> 9or is it more to keep the app from being messed with in production)?

Most people who want sourceless deployment, want it because of
intellectual property issues - just not wanting to distribute source.

The CF Admin is a very powerful tool that you might not want clients
to have to deal with - you might provide a simple admin console within
your own application instead.

Just to note, the issue of sourceless deployment is often wrapped up
with J2EE deployment but they are actually separate. Sourceless
deployment just means compiling CFM / CFC files to Java bytecode and
deploying the bytecode to another CFMX server. The cfcompile batch
script is present in every edition (cfcompile.bat on Windows, don't
know about *nix since it actually is not present in the pure Java
install as far as I can see on Mac). The compiled Java bytecode files
can then be copied to any CFMX 7 edition - including Standard - and
they will execute.

J2EE deployment is separate but offers the option of omitting source
code in the package - in which case it performs the sourceless
deployment trick for you automatically and puts the compiled Java
bytecode into the EAR/WAR with the CF runtime.

Hope that's all clear?
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201608
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to