Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Alternative to Swing

  • 06-08-2014 04:03PM
    #1
    Registered Users, Registered Users 2 Posts: 6,271 ✭✭✭


    Another silly question here.

    As I said before I'm going to start working on a small project for myself in Java.

    Its been mentioned to me that swing is outdated and not necessarily worth the effort. My question is, what would be the best (if any) alternative platform to create a UI to run a java program on?

    Ta


Comments

  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    Another silly question here.

    As I said before I'm going to start working on a small project for myself in Java.

    Its been mentioned to me that swing is outdated and not necessarily worth the effort. My question is, what would be the best (if any) alternative platform to create a UI to run a java program on?

    Ta

    The web.


  • Registered Users, Registered Users 2 Posts: 6,271 ✭✭✭Buford T Justice


    ChRoMe wrote: »
    The web.

    Can you be a bit more specific please?


  • Closed Accounts Posts: 167 ✭✭dsrckiyisvddht


    JavaFX


  • Moderators, Sports Moderators, Regional Abroad Moderators, Paid Member Posts: 2,691 Mod ✭✭✭✭TrueDub


    What Chrome is suggesting is that rather than creating a desktop application, look at developing a web application.

    To do this you'll need to learn about servlets and http communication, there are loads of tutorials out there. You can then move on to wonderful things like the Spring framework etc.

    Search for something like "java web application introduction" and you'll be on the right road.


Advertisement