Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: publish a pl/sql pkg
I would (as per standard practice in many shops)
I would create a web service only if required by the apps, no need to introduce yet another non-performant layer (and frankly, code that calls a package directly is much easier to write and maintain than the equivalent using web services).
Maybe if some applications are J2EE, I might consider creating a mapping EJB (one method for each procedure/function) - but I would still prefer direct JDBC calling (for simplicity and performance). "simplicity" for both you and the applications developers.
HTH
Al
On 9/14/07, Doug Gernaat <dag_at_its.msstate.edu> wrote:
> i am by no means a developer and want to throw this
> out to the list.
>
> i got a pl/sql pkg with some functions and procedures in it.
> it's working beautifully for other programs that use it within
> the same database environment.
>
> if i were to make this available to other depts within our
> enterprise, what route might you take? these other depts
> are using diff programming languages and databases for
> their web apps.
>
> not sure if this is a web service candidate or what.
>
> i'm working with oracle 10.2.0.2 db and 10.1.2.2 iAS.
-- Alberto Dell'Era "the more you know, the faster you go" -- http://www.freelists.org/webpage/oracle-lReceived on Fri Sep 14 2007 - 18:01:07 CDT