Welcome!

From the Senior Systems Engineer at Exadel

Max Katz

Subscribe to Max Katz: eMailAlertsEmail Alerts
Get Max Katz via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Max Katz

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)

JavaFX and Spring CRUD

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)

New Version of Exadel Studio JavaFX Plug-in Is Coming…

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)

JavaFX Server-Side Push Demo

Check out this cool screen shot of our JavaFX server-side push demo. The back-end is Seam. Server-side push is implemented with Flamingo. You can drag and drop servers into the rectangles to get live updates. We will be showing this demo at JBoss World 2009 in Chicago in September. I’ll try to record a short video, it looks very neat. ... (more)

Exadel JavaFX Studio Plug-in for Eclipse 1.0.2 Released

We have released Exadel JavaFX Studio plug-in for Eclipse version 1.0.2 . The biggest feature in this version is error markers in the editor. Previously the compiler would run and report the errors in standard Eclipse console but wouldn’t put error markers in editor. How to get started? Three easy steps (I’m assuming you already have JavaFX SDK installed. If not, download and install it f... (more)