[JBoss-dev] RMI-IIOP code scan

2001-06-18 Thread Tahir Awan

Marc/Scott (and other core guys),

I've spent quite a bit of time on researching RMI-IIOP and have just started
going through JBoss code. I am sure there are some guys who started late and
are upto speed with contributing to JBoss core stuff.

So, please help me with any tips to attack the code from the right angle.
Just want to save some time wandering around and thinking if I got x hours
to contribute, these should be utilized properly.

Thanks in advance.

Tahir

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] RMI-IIOP code scan

2001-06-18 Thread marc fleury

the simplest is to go through the deployment (start at ContainerFactory).

See where we create the dynamic proxies that we will bind in JNDI, you want
to overwrite this.

Finally walk through a code call from the proxy client and see the
MethodInvocation creation and how it is passed to the containerInvoker, you
need to provide the same structure coming in the containers.
(org.jboss.ejb.plugins.jrmp... Proxy and Server)

good luck, you are a big boy, you are on your own...

marcf

___
Tu te demerdes, t'es legionnaire!
-- Foreign legion DIY saying--
___

|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Tahir
|Awan
|Sent: Monday, June 18, 2001 2:48 PM
|To: '[EMAIL PROTECTED]'
|Subject: [JBoss-dev] RMI-IIOP code scan
|
|
|Marc/Scott (and other core guys),
|
|I've spent quite a bit of time on researching RMI-IIOP and have
|just started
|going through JBoss code. I am sure there are some guys who
|started late and
|are upto speed with contributing to JBoss core stuff.
|
|So, please help me with any tips to attack the code from the right angle.
|Just want to save some time wandering around and thinking if I got x hours
|to contribute, these should be utilized properly.
|
|Thanks in advance.
|
|Tahir
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|http://lists.sourceforge.net/lists/listinfo/jboss-development



___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] RMI-IIOP code scan

2001-06-18 Thread Vladimir Blagojevic

On 2001.06.18 14:48 Tahir Awan wrote:

 So, please help me with any tips to attack the code from the right angle.
 Just want to save some time wandering around and thinking if I got x
 hours
 to contribute, these should be utilized properly.

Might want to look into somewhat outdated chapter 8 of online doco. Should
help.

Vladimir  


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development