users@jersey.java.net

Re: [Jersey] Question: Best practices related to Eclipse project structure

From: Craig McClanahan <Craig.McClanahan_at_Sun.COM>
Date: Thu, 05 Feb 2009 11:37:40 -0800

Andrew Feller wrote:
> Craig,
>
> Very neat!
>
> Are you still working on the jersey-multipart project?
I am.
> If so, have you considered any type of utility classes for working
> with multipart attachments? Aside from the Java Mail API library, is
> there any library you recommend for determining MIME types from input
> streams?
>
Well, jersey-multipart already figures out the MIME types of each body
part for you -- see BodyPart.getMediaType() -- in fact, it uses JavaMail
under the covers to parse the incoming multipart message bodies. Is
there some particular functionality that you think is missing?
> Thanks again Craig,
> Andrew
>
Craig