Home » Posts tagged with "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
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

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
office automation book