Results 1 to 7 of 7

Thread: JavaFX is the right choice?

  1. #1
    Join Date
    Mar 2010
    Posts
    360

    JavaFX is the right choice?

    Hello,
    I realize in a professional setting a "small" application of time management. This one will allow to return (CRUD application type) scores, projects, consultancy contracts and draw different graphs from the data so provided. So I would like to offer them the java. I went on a Swing application (with SqlLite for integrated data management), but I tell myself that this might be a good opportunity to get into the dev JavaFX. The application must run disconnected from the net and without application server. So thank you for your comments or suggestions.

  2. #2
    Join Date
    Nov 2009
    Posts
    359

    Re: JavaFX is the right choice?

    Two comments:
    - JavaFX has not yet TableView, which would be quite useful in this type of application (in many applications, in fact!).
    There are third-party implementations, but nothing native.
    - Currently, it is quite difficult to run JavaFX in disconnection from the Net ...
    Either you must connect the PC to the Internet and launch the application once. In this case the JavaFX runtime is in the cache and subsequent launches can be disconnected.
    Either you must install the JavaFX SDK ... (Heavy!)

  3. #3
    Join Date
    Dec 2009
    Posts
    263

    Re: JavaFX is the right choice?

    For tables there is the Grid, this can help in 99% of cases. The thing to know is to expect to get less work done with JavaFX, so there is little value added to the project and it will be your only real project, done with the Access, definitely, if not there will always be there to answer your questions.

  4. #4
    Join Date
    Sep 2009
    Posts
    177

    Re: JavaFX is the right choice?

    This is more troublesome .. But if one connection is sufficient, this will be acceptable. However, if only for the install of jre, the latest jre (6u20) does not default JavaFX? Why use sdk is it heavy? Otherwise, I see that the 1.3 associated with netbeans 6.9 just released, is it a good idea to start with this or that and the carnage will be better to stay in 1.2 / 6.8?

  5. #5
    Join Date
    Mar 2010
    Posts
    360

    Re: JavaFX is the right choice?

    I was already interested in JavaFX at the output. But this clearly was not used in rural pro and lack of time, I kinda ignored it all. Level value, would have a lot to me, in the sense that I can have fun again in the dev (which I am less and less in my missions pro). After that it is on the project level, JavaFX unlikely to provide much more than I do in Access. But in my mind, this project would be a preview before you do others.

  6. #6
    Join Date
    Mar 2010
    Posts
    330

    Re: JavaFX is the right choice?

    So I started with JavaFX. Discovery of examples, the environment and syntax. For cons, I try to view a list of items recovered from two tables in my database. And there apparently stuck, Managing JDBC DataSource looks pretty primitive and designed for a single table. Eg a query such as "select test have PremierNom, test.nom have SecondNom from t1, t2 will not be usable with the tools of call. To correct for sth, you would pass by classes "classic" DAO? or I missing sth? I actually found my answer: just edit the class DbDataSource and replaced by data.getColumnName data.getColumnLabel. So no worries with several columns of the same name.

  7. #7
    Join Date
    Nov 2009
    Posts
    45

    Re: JavaFX is the right choice?

    I would pass directly to 1.3, not only there a few breaks compatibility but it is also far more efficient. From my side I converted my projects with the call of netbeans.

Similar Threads

  1. JavaFX into jsp file
    By Bottlenecked in forum Software Development
    Replies: 10
    Last Post: 01-09-2010, 10:22 PM
  2. Strings in JavaFX
    By Messenger in forum Software Development
    Replies: 3
    Last Post: 16-07-2010, 04:57 PM
  3. Threads in JavaFX
    By Rily in forum Software Development
    Replies: 3
    Last Post: 15-07-2010, 04:02 PM
  4. JavaFX for Web
    By Bricklayer in forum Windows Software
    Replies: 4
    Last Post: 15-07-2010, 01:21 PM
  5. JavaFX Mobile from Sun
    By Bon-Z in forum Portable Devices
    Replies: 1
    Last Post: 12-02-2009, 11:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,112,323.55284 seconds with 17 queries