if that is a single web2py application instance I would simply move every common code to the model if those are differente applications on a single web2py instance I would simply move every common code into a module in site-packages if none of the above than a rest like, soap, xmlrpc, json whatever will need to be implemented.
2010/12/1 cjrh <[email protected]>: > This link > > http://web2py.com/book/default/chapter/04#Cooperation > > suggests perhaps XML-RPC? >

