Java Files in CF

2011-09-29 Thread Robert Harrison
I have a guy writing a procedure that will allow students to automatically log-in to various sites via buttons in the student portal (a secure CF site on my server requiring log-in credentials). He wrote the code for this in java and provided two .jar files. Now he's asking me to copy the

Re: Java Files in CF

2011-09-29 Thread Aaron
You can put the files anywhere you like. All you need to do is add the path to the jars in your classpath in CF Admin, and yes you will need to bounce ColdFusion afterward. Aaron DeRenard On Thu, Sep 29, 2011 at 1:20 PM, Robert Harrison rob...@austin-williams.com wrote: I have a guy

Re: Java Files in CF

2011-09-29 Thread Russ Michaels
put then in the lib folder, or you could always use JavaLoader to do within CF. On Thu, Sep 29, 2011 at 7:20 PM, Robert Harrison rob...@austin-williams.com wrote: I have a guy writing a procedure that will allow students to automatically log-in to various sites via buttons in the student

Re: Java Files in CF

2011-09-29 Thread Alan Rother
You can also load the JARS on demand using Mark Mandel's JavaLoader project http://javaloader.riaforge.org/ -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe

RE: Java Files in CF

2011-09-29 Thread Robert Harrison
Great advertising can't be either/or.  It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Thursday, September 29, 2011 2:24 PM To: cf-talk Subject: Re: Java Files in CF put

Re: Java Files in CF

2011-09-29 Thread Russ Michaels
- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Thursday, September 29, 2011 2:24 PM To: cf-talk Subject: Re: Java Files in CF put then in the lib folder, or you could always use JavaLoader to do within CF. On Thu, Sep 29, 2011 at 7:20 PM, Robert Harrison rob...@austin-williams.com

RE: Java Files in CF

2011-09-29 Thread Robert Harrison
://www.austin-williams.com/unplugged -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Thursday, September 29, 2011 2:38 PM To: cf-talk Subject: Re: Java Files in CF here you go http://javaloader.riaforge.org/ Russ On Thu, Sep 29, 2011 at 7:27 PM, Robert Harrison

RE: Java Files

2004-02-01 Thread Dave Watts
I've installed CFMX6.1 on Websphere. When I run a file say test.cfm it generates a java class which is cftest2ecf9184 Which is fine what I need more is to get the .java file for the same class. Just not familiar with the architecture does CFMX create java files and then compiles

Java Files

2004-01-29 Thread Shahzad.Butt
I've installed CFMX6.1 on Websphere. When I run a file say test.cfm it generates a java class which is cftest2ecf9184 Which is fine what I need more is to get the .java file for the same class. Just not familiar with the architecture does CFMX create java files and then compiles it to class

RE: Java Files

2004-01-29 Thread Tim Blair
does CFMX create java files The original MX did, but 6.1 doesn't - the compiler does a direct CF code - java byte code (.class file) compilation to save (lots and lots of) time during the compilation and initial run phase.Doesn't make a huge difference in production but sure makes development

CFMX and .java files

2003-02-13 Thread Barney Boisvert
I think this will be a fruitless quest, but here goes. I've been doing a lot of back-end Java development for a couple of my CF apps (running on CFMX). I was wondering if there is a place to put your .java files to have them be automatically compiled by the underlying JRun server, rather than