The Artima Developer Community
Sponsored Link

Java Buzz Forum
Poll Result: New JavaFX 1.3 UI and Performance Improvements Considered Most Important

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Poll Result: New JavaFX 1.3 UI and Performance Improvements Considered Most Important Posted: Apr 30, 2010 12:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Poll Result: New JavaFX 1.3 UI and Performance Improvements Considered Most Important
Feed Title: Java Today
Feed URL: http://weblogs.java.net/blog/editors/index.rdf
Feed Description: Java Today on java.net
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Java Today

Advertisement

The voting in last week's java.net poll about the new JavaFX 1.3 release suggests developers find the new user interface enhancements and performance improvements to be the most important enhancements in the new release. A total of 279 votes were cast, with the following results:

What is the most important enhancement in JavaFX 1.3?

  • 35% (97 votes) - New User Interface controls and layout enhancements
  • 3% (7 votes) - Enhanced CSS support
  • 9% (26 votes) - 3D support
  • 3% (9 votes) - TV application support
  • 23% (64 votes) - Performance improvements
  • 2% (6 votes) - Mobile app enhancements
  • 24% (66 votes) - I don't know
  • 1% (4 votes) - Other

No comments were posted to the poll, though four people voted "Other".

I'd guess that the high number of "I don't know" votes more reflects the fact that a lot of developers have never worked with JavaFX, than that they know JavaFX but don't have a view on the new 1.3 release.

It's interesting that "TV application support" received so few votes. This topic has received a lot of publicity in the past. But, TV applications in general seem to be being talked about a lot less today than was the case a few years ago.

I wonder if the reason "Mobile app enhancements" received so few votes is that developers are using JavaFX mostly for developing desktop applications? Or is it perhaps that it's more or less taken for granted that JavaFX is suitable for developing mobile apps? Or, that the changes in 1.3 related to mobile apps just aren't considered that important?

New Poll: NetBeans IDE 6.9 Beta

The new java.net poll asks Do you plan to download the new NetBeans IDE 6.9 Beta release? The poll will run for the next week.


In Java Today, Arun Gupta presents TOTD #131: Dynamic OSGi services in GlassFish - Using ServiceTracker:

OSGi is the dynamic module system for Java. Each module, or bundle as called in OSGi terminology, is packaged as a JAR file and the inbound and outbound dependencies are explicitly defined using the META-INF/MANIFEST.MF in the JAR file. A complex software system may be broken into multiple modules where each module may be exposing a set of services. These services are then consumed by some other "client" OSGi bundles. The beauty of dynamic nature of OSGi is that each bundle can be easily updated without restarting the framework...

Tor Norbye presents an IDE tip: Go To Implementation:

One of the best parts of using an IDE instead of an editor is "Go To Declaration". When you hold the Control key (or the Command key on Macs), identifiers under the mouse turn into hyperlinks and when you click on the hyperlink you jump to the declaration point of say the method call. You can also just hover over the hyperlink, and a tooltip will pop up and show you the signature of the identifier - the fully qualified type name, method arguments, and so on. But what if the thing you are pointing at is an interface? Or an abstract class? ...

Geertjan Wielenga discovered the Keyboard Shortcut Card for NetBeans Macophiles!:

Good news for Mac users of NetBeans IDE. In 6.9, when you're using the Mac and go to Help | Keyboard Shortcuts Card, you will get a Mac-specific keyboard shortcut card...

Derek White says "It's Not About the Robots":

Dean Kamen, serial inventor and founder of FIRST (For Inspiration and Recognition of Science and Technology), often says this phrase at regional and championship FIRST Robotics Competitions. What is it about? This is my first year with skin in the game – not with a team, but as part of the group at Oracle and WPI porting and supporting Java for the robotics competition...

In the Weblogs, Laird Nelson is Pushing Jersey to the limit:

I wanted to describe an interesting problem I recently faced that involved the most excellent JAX-RS specification and its Jersey implementation. The quick overview is that we wanted the output of our JAX-RS resource classes to be client-agnostic, but we also wanted the ability to insert a decorator of sorts in between the objects we were returning and the normal JAX-RS serialization/writing process, all without relying on any vendor-supplied extensions. This turned out to push the capabilities of the JAX-RS specification quite hard, and I thought the experience was worth writing up...

For Marc Hadley, it's Time for a Change:

This week is my last at Oracle, next week I'll be starting a new job with Mitre... I've enjoyed my short stint with Oracle, it was great to be able to work on Jersey again after 18 months or so doing other things and hopefully the declarative hyperlinking extensions and WADL generation improvements I've been working on will have legs after I leave. I don't know yet whether my new role will afford the opportunity to contribute further to Jersey and/or JAX-RS but I'll be working on the application of open services technologies to national problems so its possible. I plan to continue blogging here when I can, so stay tuned for the next chapter.

In the Forums, intergalactic is having Problems instantiating javax.xml.ws.Service object: i'm at a total loss here: on my development machine everything works fine. when i switch to our test production server, it blows up. My dev machine is OS X 10.5 and test production machine is OS X 10.6. Both are using Java 1.5 and Tomcat...

In the Metro and JAXB forum, marlon needs an STS issuing X509 assertion: Hello, I need to develop an STS wich issues a X509 assertion. The client would send a RequestSecurityToken with TokenType = X509v3, for example. It seems that is not possible using the NetBeans wizards. Does Metro support...

In the GlassFish forum, josealvarezdelara finds that NamedStoredProcedureQuery gets no result: Hi, I am trying a NamedStoredProcedureQuery using EclipseLink 2.0 and Eclipse Galileo RS1as IDE against Oracle and GF v3. I would like to retrieve some fields from a table Employee represented by an entity class Employee...


Our Spotlight this week is the NetBeans IDE 6.9 Beta Release:

NetBeans 6.9 Beta introduces the JavaFX Composer, a visual layout tool for visually building JavaFX GUI applications, similar to the Swing GUI builder for Java SE applications. Additional highlights include OSGi interoperability for NetBeans Platform applications; support for JavaFX SDK 1.3, PHP Zend framework, and Ruby on Rails 3.0; as well as improvements to the Java Editor, Java Debugger, and issue tracking, and more. NetBeans 6.9 Beta is available in English, Brazilian Portuguese, Japanese and Simplified Chinese, as well as in several community-translated languages. Learn more: http://netbeans.org

This week's java.net Poll asks Do you plan to download the new NetBeans IDE 6.9 Beta release? The poll will run for the next week.


Our latest Feature Article is Michael Quigley's Rapid Web Services Development with Moose XML, which shows you how Moose XML can simplify the task of prototyping and rapidly developing XML web services. We're also featuring The Match Maker Design Pattern - a New Place for the Actions, by Michael Bar-Sinai, which describes how to add actions to a system without modifying business objects, add objects without changing actions, and still keep things reusable; and HTML5 Server-Push Technologies, Part 2 by Gregor Roth; this two-part series explains the new Server-Sent Events and WebSockets API in HTML5.


Current and upcoming Java Events:

Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site.


Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive.

-- Kevin Farnham
O'Reilly Media
Twitter: @kevin_farnham

Read: Poll Result: New JavaFX 1.3 UI and Performance Improvements Considered Most Important

Topic: New Article: The Match Maker Design Pattern - a New Place for the Actions Previous Topic   Next Topic Topic: Amazon Web Services support in IntelliJ IDEA

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use