Don, The obvious advantage of RMI is ease of transporting object between multiple JVMs which may be sitting on two or more completely different hosts.
I accept it is a more convoluted process, but I believe it is appropriate for a multitude of environments. Sam. >From: Don Saxton <[EMAIL PROTECTED]> >Reply-To: "James Users List" <[EMAIL PROTECTED]> >To: James Users List <[EMAIL PROTECTED]> >Subject: Re: a problem with add user at development >Date: Sat, 01 Jun 2002 19:04:19 -0700 > >Sam -- > >thats cool. but let me ask a little more... what is the advantage to rmi >over the simple telnet connection? isn't it an issue of where the objects >are played with? -- meaning that rmi requires you to move the objects over >to the server side (a little bit beefier message) before doing the >RemoteManager commands, and in the telnet way the objects aren't marshaled, >just the commands. Over an above this, I think I am asking if we get >anything extra outa having the "user" at the server. > >or maybe there are just two ways to do this -- and one just picks one >depending on the situation... > >--don > >----- Original Message ----- >From: "Samuel Sadek" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, May 31, 2002 2:37 PM >Subject: Re: a problem with add user at development > > > > Hi Guys, > > > > I have taken Don's java class and have enhanced it to include the full > > command support. I have also made it compatible with RMI and I have now >a > > working version for the adduser command via RMI. I am using a typical > > client/server architectural approach whereby I allow users to register > > themselves an email account on-line via JSP, and acting as a client >towards > > the RMI server to intercept all client requests for adduser command and > > similarly all RemoteManager's command suite. I am in the midst of >performing > > some serious testing and when I'm done I will submit a patch for this > > together with some documentation for the rest of the contributors in >James > > project so that they can make this readily available via an FAQ page on >the > > site. Further details on this will follow shortly. > > > > To answer Don's question, I will be placing all this code against > > org.apache.james.remotemanager package as this makes sense. > > > > Sam. > > > > > > >From: Don Saxton <[EMAIL PROTECTED]> > > >Reply-To: "James Users List" <[EMAIL PROTECTED]> > > >To: James Users List <[EMAIL PROTECTED]> > > >Subject: Re: a problem with add user at development > > >Date: Fri, 31 May 2002 12:11:53 -0700 > > > > > >Danny - > > > > > >what package and classname shall i use? > > > > > >----- Original Message ----- > > >From: "Danny Angus" <[EMAIL PROTECTED]> > > >To: "James Users List" <[EMAIL PROTECTED]> > > >Sent: Saturday, May 18, 2002 10:42 AM > > >Subject: RE: a problem with add user at development > > > > > > > > > > Go Don, Go! :-) > > > > > > > > -----Original Message----- > > > > From: Don Saxton [mailto:[EMAIL PROTECTED]] > > > > Sent: 18 May 2002 00:28 > > > > To: James Users List > > > > Subject: Re: a problem with add user at development > > > > > > > > > > > > I think an adequate contribution to james project would need some >decent > > > > documentation and properties file. I have no time to do that until > > >next > > > > week. If there is that kind of interest, I could easily be >encouraged. > > > > > > > > ----- Original Message ----- > > > > From: "Danny Angus" <[EMAIL PROTECTED]> > > > > To: "James Users List" <[EMAIL PROTECTED]> > > > > Sent: Friday, May 17, 2002 9:21 AM > > > > Subject: RE: a problem with add user at development > > > > > > > > > > > > > Are you contributing this to the project? > > > > > > > > > > > -----Original Message----- > > > > > > From: Don Saxton [mailto:[EMAIL PROTECTED]] > > > > > > Sent: 17 May 2002 00:15 > > > > > > To: James Users List > > > > > > Subject: Re: a problem with add user at development > > > > > > > > > > > > > > > > > > James can be administered easily from a java program by using >the > > > > attached > > > > > > Class. It is not documented well, but the methods closely >mirror > > >the > > > > > > commands in Remote Administrator. > > > > > > > > > > > > -don. > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "forumyye" <[EMAIL PROTECTED]> > > > > > > Subject: a problem with add user at development > > > > > > > > > > > > > > > > > > > i am developing a webmail on james,but now i want add a user >in > > > > > > > james using jsp/javabean,how should i do?Please help me,thank >you! > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > > > For additional commands, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > >-- > > >To unsubscribe, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > >For additional commands, e-mail: > > ><mailto:[EMAIL PROTECTED]> > > > > > > _________________________________________________________________ > > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > > > > -- > > To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
