Posts – Page 16

Enabling caching in REST

Ideally the resources like images, flash files etc should be cached on the client browser or proxy server to reduce server load and reduce bandwidth consumption. In this post i will explain on how one can enable caching of these resources if they are exposed as restful resources using JERSEY …

Content Management System (Tiny MCE ,Richfaces and Jersey)

In this post i will explain on how one can easily create a Content Management System using Tiny MCE , Richfaces and Jersey. This application as a whole can then be used to serve the content dynamically and can be integrated with your site. The usage of three components is mentioned …

RichFaces File Upload Tutorial

Rich Faces consists of some really useful components that can be used to make as they say  some very "rich web applications". In this tutorial i will be explaining about how to use richfaces file upload component to store a file into the database and then retrieve the file using …

Installing mod_ssl on apache: X.509,Certificate Authority,digital signatures explained

If you want to secure connection to a resource on your apache web-server by using public key encryption technique then you can add the mod_ssl module into the apache web-server for that purpose.
Here are the list of things that are explained in this tutorial:-
  1. Installing OpenSSL
  2. Public key encryption …

Dual core processors: The main logic

The dual core and quad core processors have become very popular nowadays but the main reason behind their success is the power management.
There are two basic concepts that one must know, they are :-
Overclocking the processor :-
Let's say that ideally a normal single core processor takes x units of …