3
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 3 days ago.
Posted over 11 years ago by Sébastien Bordes
I’m pleased to inform you that we have released JRebirth 7.7.2 which fix bugs found into demo applications. You can find the full release notes here : sites.jrebirth.org/org.jrebirth-7.7.2/releaseNotes.html and the installation procedure ... [More] here: sites.jrebirth.org/org.jrebirth-7.7.2/doc/Installation.html What’s new This new version fixes some troubles experienced with demo applications like bad image loading (by presentation engine) or animation failure […] [Less]
Posted over 11 years ago by Sébastien Bordes
Last week I saw an interesting blog entry from Kynosarges that deal with the missing feature Platform.runAndWait(…) that was available into Swing. While I was reading it, I figure that JRebirth Thread Engine already does the job !!! As a remember ... [More] JRebirth Application framework provides 4 kinds of threads: JAT ==> JavaFX Application Thread to […] [Less]
Posted over 11 years ago by Sébastien Bordes
Today I share a short video about JRebirth Workbench work progression. I have uploaded it on YouTube some days ago but I didn’t blog about it. I’ve just seen the Tom’s blog entry that demonstrated a really nice tweaked TabPane build with Jonathan and perhaps available soon in OpenJDK (see the blog entry here for […]
Posted over 11 years ago by Sébastien Bordes
I’m pleased to inform you that we have released JRebirth 7.7.1 which fix a regression introduced into 7.7.0 and provides some new interesting features. You can find the full release notes here : stable.jrebirth.org/releaseNotes.html and the ... [More] installation procedure here: stable.jrebirth.org/doc/Installation.html What’s new This new version fixes the event handler annotations regression and add some other annotations: […] [Less]
Posted over 11 years ago by Sébastien Bordes
You are probably informed that JavaFX builders are deprecated within Java 8 and will be removed from jfxrt.jar into Java 9. The first time I saw ‘Builders’, I thought => “Oh, yet another dot-parenthesis bullshit !”. At this time I was reviewing JavaFX 2 beta API to replace our Flex stack, because we really needed […]
Posted over 11 years ago by Sébastien Bordes
As you probably noticed, a new poll is accessible on the right bar of the website related on JRebirth future road map. Thank you to those who had already give their opinions (it’s so valuable for us). I will now describe each feature with a little more details than few words written into the poll. […]
Posted over 11 years ago by Sébastien Bordes
Today I want to share with you the newer JRebirth goal: Application Modularization Please note that a new poll is published on the right bar related to this subject. This teaser show Mastering Tables application (built with JRebirth Application Framework) run as an OSGI bundle into Equinox runtime (Eclipse’s OSGI framework) and for sure with […]
Posted over 11 years ago by Sébastien Bordes
Today I open a new category of posts, I will try to publish periodically some tips about JRebirth Application Framework. I begin with a FXML model simplification inspired by @Jerady adm4ee application, I discussed with him about reasons that drive him to use his own small application framework to develop his tool (more info about […]
Posted over 11 years ago by Sébastien Bordes
Hi everyone ! I’m pleased to inform you that we have released JRebirth 7.7.0. The most important fact is that JRebirth releases are now synchronized with Maven Central repository. Please note that Maven coordinates and base package have changed so you should prepare your migration as soon as possible according to your project constraints. You […]
Posted almost 12 years ago by Sébastien Bordes
A lot of blog posts are related to CDI for JavaFX applications. But why do you need to add a complex mechanism to perform simple task, you will answer that all these magical things will simplify developer’s life. You ‘re wrong, magic things that add additional stuff are not so useful Why should we inject […]