• 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

best technology in java for GUI development?

 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi EveryOne

I dont have much exposure to java other than JSP, Servlets and core java

I need to develop GUI for an application.
What is best in java for GUI development.
I can develop GUI with jsp.
Is doing so is recommendable or we have something else in java also which is more appropirate then JSP?

We can do the same with swings also . But I think we dont use swings now a days.

Your suggestions can help me a lot.
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You said you want to develop GUI-Graphical User Interface, but you didn't say GUI for what?
1. Web Application
2. Stand-alone applications

If, it is Web application, you have options like JSP, JSF from Java
If it is for Standalone application you can use Swing.

HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic