• 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

Difference Between WORA and WODA

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can u diiferentiate WORA and WODA???

WODA doesnt mena also that WORA Plus Delpoy Anywhere ???

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

WORA means Write once Run Anywhere and WODA means Write once Deploy Anywhere.WODA comes with component based development.We can develop the component and can deploy it in any J2EE Server(which supports the specific version of EJB) by means of deploy time customisations.(container-specific xml files).Simply we need to change the xml files and there wont be any change in our code.
This is possible irrespective of JVM's/Application Servers.

WORA is specific to JAVA,which you know very well.

Hope this helps
 
reply
    Bookmark Topic Watch Topic
  • New Topic