Posts

Showing posts from April, 2014

Oracle ADF: Add a Favicon to Page, Page Template

Image
A favicon, also known as a web site icon, tab icon or bookmark icon, most commonly 16×16 pixels, associated with a particular Web site or Web page. Resources used -           Jdeveloper IDE   (11.1.2.3.0) -           Internet Explorer 10 (10.0.9200.16384) So, how to implement this in Oracle ADF? It’s simple, take a breath there! Ø   Create an ADF Application Ø   Place the favicon image (e.g. used in POC – flower_blue.ico) in the Web Content Root location as depicted in the image below. (FaviconViewController\public_html). For supported image file formats check http://en.wikipedia.org/wiki/Favicon#File_format_support Ø   Set “ smallIconSource ” value equal to “ /flower_blue.ico   ” under Appearance of af:document tag.     Image - 1 Ø   Set the Java EE Application web context root to “ / ” as...