During my RichFaces session at JBoss World 2009, I showed three small
examples of using Ajax with RichFaces 3.3, JSF 2, and RichFaces 4. I thougth
it would be a good idea to show you the difference or more correct the
similarities between the three. I will be blogging more about RichFaces 4 and
JSF 2 so this is just a quick introduction.
I will show a small “Echo” application. There is one input field and as
as you type, the input is echoed on the next line. On another line, the
length of the string entered is counted. It looks like this:
RichFaces 3.3
more)
The a4j:region tag in RichFaces is probably one of the most misunderstood
tags, but it provides one of the most important features in RichFaces. With
it, server-side processing can be limited to only certain designated
components.
One reason for misunderstanding could be the tag name. Many believe that the
region tag limits what is rendered in the JSF component tree (to the
browser). Ho... (more)
Exadel Flamingo RIA framework comes with CRUD application generator. Using
the maven-based generator, you can easily generate JavaFX user interfaces
connected to Spring or Seam back-ends. In this post I showed how to do it
Seam. Let’s do the same with Spring framework. There are just a few simple
steps.
If you don’t have, download and install JavaFX SDK 1.2 for your operating
system. Se... (more)
It’s been a while since I posted any news JavaFX plug-in for Eclipse, but
we’ve been working hard on the following new features:
Code assist for syntax keywords Code assist for system classes Code assist
for attributes of system classes Code assist for user classes Code assist for
attributes of user classes Syntax highlight
A new version will be released in the next two weeks. Stay tuned!
... (more)
2008 is going to be an important year for Rich Internet Applications. Most
organizations are delivering or planning to deliver Rich Internet
Applications; however, at the same time, most IT managers are facing a
dilemma: which Rich Internet Application technology and platform to use? The
number of different frameworks and libraries is too vast to even consider
evaluating a fraction of t... (more)