Re: Adding/Editing user info programmatically

2008-04-08 Thread Yazad Khambata
Ok Cool, Thanks... :) Regards, Yazad On 4/6/08, Sascha Fröhlich <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Yazad, > > we needed a cheap, fast solution and there was no time to deal with the > source code so I used commons-net > and telnet, as far as I

Re: Adding/Editing user info programmatically

2008-04-06 Thread Sascha Fröhlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Yazad, we needed a cheap, fast solution and there was no time to deal with the source code so I used commons-net and telnet, as far as I know we did not even care about the response. Greetings, Sascha Yazad Khambata schrieb: | Hey thanks Sasch

Re: Adding/Editing user info programmatically

2008-04-06 Thread Yazad Khambata
Hey thanks Sascha, You made me feel so much better... :) But the main concern is a 2 phase commit! where some of my data will be stored through telnet and the rest (other user details) via jdbc in my own RDBMS... BTW what technique did you use to get the status of the command executed? Regards, Y

Re: Adding/Editing user info programmatically

2008-04-06 Thread Sascha Fröhlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, same thing I did a few months ago :-) Nothing to be ashamed of, I think... Greetings, Sascha Yazad Khambata schrieb: | Thank you, | | I wrote a code using commons-net to send data to the server to create users, | It is a shabby way to do thi

Re: Adding/Editing user info programmatically

2008-04-06 Thread Yazad Khambata
Thank you, I wrote a code using commons-net to send data to the server to create users, It is a shabby way to do things, with will suffice my current needs, thank you all for your support ___ The below code use apache commons net...

Re: Adding/Editing user info programmatically

2008-04-06 Thread Yazad Khambata
Thanks Norman... JMX sounds like a good idea, though that is not something that I have used as yet... worth a try. But the point is james runs in a JVM other than the web app, will I still be able to make remote calls? Regards, Yazad On Sun, Apr 6, 2008 at 1:34 PM, Norman Maurer <[EMAIL PROTECTE

Re: Adding/Editing user info programmatically

2008-04-06 Thread Norman Maurer
Am Samstag, den 05.04.2008, 22:38 +0100 schrieb Robert Burrell Donkin: > On Sat, Apr 5, 2008 at 10:18 PM, Yazad Khambata <[EMAIL PROTECTED]> wrote: > > Hi All, > >I am interested in writing a a servelet/swing app that would act as a > > registration form to add/edit users on James server... Is

Re: Adding/Editing user info programmatically

2008-04-06 Thread Robert Burrell Donkin
On Sat, Apr 5, 2008 at 11:13 PM, Yazad Khambata <[EMAIL PROTECTED]> wrote: > Hi Robert, > Thanks for the link... I think it's best if I download the source zip > now... Is there any javadoc available? I couldn't find any on the site, nor > in the downloaded binary... Thanks. the best plan i

Re: Adding/Editing user info programmatically

2008-04-05 Thread Yazad Khambata
Hi Robert, Thanks for the link... I think it's best if I download the source zip now... Is there any javadoc available? I couldn't find any on the site, nor in the downloaded binary... Thanks. And sorry for the cross post, won't happen again. Regards, Yazad K On Sun, Apr 6, 2008 at 3:08

Re: Adding/Editing user info programmatically

2008-04-05 Thread Robert Burrell Donkin
On Sat, Apr 5, 2008 at 10:18 PM, Yazad Khambata <[EMAIL PROTECTED]> wrote: > Hi All, >I am interested in writing a a servelet/swing app that would act as a > registration form to add/edit users on James server... Is it possible to do > so? I searched on the net but all I could find is the add

Adding/Editing user info programmatically

2008-04-05 Thread Yazad Khambata
Hi All, I am interested in writing a a servelet/swing app that would act as a registration form to add/edit users on James server... Is it possible to do so? I searched on the net but all I could find is the adduser telnet command. Thank you in advance. Please note that I am not new to java/