• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Abt swt in eclipse

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all ,i have a query .i am doing struts and tiles based content on my projectusing wsad can i use swt based componentin the same layout , then what is required for its deplouement .thanks .
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SWT is a desktop UI toolkit similar to Swing and AWT. Thus, you can't use SWT in a server-side web application like Struts (unless your website is actually an applet).
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nitin Trivedi:
hi all ,i have a query .i am doing struts and tiles based content on my projectusing wsad can i use swt based componentin the same layout , then what is required for its deplouement .thanks .



Like Lasse has just mentioned, you cannot use SWT with server-side stuff... But if u add SWT packages into your WSAD, you can develop client-side desktop applications... Just my 2 cents...
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic