ADF Tips: How to get value of UI Components.

We can see often developers asking on the OTN JDeveloper & ADF Forum about how to get the value of an UI Component like an input text or selectOneChoice, etc. There are several ways to do it. The common way developers use to go for is binding the component to a bean and then accessing its value by calling myComponent.getValue(). But what happens when the scope of your bean is not Request or BackingBean ? Continue reading

ADF Tips: How to groovy in ADF.

Groovy, a useful dynamic language for the JVM based on Java but adding powerful features you would often see in others scripting languages like Phyton and Ruby. Groovy is part of the ADF Framework, particullary inside the Business Components world. This post will resume some of the most useful line of code when working with ADF BC and a little bit of Groovy. Continue reading