April 2009 - Posts

3
Comments

Does Web Services Message Provide Reliability? by nawaf.albadia

Web Service uses HTTP protocol as a communication channel, HTTP also uses TCP/IP protocol. The whole purpose of TCP is to be able to transfer data reliably and so it employs acknowledgements and sliding window mechanisms to guarantee the delivery of the...
Filed under: , ,
0
Comments

Simple JavaScript Debugger using jQuery by nawaf.albadia

Hi, Debugging has been one of the main tools developers use to detect and find application bugs. These tools vary from simple print statement to sophisticated tools such as IDE debuggers and profiling tools. I posted an entry about writing quite simple...
Filed under: ,
More Posts