Yes, you can use Axis 2.0 in a standalone context. The java app will need some type of available transport to communicate remotely--Axis provides some simple ones (SimpleHTTPServer, TCPServer, etc.). If you are still in the design phase of the app, you might consider doing it as a Spring 2.0 app, which gives you a wealth of options (including doing it with JMX and Spring's own MBeanServer-- http://static.springframework.org/spring/docs/2.0.x/reference/jmx.html ).
Brennan Spies Sr. Programmer Analyst Shared Application Services -----Original Message----- From: Igor Borovkov [mailto:[EMAIL PROTECTED] Sent: Friday, November 17, 2006 12:03 PM To: Sanjiva Weerawarana Cc: [email protected] Subject: Re[2]: [AXIS2] Integration with standalone java program 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
