I asked this question within another thread last weekend, but maybe it
got missed by readers due to the subject of that thread, so I'm asking
it again in a dedicated thread...
I use Oracle on larger projects for my web development, employing
embedded PL/SQL code packages served up through an Apache instance using
the Oracle modplsql module. The modplsql module simply associates a
specific Apache doc path with an Oracle user schema and passes all
client requests for that path through to Oracle PL/SQL procedures.
While it's still a 3-tier approach in the purest sense, Apache only
serves as a conduit to the Oracle environment, and all server code is
actually running within the Oracle database environment. Performance is
out of this world, but I'd love to be able to deploy Qooxdoo apps
through this application method.
Since it's accessed through Apache, I can serve up the Qooxdoo build
package through a static folder under Apache but include additional
database functionality through the modplsql path using an RPC server
instance.
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.
If someone has already put some effort into this type of RPC server
implementation, it could be helpful for my efforts. If I can create an
Oracle RPC server, it could help promote the use of Qooxdoo for
corporate business apps based on Oracle, increasing our exposure in the
development community exponentially.
Anyone have any thoughts on this topic?
Thanks,
Gene
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel