• 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

beginner

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am a beginner in CORBA.
Where can I find tutorials for beginners in CORBA?

What software should I download to test my CORBA applications?

Thanks

Lucky
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are a couple of CORBA tutorials on Sun's site - Here's a short course hosted on Sun's site by JGuru, and here's the JavaIDL trail in additional Java tutorials. Outside of Sun information, you can also search for tutorials specific to a CORBA implementation. One good example to search for is JacORB, since it's an open source ORB written in Java. Here's just one example of a tutorial I found by googling the term "Jacorb tutorial".
 
reply
    Bookmark Topic Watch Topic
  • New Topic