• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..09-Jun-20145

English.lproj/H09-Jun-20145

LICENSE.txtH A D23-Jun-20091.1 KiB

Main.pyH A D23-Jun-2009289

Preferences.pngH A D23-Jun-20091.9 KiB

README.txtH A D23-Jun-20091.1 KiB

Reload.pngH A D23-Jun-20091.6 KiB

RPCMethod.pyH A D23-Jun-20091.1 KiB

setup.pyH A D23-Jun-2009339

summary.txtH A D23-Jun-2009137

WST.icnsH A D23-Jun-200951.2 KiB

WST.pngH A D23-Jun-200917.7 KiB

WSTApplicationDelegateClass.pyH A D23-Jun-20091.4 KiB

WSTConnectionWindowControllerClass.pyH A D23-Jun-200913.8 KiB

README.txt

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
26This application has been modified for Twisted.  It demonstrates:
27- using Twisted in a Cocoa app with the cfreactor
28- how to write responsive single-threaded network applications
29- well, it no longer demonstrates how to use multi-threading
30
31To run the demo:
32python setup.py py2app
33open dist/Web\ Services\ Tool.app
34
35bob@redivi.com
36