The Artima Developer Community
Sponsored Link

Java Buzz Forum
Press Gets it wrong again-Eclipse and WORA

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
Press Gets it wrong again-Eclipse and WORA Posted: Jul 6, 2005 11:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Press Gets it wrong again-Eclipse and WORA
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
It after JavaOne and once again we have more WORA FUD to contend with, this time from ZDNET. Lets nip this in the bud.

At the JVM level and non JVM level AWT is different for different platforms in that the source code is different. In other words to implement WORA at the application level the classes that operate behind the scenes are different per platform.

The difference between AWT and SWT on the slimplistic level is that with AWT all classes for each OS platform are within the same distrubted JRE package. With SWT applicaiotns you only get the SWT that runs on your OS system. At the applicaiotn level its pretty much the saem calls on all OS platforms, ie not differrent ones!

Eclipe's method of using SWT does not break WORA rules as its only a variation on how AWT is implemented. A radical new way, yes, but not an attack on WORA! SWT applications are just as portable as those that rely on AWT and Swing.

If Bernard's missive were true than yo would get a wide variety of plugins use din Eclipes that would not work on all OSes. Guess what? This is not the case. Why? Becuase just like AWT, SWT abstracts out functions. Yes, those functions use specific OS code in each SWT library but the abstract of file acdcess, gui, and etc are the same! Not different! Its that abstraction that applicaiton developers write to, get it?

Read: Press Gets it wrong again-Eclipse and WORA

Topic: Monday's JavaOne keynote Previous Topic   Next Topic Topic: Command Line Google, 2.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use