Discussion:
[omniORB] Introduction to c/s programming using omniorbpy?
Wolfgang Keller
2006-08-20 03:51:49 UTC
Permalink
Hello,

is there something like an introduction manual/textbook/tutorial about
client/server programming using omniorbpy for non-computer scientists?

Especially concerning aspects like the integration with common GUI frameworks
such as wxpython, pyQt, pyGTK etc...

Alternatively/additionally, is there something like a "cookbook" example
application with well documented source code?

TIA,

Sincerely,

Wolfgang Keller
--
My email-address is correct.
Do NOT remove ".nospam" to reply.
OKeeffe, Michael K
2006-08-22 03:00:28 UTC
Permalink
Post by Wolfgang Keller
Alternatively/additionally, is there something like a "cookbook"
example
application with well documented source code?

Wolfgang,

Duncan has some presentations available here, especially see the
Tic-Tac-Toe example in Python.
http://www.grisby.org/presentations/

Douglas Schmidt's tutorials:
http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/tutorials/Quoter/

There isn't as much info on integration with common GUI frameworks.
With Qt at least, the main issue is configuring your development
environment to use libraries that are compatible for both tools. For
example, on Windows, using Visual C++ IDE, Qt libs/project settings
conflict with omniORB naming service, so you need to use mswsock.lib
instead of wsock32.lib, as this is obsolete according to the Microsoft
documentation. Naming service request will throw an exception
otherwise.

-Mike

Loading...