• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
1Web Services Tool
2
3Web Services Tool queries XML-RPC enabled servers via the "standard"
4introspection methods and displays a summary of the API.  It is
5implemented in Python using the PyObjC module.
6
7To use the application, simply provide the connection window with an URL
8to the XML-RPC handler of a web server.  If the server at least
9implements the listMethods() method, the app will display a list of
10available methods.
11
12See: http://pyobjc.sourceforge.net/
13
14Source for both the pyobjc module and the Web Services Tool are
15available via the pyobjc sourceforge CVS repository.
16
17The source of this application demonstrates
18- using Python's network libraries inside a Cocoa app
19- how to use multi-threading
20- how to create an NSToolbar
21- how to use an NSTableView
22
23b.bum
24bbum@codefab.com
25