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 a Jersey restful web service.
The file upload component of rich faces supports two modes of uploading.
To store the uploaded file in a temporary directory or
To keep an in memory representation of it.
I will be explaining about how to use the latter one the reason...
ADF Examining memory leaks
Simply Read: A RSS/Atom Reader
Event Handlers in OIM 11g
Analyzing and Fixing memory leaks in Android
Driving security for ADF Essentials: Part1
Target Reconciliation Scheduler in OIM 11g
Using Lucene in Android
Better Charting with NVD3
ADF: Doing Runtime Entity Validations
ADF View Criteria Performance Impact
Oct 3, 2010
Aug 29, 2010
29
August
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:-
Installing OpenSSL
Public key encryption standard.
Certificate Signing Authority(CA) and...
Posted on Sunday, August 29, 2010 by Unknown
Aug 15, 2010
15
August

In case you want to schedule or automate tasks like shutting down, restarting, hibernating , Standby and Locking then you can use this simple application made by me. It utilizes the psshutdown application and has a automated counter for planning the aforementioned tasks.
Installation:-
Just extract the rar file and after you extract there will be...
Posted on Sunday, August 15, 2010 by Unknown
Jun 14, 2010
14
June
Browser's have same origin policy for ajax requests which means you cannot make a cross domain ajax request.
To overcome this barrier the following methods may be used.
Use JSONP
Make a service proxy
Use dynamic script element
In this post i will be explaining about how to use JSONP . I will be writing a simple script in dojo that will communicate with twitter api and return user's latest tweet's. The dojo.io.script method works by sending name of the callback method along with the asynchronous request and on completion of the request...
Posted on Monday, June 14, 2010 by Unknown
May 20, 2010
20
May
The display problems in linux occur mostly due to misconfiguration of X-server config file (xorg.conf) this may happen when you install or update graphics driver for your display card or due to various other reasons.
So to troubleshoot GUI display problem just follow these steps:
Login as root
At the shell prompt navigate to /etc/X11 directory (cd /etc/X11)
Copy the failsafe configuration file to original file
"cp xorg.conf.failsafe xorg.conf"
Start the x-server
"startx"
The aforementioned steps should resolve the display problems :-)...
Posted on Thursday, May 20, 2010 by Unknown
Apr 18, 2010
18
April

You might encounter a problem that when you start the kmix sound mixer you would not see any thing happening. It happens because it runs as an hidden application, so to access it you would need to add the system tray widget.
To add the system tray widget to your panel perform the following steps:-
1. Right click on the panel that you want to add...
Posted on Sunday, April 18, 2010 by Unknown
Subscribe to:
Posts (Atom)
Subscribe to Feeds
About Me
Google Translate
Connect !
Categories
ADF
(30)
java
(21)
windows
(20)
Counter Strike 1.6
(13)
Android
(11)
Unix/Linux
(10)
ADF security
(8)
Apache Spark
(8)
Scala
(6)
Search engine Optimization
(6)
jdeveloper11g
(6)
rest
(6)
Computer Networking
(5)
Cool Tutorials
(5)
Retrofit
(5)
Security
(5)
Fortress
(4)
OIM11g
(4)
jsf
(4)
oracle 11g
(4)
Big Data
(3)
Hive
(3)
OPSS
(3)
OpenLDAP
(3)
Wordpress
(3)
javascript
(3)
sql
(3)
website on pc
(3)
Google
(2)
Programming Stuff
(2)
Songbird
(2)
Usenet
(2)
php
(2)
search engines
(2)
wallpapers
(2)
webserver
(2)
Dynamic Dns
(1)
ECM
(1)
Impala
(1)
Lucene
(1)
Softwares
(1)
apache
(1)
code coverage
(1)
firefox
(1)
jmeter
(1)
whitepaper
(1)
Total Pageviews
955,080
Popular Posts
-
Are you annoyed of motion blur that occurs in Need For Speed Most Wanted when the car goes at higher speeds ? Well if you are then there ...
-
In this post i am sharing the process to make your own custom reconciliation connector. The process flow of the scheduler is shown in the be...
-
As you all are aware that Google Plus is shutting down in March 2019 and so are all its services. I have had a legacy android app on p...
-
This Windows utility is used to repair the system databases in windows. Windows xp stores the databases with .sdb extension. Databases li...