[OGo-MacOSX] How can I have the application running in the background
without using the windows server
Marcus Mueller
macosx@opengroupware.org
Sat, 01 Apr 2006 13:01:55 +0200
Helge Hess schrieb:
> I think the new one is quite nice but AFAIK not really used currently
> (not sure whether ZNeK does some stuff with it). An example can be found
The new implementation is really nice ... it's very close to the
WebObjects idea of doing things (it's using DirectActions and standard
accessor methods for mapping the positional arguments in an XML-RPC call
to the parameters probably used in the direct action ... very nifty
indeed). However, the setup in the product.plist currently has one
glitch ... you have to use the RequestHandler as the object for adding
categories (XML-RPC methods) to - not the Application object. I think
that this is a bug ... however I never understood this particular
semantic in the product.plist at all, so I don't really care. Helge can
probably elaborate on this (what he intended to do with it).
Cheers,
Marcus