Home » Oracle ADF

public void populate_provinciasLOV(RichSelectOneChoice IUSelectOneChoice, UISelectItems UISelItem, BigDecimal Pais) { BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry(); //Ejecutamos la consulta pasándole un parámetro bindings.getOperationBinding(“ExecuteWithParams”).getParamsMap().put( “x_pais_id”,Pais); ...
Filed in: Oracle ADF
public void populate_provinciasLOV(RichSelectOneChoice IUSelectOneChoice, UISelectItems UISelItem, BigDecimal Pais) { BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry(); //Ejecutamos la consulta pasándole un parámetro bindings.getOperationBinding(“ExecuteWithParams”).getParamsMap().put( “x_pais_id”,Pais); ...
Filed in: Oracle ADF
En un proyecto en el que estoy trabajando ha surgido la necesidad de llenar Select One Choice con datos que no proviene de un Bussines Component por lo que aqui les tengo una solución de como llenar con java este tipo de elementos. Es necesario que nuestro selectonechoice contenga un elemento de tipo f:selectItems y este a su vez este asociado a un...
Filed in: Oracle ADF
ADF 11.1.1.2 added a new Auto Suggest capability that allows you to provide automatic suggestions as a user types data in a field (just like Google do).  This post provides a quick demo of how to use this capability.  You will need JDeveloper 11.1.1.2 (or later) to do this. First, we create a new application, by selecting New from the File menu. ...
Filed in: Oracle ADF

ADF UI: Creating Autosuggest LOV Dinamic

Posted by on noviembre 17, 2011
I was curious to know if ADF supports autosuggest LOVs just like google search.. getting suggestions as you type in. Now, I found ADF has a nice way to achieve auto-suggest LOVs.  Here is the example workspace. 1. Example UseCase:  Let us take simple example based on scott schema. Lets say we’re creating a new employee record and we need to...
Filed in: Oracle ADF
By Dana Singleterry on Jan 04, 2009 The process of successfully deploying a 11g ADF BC application to Tomcat 6.x has created a buzz in the JDeveloper forums and there appears to be some confusion as to the best approach. This blog entry documents one approach and includes the basic steps required to deploy and run a simple application that uses ADF...
Filed in: Oracle ADF
People probably could think – ADF Task Flow is cool thing, but what it give us in daily life. How it can be applied in our projects? In this post, I will try to answer this question. I will describe two key features, you can start to use ADF Task Flow based on this functionality. ADF Task Flow contain many important things, but those two I think...
Filed in: Oracle ADF

Working with ADF Faces Calendar Component

Posted by on noviembre 11, 2011
Introduction Oracle JDeveloper 11g Release 1 has a number of new features and this How To Document highlights the new ADF Calendar Component and includes a sample application to demonstrate use of the component. The ADF Faces calendar component displays created activities in daily, weekly, monthly, or list view for a given provider or providers where...
Filed in: Oracle ADF
When we build a web application which contains an ADF Table (with multiselect option), in many cases, we require to get all the selected rows to process through backing bean. This example will illustrate how to achieve that. Assuming that we already have an application, that contains an ADF Table with multi-selection enabled (i.e the web page look...
Filed in: Oracle ADF
You can make a JDeveloper model View Object (VO) use a data query that has a custom variable accessor in Java.  This is useful for cases where you want your where clause to select based on the current user name from the ADF Security context. Go to the “Query” tab of your view object: Add a new Bind Variable and make sure to specify “Expression”...
Filed in: Oracle ADF
Hola amigos, en esta oportunidad haremos una aplicacion con reportes, claro esta utilizando Jasper and IReport, para ello utilizaremos lo siguiente: JDeveloper 10.1.3.4.0 IReport 2.0.4 1. El esquema que utilizare es algo sencillo, a ver: El codigo sql : CREATE TABLE TBAREA ( IDAREA NUMBER NOT NULL, DESAREA VARCHAR2(100), FECHACREACION DATE ) ; CREATE...
Filed in: Oracle ADF

ADF: desarrollo Java EE con Oracle

Posted by on noviembre 11, 2011
Dentro de las tecnologías de desarrollo JavaEE, Recordemos que lo de J2EEestá ya pasado demoda, se ha llegado a un punto de estabilidad donde han conseguido tener presencia aquellas técnicas, ideas y librerías que se lo merecen porque con su “saber hacer” aportan algo útil a los desarrolladores. Entre todos los supervivientes, cada grupo de...
Filed in: Oracle ADF

EL – Expression Language en ADF Faces

Posted by on noviembre 11, 2011
EL es un lenguaje de scripting que hace parte de la especificación de JSF con el objetivo de facilitar simplificar el acceso a los componentes de una página sin necesidad de utilizar código Java. Siendo ADF Faces un framework basdo en JSF vamos a ver en este articulo como podemos utilizar EL dentro de nuestras aplicaciones basadas en JSF. Al ser...
Filed in: Oracle ADF
Developing RIA Web Applications with Oracle ADF Purpose This tutorial shows you how to build a rich Internet application that interacts with a database. You’ll be using Oracle JDeveloper 11g Version 11.1.1.2.0 and the ADF framework to build the application, and in the process you’ll work with Oracle ADF Business Components, Oracle ADF Faces...
Filed in: Oracle ADF
Build a Web Application with JDeveloper 11g Using EJB, JPA, and JavaServer Faces Purpose In this tutorial, you use Oracle JDeveloper 11g Version 11.1.1.2.0 to build a web application. To build the data model, you use the EJB diagrammer, utilizing EJB 3.0 and Java Persistence API (JPA). For the web client, JavaServer Faces (JSF) is used. A master-detail...
Filed in: Oracle ADF
office automation book