Igor Dims wrote an article on this here:
http://www.wso2.net/kb/83 Paul On 11/17/06, Igor Borovkov <[EMAIL PROTECTED]> wrote:
Sanjiva Weerawarana, great thanks for your answer. But I am afraid I didn't fully correctly formulate the question. Let me explain the problem more clearly. Assume we have the java program P1 that streams video to a network. We want to develop AXIS2 based webservice to control streaming process (for instance, start and stop of streaming). In such case, could we really embed axis2 to that java program and not to use any appserver? If yes, could you suggest me some tut or javadoc's url where I can get a direction for following searches. >> Hello. >> >> I need to invoke methods of a standalone java program from a webservice. >> Is it possible to embed to in Axis2? > Yes, absolutely. >> Is it better way than using RMI to communicate with the standalone java program? > Depends on your requirements- if the only consumers of of your service > are other Java programs within your local network then RMI may suffice. > If you need clients in C and .Net and PHP and Java all to access it then > you Web services is a better approach. > Sanjiva. -- Cheers, Igor Borovkov E-mail: [EMAIL PROTECTED] Mob. phone: +38-067-252-66-99 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
