• 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

New Swing Application

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I want to start dekstop application in swing. I am not expert in it to make swing application. I just want to know which framework I should use as we use MVC framework, or any other framework for web-application. and want some details regarding this. so, can get some ideas.


My application concept is

There would be one form in a window. It requires to be filled up. after click on submit, I want to generate pdf or word file to print out. Its simple application, but, need help. and should I use only JDBC, or can I also use hibernate with dekstop application ?

Regards,
Rishabh Shah
 
Saloon Keeper
Posts: 7590
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hibernate works fine in a desktop app.

As to MVC, Swing implements that, for the most part - what do you think this framework should do that Swing doesn't do out of the box?
 
Rishabh Shah
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i did nt knw tht's s i asked..neways..thanks...
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rishabh Shah wrote:i did nt knw tht's s i asked..neways..thanks...


Please UseRealWords. I'm quite good at English but I still had trouble deciphering that. For those that can't, here's what I made of it (although the "tht's s" part is still confusing):

Rishabh Shah wrote:I did not know that so I asked..anyways..thanks...

 
reply
    Bookmark Topic Watch Topic
  • New Topic