Featured Tutorials, Tips & Tricks

RPC in Javascript using JSON-RPC-Java

RPC in Javascript using JSON-RPC-Java

Remote procedure call (RPC) in javascript is a great concept of creating rich web applications. First we will see some background about RPC using JavaScript Object Notation (JSON). See following quote from Wikipedia entry...

Enable GZIP compression in tomcat

Enable GZIP compression in tomcat

What is GZIP? It is a compression format created by Jean-Loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992. GZIP is based on the DEFLATE algorithm, which is...