Howard Henson wrote:
Is there any reason why you do not want to use remote invocation?I am trying to write a web application running inside of phoenix and have hit a problem, that is: I want to call my services from within a servlet, I have installed jo! and I can't see how to call a service generically. Without remote deploying my application is there any simple solution to this?
It can be happily used within the same JVM and allows you to expose as work interfaces some or all
of the services of your phoenix app.
With RMI simply make your work interfaces extend Remote and use RMIfication Cornerstone service
to register and export the Remote interface.
Or you might want to have a look at AltRMI (in Excalibur) which doesn't require your interfaces to extend Remote,
but serves an equivalent purpose.
Cheers,
Mauro
--
To unsubscribe, e-mail: <mailto:avalon-phoenix-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-phoenix-dev-help@;jakarta.apache.org>
