HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 368271 thumbnail
User 185351 avatar

By jsugrue
via java.dzone.com
Published: Feb 22 2010 / 09:44

I always thought that there is ought to be better way to develop JavaFX application, with kind of similar and gratifying experience as developing Java Swing application. Traditionally in developing desktop application, one normally develop and test using class file to save time, and only uses JAR file for deployment (or if running in mobile emulator or device). However with the advent of RIA platform, the trend is to use a application container file (eg jar, swf) as default way of development since it facilitates seamless running in several modes without hassle (eg as Applet, webstart, and mobile device). Unfortunately, this is rather inefficient if one is developing desktop application, or experimenting with ideas. Unnecessary waiting time only disrupts the creativity and programming flow. Saving a few seconds for every run will accumulate into significant saving of time. Besides, it is rather counter-productive to use container file as the only mode of development if the technology can support alternative efficient way.
  • 18
  • 1
  • 1512
  • 0

Comments

Add your comment
User 388907 avatar

MCII replied ago:

-1 votes Vote down Vote up Reply

Sounds like an ad.

User 397976 avatar

jschmidt71 replied ago:

1 votes Vote down Vote up Reply

> Sounds like an ad.
So you are reading only the titles and vote and comment upon that?

User 388907 avatar

MCII replied ago:

-1 votes Vote down Vote up Reply

Nope. I read till the last paragraph where the ad is positioned.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.