Accessing variables outside AXIS war file

2007-01-16 Thread Franck Coppola
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

  Hi,

  We are currently in need of a SOAP stack for a client application
project which needs remote control.

  More explicitely, we have a heavy client SWING application which must
be controlable from a Web Service.

  To do this, we currently embed a Jetty web server (but we could change
the embeded web server if we have a good reason to do it) and plan to
load AXIS War (or a WAR file containing AXIS) into it.

  The problem is if we do this, we do not have access anymore to
instances of objects we are supposed to control (the web application
does not have access to the SWING app).

  However, if I try to implement a simple servlet into Jetty, then I can
without any problem do my remote control. (The Handler inner class has
access to everything).

  Do you have any way around ?

  Sincerly,

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFrOoDPuakOQiuJrIRAg8pAJ4n08cf7s7/vllvMa5+S8lYvYMD5wCeIYBU
eSU5FVFen73I7riuW0MQIYY=
=4m58
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Accessing variables outside AXIS war file

2007-01-16 Thread Sérgio Sousa
Hi,

I think that what you really want is something like JMX.

Take a look at 
http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/
 
Sérgio Sousa


-Original Message-
From: Franck Coppola [EMAIL PROTECTED]
To: axis-user@ws.apache.org
Date: Tue, 16 Jan 2007 16:06:43 +0100
Subject: Accessing variables outside AXIS war file


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

  Hi,

  We are currently in need of a SOAP stack for a client application
project which needs remote control.

  More explicitely, we have a heavy client SWING application which must
be controlable from a Web Service.

  To do this, we currently embed a Jetty web server (but we could change
the embeded web server if we have a good reason to do it) and plan to
load AXIS War (or a WAR file containing AXIS) into it.

  The problem is if we do this, we do not have access anymore to
instances of objects we are supposed to control (the web application
does not have access to the SWING app).

  However, if I try to implement a simple servlet into Jetty, then I can
without any problem do my remote control. (The Handler inner class has
access to everything).

  Do you have any way around ?

  Sincerly,

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFrOoDPuakOQiuJrIRAg8pAJ4n08cf7s7/vllvMa5+S8lYvYMD5wCeIYBU
eSU5FVFen73I7riuW0MQIYY=
=4m58
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Accessing variables outside AXIS war file

2007-01-16 Thread Brennan Spies
You can use SOAP connectors with JMX, if you have a JSR-160 compliant
implementation. If you need to have it from a non-server such as a Swing
client, you should consider using MX4J.

http://mx4j.sourceforge.net/docs/ch03s20.html


-Original Message-
From: Franck Coppola [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 16, 2007 10:50 AM
To: axis-user@ws.apache.org
Subject: Re: Accessing variables outside AXIS war file

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sérgio Sousa wrote:
 Hi,
 
 I think that what you really want is something like JMX.
 
 Take a look at 
 http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/

Unfortunately no. Using SOAP is a requirement of the customer and I have
no possibility of choosing an alternative here. I even do not have the
possibility of changing the WSDL definitions easily as they have been
choosen by a consortium.

What I really need is a SOAP stack I could call from a classical Servlet
(and some samples and howto).

Sincerly,

 Sérgio Sousa
 
 
 -Original Message-
 From: Franck Coppola [EMAIL PROTECTED]
 To: axis-user@ws.apache.org
 Date: Tue, 16 Jan 2007 16:06:43 +0100
 Subject: Accessing variables outside AXIS war file
 
 
   Hi,
 
   We are currently in need of a SOAP stack for a client application
 project which needs remote control.
 
   More explicitely, we have a heavy client SWING application which must
 be controlable from a Web Service.
 
   To do this, we currently embed a Jetty web server (but we could change
 the embeded web server if we have a good reason to do it) and plan to
 load AXIS War (or a WAR file containing AXIS) into it.
 
   The problem is if we do this, we do not have access anymore to
 instances of objects we are supposed to control (the web application
 does not have access to the SWING app).
 
   However, if I try to implement a simple servlet into Jetty, then I can
 without any problem do my remote control. (The Handler inner class has
 access to everything).
 
   Do you have any way around ?
 
   Sincerly,
 

- -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFrR5zPuakOQiuJrIRAmElAJ4jIiQ5hyUL0jPl7uXqhewSMZbd7QCcCtvB
gcuhvuYBN7YkFUtgb7oDWAc=
=6ZgP
-END PGP SIGNATURE-

-
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]