home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fns101.zip / Add-Ons / Fnorb / README < prev   
Text File  |  1999-06-28  |  2KB  |  42 lines

  1. README
  2. ------
  3.  
  4. What is Fnorb?
  5.  
  6. Fnorb is a CORBA 2.0 ORB written in Python (with just the eensiest-teensiest
  7. bit of C code for marshalling and parsing ;^). Python is a mature,
  8. interpreted, object-oriented programming language with powerful high-level
  9. datatypes that make it ideally suited as a scripting language for CORBA.
  10. Best of all Python is free so check it out!
  11.  
  12. Like ILU from Xerox PARC, Fnorb gives the Python programmer access to the
  13. wonderful world of CORBA. It supports all CORBA 2.0 datatypes (including
  14. Any's) and provides a full implementation of IIOP.  Unlike ILU, Fnorb is
  15. Python and CORBA/IDL specific which makes it simple, light-weight, and easy
  16. to install and use.
  17.  
  18. Using Fnorb, you no longer have to use <insert your least favourite language
  19. here - who said C++ ;^)> to write CORBA clients and servers - you can now
  20. use, yep you guessed it, Python!  This makes Fnorb ideal for prototyping
  21. complex CORBA architectures, for use as a scripting tool, and for building
  22. test harnesses for all your CORBA development projects.
  23.  
  24. The Python language mapping used by Fnorb is based on the 'living' document
  25. that is being prepared by members of the DO-SIG.  One goal of Fnorb is to
  26. allow the Python community to experiment with the mapping before we attempt
  27. to set it in stone via the OMG standardisation process.
  28.  
  29. Fnorb is being developed as part of the Hector project at the CRC for
  30. Distributed Systems Technology based at the University of Queensland in
  31. Brisbane, Australia.
  32.  
  33. Installing Fnorb
  34. ----------------
  35. Point your browser at 'http://www.dstc.edu.au/Fnorb' and away you go!
  36.  
  37. Contact Information
  38. -------------------
  39. Please send any comments/suggestions/bug reports to:-
  40.  
  41.     martin@dstc.edu.au
  42.