[fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

Chris Burdess dog at bluezoo.org
Sat Jul 9 07:54:27 UTC 2005


Martin Kauss wrote:
> > So what I understand is this: (Correct me if I'm wrong)
> > 1. Problems with servlets are solvable with free Java tools, and these 
> > are not major showstoppers
> 
> I am not aware of any servlet issues at all, tomcat for example
> should provide all necessary libraries.

GNU provides the servlet API 2.4:

  cvs -d anoncvs at savannah.gnu.org:/cvsroot/classpathx co servletapi

If a package is needed I can make one.

> > 3. Main problem is that the free Javamail does not implement some 
> > methods that are needed by OX.
> 
> Correct. 

I haven't heard any issues raised on classpathx-javamail at gnu.org or
submitted as bugs or patches at

  http://savannah.gnu.org/projects/classpathx

GNU JavaMail provides all the API methods provided by the JavaMail API.
If OX depends on com.sun APIs or on undocumented session properties,
this is an issue for OX to resolve. If there is functionality you want
exposing, there should be no problem, but you have to let us know.

> Finally i would like to mention that Sun do a great Job for Javamail
> with the mail protocol support and with the supported mail servers
> and IMHO it will not be easy to get to the same functionality.

GNU JavaMail doesn't explicitly support servers, it implements the
published standards. Sun's implementation supports 3 providers
(IMAP4, POP3, SMTP). GNU JavaMail supports 6 providers (IMAP4rev1, POP3,
SMTP, NNTP, mbox, Maildir) and we had SASL and STARTTLS support long
before Sun. Arguably we provide considerably more functionality.
-- 
Chris Burdess




More information about the fedora-devel-java-list mailing list