InfoQ Homepage Rich Client / Desktop Content on InfoQ
-
Sun Releases Early Access Consumer JRE and Nimbus Preview
Today Sun released an early access preview of Java SE 6 Update N (formerly known as the Consumer JRE). The release includes initial Java Kernel support for faster initial downloads and startup enhancements.
-
Windows Presentation Foundation Unleashed - Review and Sample Chapter
WPF Unleashed by Adam Nathan has been leading the Amazon charts in positive reviews, so we thought we would take it for a spin. Turns out, the book lives up to the hype. In addition, InfoQ was able to obtain the most important chapter of the book. Chapter 3 includes coverage of WPF's property and event system, a system that is unlike anything else on the Windows platform.
-
Upcoming Consumer JRE Seeks to Jumpstart Desktop Java
At JavaOne, along with JavaFX announcement, Sun's Ethan Nicholas and Denis Gu presented a session providing some details of their work on the consumer JRE that is expected to ship during 2008. Not all of the details are available yet, but it is clear that this marks a significant shift of focus within Sun towards the desktop and end user experience.
-
JSR 295 Beans Binding Hits 1.0
Shannon Hickey of Sun recently announced 1.0 of the Beans Binding Framework. This is the reference implementation of JSR 295 and represent a major re-architecture of the Beans Binding API.
-
Ruby Shoes for lightweight GUIs, graphics and animation
Ruby GUI toolkits are a dime dozen - but Why The Lucky Stiff managed to create one with a novel approach. Ruby Shoes facilitates animation, 2D graphics, and simple interaction. We take a look at its distinguishing features.
-
Book Excerpt and Review: Filthy Rich Clients - Developing Animated and Graphical Effects for Desktop
InfoQ is privileged to provide both a review and chapter excerpt of the new book Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications.
-
Adobe's James Ward on Upcoming Flex 3 Enhancements and Silverlight
Adobe has been working hard on their upcoming Adobe Flex 3.0 release, expected in early 2008. Adobe Flex is a developer toolset for building Rich Internet Applications that run in the browser with Flash Player or on the desktop with Adobe AIR. InfoQ talked with Adobe’s James Ward, Technical Evangelist, to learn more about the upcoming release.
-
Adobe Announces HD Video Support for Flash and AIR
Adobe has announced that the Flash Player and their AIR application platform will support the H.264 codec, the same standard deployed in Blu-Ray® and HD-DVD® high definition video players. They are also adding High Efficiency AAC (HE-AAC) audio support.
-
Does Adobe AIR's Future Include An Office Competitor?
A piece on wired.com featuring Adobe's Mike Downey early last week, Tipping the Microsoft Cash Cow Could Be Adobe's Next Move, set off a lot of speculation and debate about their intentions and the opportunities in the Office Suite space. Downey clarified his remarks later in the week to reaffirm Adobe's focus on AIR as a platform.
-
Isolation for WPF Add-Ins
For many applications, the ability to extend the application with third party features is essential. Microsoft's CLR Add-In team has been working on a formal model and API to make this task easier by isolating GUI elements in separate AppDomains.
-
Adobe Air: Two Months Later
In June, Adobe officially gave their Apollo development project the name Adobe AIR (Adobe® Integrated Runtime) and released a new beta. InfoQ takes a look at how the beta has been received.
-
Incremental feature search the next UI paradigm shift?
Incremental search as a means to find features and functions within applications may be an emerging UI design innovation. Apple and Microsoft have recently tried it with a lot of praise from the community. Are we experiencing a paradigm shift in application navigation? Are the days of traversing a maze of menus and remembering convoluted keyboard shortcuts numbered?
-
An Insider's View of WPF: Chris Anderson
Chris Anderson was one of the chief architects of WPF. In this interview Chris provides an insider's viewpoint on why Microsoft created Windows Presentation Foundation, the software methodologies used by the development team and why he feels WPF is a tipping point.
-
Three approaches to JRuby GUI APIs
Ruby already has a host of bindings for various GUI toolkits. JRuby now allows the use of Java's Swing and there are already a few libraries trying to make Swing less tedious to work with. We look at the approaches taken in Profligacy, Cheri, and the JavaFX Script clone Swiby.
-
Separating Views from Business Logic with Acropolis
Microsoft's GUI toolkits tend to encourage developers to tightly couple business logic with presentation. Comparing the original VB and ASP or WinForms and ASP.Net, one sees very little change in this regard. Acropolis is different though, and for the first time since MFC it looks like Microsoft is taking the concept of separation of concerns seriously.