[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] CORBA
I like the XML-RPC technology but I'm confused about the server side.
How does Apache know that the request if for XML-RPC vs regular web
stuff? It seems this technology is meant to be ran via HTTP over port
80.
Or does it do a POST and upload the XML request via that POST?
On Mon, 2004-05-03 at 12:28, Fletch wrote:
> >>>>> "Chris" == Christopher Fowler <cfowler at outpostsentinel.com> writes:
>
>
> [...]
>
>
> Chris> I have a Java class that is an abstraction to all SQL code
> Chris> in our J2EE application. I also have Perl code that works
> Chris> with the database. I want the perl code to go through the
> Chris> abstraction for all SQL stuff. That way i have one manager
> Chris> that handles data and other people (programs) can be
> Chris> notified upon inserts. I was looking at CORBA to allow my
> Chris> perl programs to communicate with the Java code that
> Chris> handles all SQL stuff.
>
>
> I'd definately look at XML-RPC or SOAP before CORBA then, probably
> preferring the later if you want to expose an OOP-y interface. Both
> are available for Java and Perl and both are likely to be more well
> supported on the Perl side than CORBA (going from my experience last I
> mucked with it from Perl).
- Follow-Ups:
- [ale] CORBA
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- References:
- [ale] CORBA
- From: fletch at phydeaux.org (Fletch)
- [ale] CORBA
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- [ale] CORBA
- From: fletch at phydeaux.org (Fletch)