Posts

Showing posts from October, 2012

I love this Symfony

I love this  Symfony. But I do not know what is its name!

Deploying Oracle ADF Essentials Applications to Glassfish

Image
Oracle Introduces Free Version of Oracle Application Development Framework New Oracle ADF Essentials Brings ADF Benefits to the Broader Developer Community Redwood Shores, Calif. – September 24, 2012 News Facts Oracle today released  Oracle Application Development Framework (ADF) Essentials . Oracle ADF Essentials enables the global developer community to leverage the core capabilities of  Oracle Application Development Framework  free of cost. Oracle ADF Essentials is standards-based and deploys on  GlassFish Server Open Source Edition , giving developers the ability to adopt and extend Oracle ADF functionality to new environments. To simplify the developer experience and deliver rich functionality,  Oracle JDeveloper provides visual and declarative development capabilities for Oracle ADF Essentials. Oracle Enterprise Pack for Eclipse  is intended to support Oracle ADF Essentials in a future release.    for more information  http://www.oracle.com/us/corporate/pre

How to get a value form the resource bundle file in ADF

Image
Hi So many times we need to show message to the users. The problem is that we do not want to pass the message text as hard coded. We sometimes need to read this message from the resource bundle. In this discussion , I will show how to achieve this task within both the ViewController and Model project. 1- How to achieve this in the ViewController Project. The following method accepts a String parameter which is the KEY and return the text for this key in the resource bundle. String resourceBundle is variable represents the class name of the resource bundle file. In order to now the resource bundle for the project , Just go to the project property,Resource Bundle /** * added by tarek fathy  * oct 02 2012  * use this method to return a value from the ViewControllerBundle file  * just pass the key  * @param identifier  * @return String  * this method will work only if the recource bundle is org.dhaman.es.view.ViewControllerBundle  */  public static String getStringFromReso

ADF sample projects

http://java.net/projects/smuenchadf/pages/ADFSamples