• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Framework suggestions for desktop applications

 
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Its been long since I posted here. As in subject, I want suggestions for my desktop applications. I am currently creating a desktop application and I have used javafx 8 for UI and Mongo DB as database. Now I have to decide on the backend which connects these two. I thought of spring but since I am already using Spring in my other 2 projects, I don't want to implement it again here. I want to learn a new technology. Can you guys please suggest me a framework which I can use in desktop applications. I am eagerly waiting for your answers and to try out the most suggested framework.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are many GUI frameworks out there such as Swing/AWT, JGoodies, SWT/JFaces, JavaFX, SwingX, Apache Pivot, etc.

As for DB besides the tradition relational, other NOSQL DB (besides MongoDB) are worthy looking.

Of course each tool/product has its own learning curve.
 
Partheban Udayakumar
Ranch Hand
Posts: 499
Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
K. Tsang

Thanks for your reply. I am looking for something that connects these two. Something like Spring which gets data from front end and stores in NoSQL DB.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic