Rob Gonda's Blog

Google Code Search

Google has released Code Search, a new service, again, geared towards developers. They added a special search that only looks through source code. It would find anything inside JavaScript, HTML, License files, or other text based code. It would even look inside zip files. It's easier now to track down who's using your code :) , or find examples of code you're looking to use... really nice!

Flex 2 is coming

they say two weeks

ajaxCFC meets log4javascript

I was playing today with log4javascript and I thought it was a good idea to integrate it with ajaxCFC. I added a couple of basic log calls as shown in this example.

I added a trace for the invoked call, showing the call ID, remote method name, and serialized arguments, followed by the server response. I also added a broken call to illustrate logs of a server side error.

In order to enable the debugging, all you have to do is to add debug: true to the ajaxConfig object. If this key is not present, the debugging classes won't even be included, to save on loading time and performance.

Let me know what you think.

This blog is running version 5.9.003. Contact Blog Owner