Entries from Shay Shmeltzer's Weblog tagged with 'JSF'

Tricks for the New JSF Visual Editor in JDeveloper 11g PS1

We did a lot of enhancements in the visual editor in the new JDeveloper 11g 11.1.1.2. I recorded this short 3 minute demo to show you a couple of the things that are a bit hidden, but can be useful...

Exploring the New ADF Faces Hierarchy Viewer

One of the new JSF components introduced in Oracle JDeveloper 11g 11.1.1.1 is the Hierarchy Viewer (or HV for short). Visually this is definitely one of the more impressive components in the ADF Faces set of components. It uses flash...

A Better Looking ADF Faces Application Sample

One of my tasks for the Fusion Middleware 11g launch event was to build the JDeveloper/ADF part of the demo (along with Juan). One key thing that made a difference in the resulting demo was that we got help in...

Working with third party JSF components in JDeveloper (woodstock sample)

Juan just published a nice matrix that show developers who were using the Woodstock set of components how ADF Faces has the components that match their requirements. One thing I did for this is created a quick demo that shows...

When-Validate-Item trigger in ADF with PPR

Here's a common thing that many Forms developers who move to ADF run into - you have a field that is a code and you want to display the translation of the code in the field next to it when...

Simple JSF Login page with Users in a DB table

For some reason one common request we see on OTN, especially from people who just start their JDev/ADF route from Oracle Forms background, is to create a login screen that uses a database table with username/password to validate users. It...

No Code Drag and Drop for JSF with ADF Faces RC

While working on one of the demos for OTN, I found out that between the technology preview versions of JDeveloper and the production JDeveloper 11g - making a drag and drop operation in your JSF Web interface just got a...

Using selectOneChoice with JPA relationships

On OTN some asked how to create a selectOneChoice item from an object that relates to another object when using JPA and ADF Faces. Here is the quick how-to. We'll use the default Employees and Departments table from the HR...

JavaOne "JSF Limitation" Session and pre-run at Austin JUG

I'll be presenting a session on "The Limitation of JSF and How to Overcome them" at JavaOne - I'll also be doing a version of it on Tue next week at the monthly meeting of the Austin JUG. The session...

The "JSF - A Wish List" Article is Out

I wrote an article for JDJ magazine about the things that are missing in the JSF RI, and how frameworks such as Oracle ADF address the missing things and the small gaps. You can read the article online here. The...

JSF Component Creation Made Easy

Creating JSF components is not as easy as it should be. We have a complete team here at Oracle who works around the clock to create our JSF components (the ADF Faces components). But in JDeveloper 11 there is a...

Regular Expression Validation in JSF

When most people look at the list of components in ADF Faces they mostly focus on the visual components - and that's understandable, but if you look closer you'll find that there are also non-visual components included such as several...

Ajax with JSF - A Step by Step Tutorial

Last week we published a new tutorial out on OTN that takes you through the process of creating an Ajax enabled Web application using JSF with ADF Faces Rich Client. It covers a lot. From creating layouts, to using advance...