• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

For Rob Warner - Web dev question

 
Ranch Hand
Posts: 249
Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this technology lend itself well into web developement (especially J2EE and JSP) and does your book go into detail on this?

Thanks.
 
author
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, SWT and JFace are not for web development. SWT is a GUI library for building desktop applications. JFace is an abstraction layer on top of SWT.

You can, however, build fat clients that connect to the Internet. In fact, you can embed a browser in an SWT/JFace application. Chapter 12 discusses this.
 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does chapter 12 discuss the use of both Mozilla (or it's variants etc) and IE or is it focused solely on the use of IE? Does it go into detail discussing other browsers like Konqueror, etc?

edit: for clarity
[ July 08, 2004: Message edited by: Greg T Robertson ]
 
Rob Warner
author
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chapter 12 discusses embedding the SWT Browser widget in your SWT app. Under the covers, SWT uses IE on Windows, Mozilla on Linux, and Safari on Mac. It uses something else on QNX--I forget what. Those are the only platforms that support the Browser widget, and you can't change which browser is used.
 
Greg T Robertson
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting approach (the separate browsers across the platforms). Could one if they were so inclined then write a single "browser" widget so to speak that could use mozilla across all platforms? (Bear in mind I know little to nothing about SWT but have seen questions related to this in other forums)
 
I'm just a poor boy, I need no sympathy, because I'm easy come, easy go, little high, little low, little ad
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic