[cfaussie] Re: coldfusion class files

2006-09-27 Thread Mark Mandel
Grant, I'm sorry to say, it's just not that easy. The generated class files are only part of the whole picture - you still need the underlying ColdFusion engine to make them run. You can deploy a coldfusion application (including .cfm files) on a J2EEserver, as a war or a ear archive - which

[cfaussie] Re: coldfusion class files

2006-09-27 Thread Andrew Scott
Grant, The answer is no, and if you want to do what your looking at doing write your libraries in taglibs or java to begin with. Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone:+613 8676 4223 Mobile: 0404 998 273

[cfaussie] Re: coldfusion class files

2006-09-27 Thread grant
ok, thanks Mark, are you saying I could dev in CF and then run the app from an war/ear - completely independently of the CF architecture?On 9/28/06, Mark Mandel [EMAIL PROTECTED] wrote:Grant,I'm sorry to say, it's just not that easy.The generated class files are only part of the whole picture -

[cfaussie] Re: coldfusion class files

2006-09-27 Thread Mark Mandel
http://www.adobe.com/support/coldfusion/j2ee/cfmx7j2ee_home.html Mark On 9/28/06, grant [EMAIL PROTECTED] wrote: ok, thanks Mark, are you saying I could dev in CF and then run the app from an war/ear - completely independently of the CF architecture? On 9/28/06, Mark Mandel [EMAIL

[cfaussie] Re: coldfusion class files

2006-09-27 Thread Andrew Scott
No you still need a CF license. Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone:+613 8676 4223 Mobile: 0404 998 273 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie

[cfaussie] Re: coldfusion class files

2006-09-27 Thread grant
thanks y'allOn 9/28/06, Andrew Scott [EMAIL PROTECTED] wrote: No you still need a CF license. Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone:+613 8676 4223 Mobile : 0404 998 273 --~--~-~--~~~---~--~~ You

[cfaussie] Re: coldfusion class files

2006-09-27 Thread Barry Beattie
and secondly, if our business moves from CF to JSP, am I going to be able to salvage the existing CF applications easily? sorry to say, no hope. do you use an MVC pattern much? do you have the view done up as re-usable custom tags in a tag library? one of Robin Hilliard's pearls of wisdom