[xmail] Re: java package

2003-07-02 Thread Benny
- Original Message - From: William Denniss [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 12:27 AM Subject: [xmail] Re: java package On Wednesday 02 July 2003 13:25, Orion Productions wrote: I see no point in this, Java has never been a serious choice

[xmail] Re: java package

2003-07-01 Thread William Denniss
I'm not sure actually if JNI is what you want. Basically it lets you call C functions (ie from a dll if you are using windows) from Java. The idea of telneting in, ie. in java I guess using a Stream is a way you can talk to the SMTP/POP processes of XMail for one. To call the current XMail

[xmail] Re: java package

2003-07-01 Thread Leonardo Cabral
Benny [EMAIL PROTECTED] wrote: Basically my goal is to create a Java package that anyone could use in there java programs to talk to the XMail Server. I would be looking to incorporate features of all the other great admin tools, but some seem to be missing some features that i of course

[xmail] Re: java package

2003-07-01 Thread Orion Productions
I see no point in this, Java has never been a serious choice for professional applications, and I talk out of experience as a developer. Sun is doing stupid things with Java, and I bet it will be dead in a few years from now... It's much better to look at the .NET Framework from Microsoft,

[xmail] Re: java package

2003-07-01 Thread Davide Libenzi
On Wed, 2 Jul 2003, Orion Productions wrote: I see no point in this, Java has never been a serious choice for professional applications, and I talk out of experience as a developer. Sun is doing stupid things with Java, and I bet it will be dead in a few years from now... It's much better

[xmail] Re: java package

2003-07-01 Thread William Denniss
On Wednesday 02 July 2003 13:25, Orion Productions wrote: I see no point in this, Java has never been a serious choice for professional applications, and I talk out of experience as a developer. Sun is doing stupid things with Java, and I bet it will be dead in a few years from now... It's

[xmail] Re: java package

2003-06-30 Thread William Denniss
Talks as in JNI, using Stream to the XMail Port, or by shell commands to the XMail command line tool? I do not know of any fitting either of those but I would be interested depending on what exactally this program did. I'm guessing since you refer to API you would mean a java JNI wrapper or

[xmail] Re: java package

2003-06-30 Thread Benny
to XMail in the near future with this. Ben - Original Message - From: William Denniss [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 9:24 PM Subject: [xmail] Re: java package Talks as in JNI, using Stream to the XMail Port, or by shell commands to the XMail