By Max Katz
July 22, 2009 04:18 PM EDT
Check out this great article by Ilya Shaikovsky (Exadel) on using RichFaces
push to do partial table update. Ilya is also the author of chapter 10:
Scrollable Data Table and Tree in Practical RichFaces book.
... (more)
|
By Max Katz
July 20, 2009 10:30 PM EDT
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... (more)
|
By Max Katz
July 20, 2009 12:15 PM EDT
Stephen Chin has launched a new web site to help grow JavaFX community. Check
it out here. Stephen is also the author of JavaFX Dzone Refcard.
... (more)
|
By Max Katz
July 14, 2009 06:19 PM EDT
If you have been using JSF for a while, you know that in some instances,
request scope is too short and session scope is too long to store objects.
This of course applies to a situation where you need to keep some data for
longer than a request but less than session. If you use S... (more)
|
By Max Katz
July 14, 2009 09:30 AM EDT
Today we released Exadel Studio JavaFX plug-in for Eclipse version 1.0.1.
Here is what’s new in this version:
New icons (screen shots - this was a previous minor update) Updated menu
actions (now available directly on the perspective) Compiled with JDK 1.5 for
Mac OS support App... (more)
|
By Max Katz
July 13, 2009 06:30 PM EDT
Here is something you may or may not know. JSF Mojarra comes with a small
extension tag library with three tags: regular expression validator, credit
card validator, and focus setting tag. They are available since JSF version
1.2_09, but maybe even earlier (I didn’t check).
Page... (more)
|
By Max Katz
July 1, 2009 08:06 PM EDT
One of the new components in RichFaces 3.3.1 is rich:colorPicker. The
component is based on jQuery widget and has the same functionality and
events. Using the component is straight forward. Here is an example.
JSF page:
more)
|
By Max Katz
June 30, 2009 02:44 PM EDT
The following series shows how to connect JavaFX to enterprise server-side
technologies. This series covers Seam.
Part 1 - Introduction: JavaFX and Seam with Flamingo Part 2 - Tutorial:
JavaFX and Seam with Flamingo Part 3 - Flamingo CRUD feature Tooling: Exadel
JavaFX plug-in f... (more)
|
By Max Katz
June 29, 2009 07:31 PM EDT
RichFaces comes with a4j:status tag that allows to show AJAX request status.
Here is an example how to create a page-level indicator, in other words, any
action from this page will trigger the status to be displayed. It’s one way
to tell the user that something is happening. Tech... (more)
|
By Max Katz
June 29, 2009 04:17 PM EDT
Exadel JavaFX plug-in now works with Eclipse 3.5. Quick getting started is
here.
... (more)
|
By Max Katz
June 29, 2009 12:10 PM EDT
Part two of JavaFX and Seam with Flamingo article. Part one here. This part
is a step-by-step tutorial on how to connect JavaFX to Seam with Flamingo.
... (more)
|
By Max Katz
June 26, 2009 01:24 PM EDT
We have updated our JavaFX Studio plug-in for Eclipse.
Applet deployment has been updated to create exactly the same deployment
structure if you were to run javafxpackager from the command line We got new
icons (see screen shots below) Minor bug fixes
Download the plug-in here
Qui... (more)
|
By Max Katz
June 22, 2009 03:06 PM EDT
It’s been a while since I posted any RichFaces examples. This post shows
how to use new rich:layout and rich:layoutPanel components from RichFaces
3.3.1 .
rich:layoutPanel is a component that allows to define layout with the
following logical panels:
The logical panel parts ar... (more)
|
By Max Katz
June 19, 2009 04:30 PM EDT
Ed Burns (JSF spec lead) sent me this slide. Ed and Roger Kitian (JSF spec
lead) presented this slide at JavaOne 2009. Ed and Roger also lead Project
Mojarra - the reference implementation for JSF2 (and JSF1). You can find me
in the lower right corner. It’s an honor to be include... (more)
|
By Max Katz
June 18, 2009 04:24 PM EDT
I will be presenting at JBoss World conference in Chicago, September 1-4,
2009. My session is Building Rich Internet Applications with JBoss RichFaces
.
... (more)
|
By Max Katz
June 20, 2008 12:45 PM EDT
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... (more)
|
By Max Katz
April 18, 2008 04:00 PM EDT
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 ... (more)
|
By Max Katz
September 20, 2007 02:00 PM EDT
Ajax4jsf has turned one and what a year it has been. It was an amazing ride
for all of us here at Exadel. The popularity of Ajax4jsf is evidenced by the
size of the community, available resources, examples, blog entries, and
articles. Also, a significant number of organizations t... (more)
|
By Max Katz
August 22, 2007 08:15 AM EDT
Ajax4jsf has turned one and what a year it has been. It was an amazing ride
for all of us here at Exadel. The popularity of Ajax4jsf is evidenced by the
size of the community, available resources, examples, blog entries, and
articles. Also, a significant number of organizations t... (more)
|