Posts by 'Ramandeep Singh' – Page 15

Adf printable page behaviour in page fragment

If you have a requirement for opening a printable page and also the print dialog and you are using page fragments then you should implement the RegionController interface rather than  PagePhaseListener. I had such a requirement and then implemented it using RegionController interface. On any page fragment that you are …

JDeveloper 11g changing type map to oracle

In JDeveloper 11g, if you delete the database connection, you will notice that none of the oracle domain types will  appear in the drop down when you create new objects. This happens because  type map of bc4j components is changed to JAVA. Also this will cause problem in case you …

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 …