• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Best technology to build gui ?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had some experience creating gui interfaces in html using simple Servlets/JSP, but it was very time consuming and error prone. So I was wondering what better high-level tools exist to help me build entry screens. I read a little about JSF and that seemed a good start, but is there anything more suitable?

The new system I will work on uses Hibernate/Spring.

Thanks!
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can have a look at ZKoss and I think it integrates well with Spring or for that matter they have a documentation which explains this integration. Apart from that there are lot of Javascript libraries which you can have a look at.

Also useful would be CSS frameworks- Bluetrip, Blueprint, YUI and so on, that provide you with the layout and other styling information.
 
Ranch Hand
Posts: 40
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used Macromedia Dreamweaver to create fancy html UI's with css. And default editor comes with eclipse was used to write servlets and jsp pages.
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
...Ext JS, jQuery...
 
reply
    Bookmark Topic Watch Topic
  • New Topic