Would any of you be interested if I posted all ajaxCFC related entries here? I am inclined to say yes, but let us leave it for popular decision. What do you...
Finally finished that JVM monitoring app using ajaxCFC that I had mentioned on Rob's blog. Of course, you need the 1.5 JDK for it to be useful for you, but if...
I have no real need for your to duplicate your work here on the group site. Should just be for discussions, and not announcements/news. My 2 cents. ... ...
I have no real need for your to duplicate your work here on the group site. Should just be for discussions, and not announcements/news. My 2 cents. ... ...
Rob, read your comment on your blog about Ethereal - which I use - and I personally find it overkill for something like AJAX peeking. Something that I think is...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajaxcfc group. File :...
ajaxcfc@yahoogroups.com
Jan 3, 2006 8:25 pm
14
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajaxcfc group. File : /me_styles.zip ...
ajaxcfc@yahoogroups.com
Jan 3, 2006 8:36 pm
15
Does someone have an example where you have links, click on a link, go to database, get and display record information. Might be simple to you, but I just...
it looks like there is a customTag /CFOBJECTS used by Application.cfcmissing in the zip-file. the app looks promising... daniel ... -- Daniel Schmid ...
one way is to return queries as an arrayofstructs in coldfusion http://www.cflib.org/codeView.cfm?ID=287 on the client I found the sDumper.js script very...
Thanks Steven. I just installed it and indeed, it looks pretty good. Better than Live HTTP headers, and not as overkill as Ethereal... However, after only 2...
Same here; I just got back home … I can put up a quick example. Something like populating fields triggered by a drop down change ... Is that sort of what...
Didn't know that about Ethereal as I'm not a heavy user. Just know its out-of-the-box abilities and haven't really looked at its advanced features. Like most...
Ok, just threw together a real hack, but it gets the job done. Create a test folder somewhere in your root. Create a directory named 'ajaxtestsjs' under that...
Thank Steve. You're faster than I am :) I also put together a quick example, which you can find and download in my site. Mine doesn't actually use a real...
Thank you Steve and Rob for the examples. I am greatly appreciative of the speed you guys responded. And thank you Daniel for the hint in re the udf. I will...
Steven, Any chance you can indicate the way or direction to pull active CF requests from the JVM, indicating the template path and cpu time? Other information...
I'm fairly sure I can get that info. Testing it on 1.4.2 would be trickier since none of my development environments are set up to use it (though it's easy...
After installing and testing AJAXCFC I am happy with the results as everything works as it should. I have successfully changed the query to get the data from...
The fieldnames can be upper case and have underscores; that would not break anything. They do not have any length limitation either. As far as results, I never...
Out of curiosity, did you get it running? I never received your email. I can put an example using ms-sql if you provide me the field names. Best, -Rob...
All, I'm completely new to AJAX but established with CF. I've reviewed the (limited) documentation for ajaxCFC... is there a "ajaxCFC for Dummies" type...
I wrote an article for the CFDJ a while back that takes it from the beginning. It uses cfajax, not ajaxCFC; but transporting it is straight forward as both are...
hi Jack A nice wy to start was for me to port all examples from cfajax to ajaxCFC. It's really not so difficult because the js part is quite similar ... and ...