Gene Amtower wrote:
On Fri, 2009-06-19 at 18:15 +0300, Burak Arslan wrote:
Gene Amtower wrote:
I'd really like to be able to have an RPC server for these applications that is accessed through the modplsql module. I think I could create the RPC server in an Oracle package using the guidelines for writing an RPC server and based on the existing PHPRPC server approach, but I wonder if anyone has already looked at doing this in Oracle.

what rpc protocol(s) does mod_plsql support ?

Burak,

Your question is just short enough to be vague to me 0- I'm not sure if you mean data protocols or connection protocols. If you mean connection protocols, modplsql is just a module loaded into the Apache daemon environment, so it supports whatever the Apache server supports. I think it would have the same capabilities that we have with our PHPRPC system on the Qooxdoo project, providing http GET/POST support to the Qooxdoo client libraries. The requests themselves are just passed on to the Oracle procedural environment by the modplsql module, so any details of the communication are going to depend on the Oracle environment rather than the modplsql module itself.

so mod_plsql is oracle's response to php? heh :)

anyway i was trying to ask about an rpc protocol it might be supporting, something like jsonrpc, xmlrpc, soap, etc. which work over any transport layer including http. qooxdoo supports a few important rpc protocols.

i was asking because i'd imagine there would be an adapter for soap protocol from oracle, (probably something outside mod_plsql) in which case you can use my contrib that implements it. maybe i should have mentioned it in the first mail, sorry about that.

it's not yet part of mainstream qooxdoo (yet?) but it's been working in our dev environment w/o problems so far. it's more mature than a beta quality code, but i think it needs more testing.

hope you find it useful,

best regards,
burak


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to