<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>RE: [jdom-interest] jdom for servlet / jsp</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Jason and others,</FONT>
</P>

<P><FONT SIZE=2>Sorry for the unclear question. Now I have defined my questions.</FONT>
</P>

<P><FONT SIZE=2>1. Jason, I go to the link you mention :</FONT>
<BR><FONT SIZE=2><A HREF="http://servlets.com/resources/com.oreilly.servlet/Base64Decoder.html#decode(java.lang.String" TARGET="_blank">http://servlets.com/resources/com.oreilly.servlet/Base64Decoder.html#decode(java.lang.String</A>)</FONT>
<BR><FONT SIZE=2>and</FONT>
<BR><FONT SIZE=2><A HREF="http://servlets.com/resources/com.oreilly.servlet/Base64Encoder.html" TARGET="_blank">http://servlets.com/resources/com.oreilly.servlet/Base64Encoder.html</A></FONT>
</P>

<P><FONT SIZE=2>However It's only the documentation. Where(link) can I download the classes /sample ?</FONT>
</P>

<P><FONT SIZE=2>2. As I know Oracle BLOB field is already binary, right now I guess ( i hope it's right) I don't need base 64 encoder anymore if i know the method to get BLOB in correct way. Then I just embedd the binary to XML. </FONT></P>

<P><FONT SIZE=2>Perhaps anybody knows how to get / convert BLOB field in bin base 64 ?</FONT>
<BR><FONT SIZE=2>How I can embedd binary base 64 to XML ?</FONT>
</P>

<P><FONT SIZE=2>3. Alex Chaffee suggests me org.jdom.contrib.beans.JDOMBean, but I can not jump to the link.</FONT>
<BR><FONT SIZE=2>And also I go to <A HREF="http://www.jdom.org/downloads/index.html" TARGET="_blank">http://www.jdom.org/downloads/index.html</A> to find binary code so that I just use JDOM to parse XML. What should I choose for latest release of JDOM binary ?</FONT></P>

<P><FONT SIZE=2>Milestone builds or Release Builds or Nightly Builds ?</FONT>
</P>
<BR>

<P><FONT SIZE=2>Thanks in advance,</FONT>
</P>

<P><FONT SIZE=2>Hendy</FONT>
</P>
<BR>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Jason Hunter [<A HREF="mailto:jhunter@acm.org">mailto:jhunter@acm.org</A>]</FONT>
<BR><FONT SIZE=2>Sent: Monday, July 10, 2000 1:43 PM</FONT>
<BR><FONT SIZE=2>To: Hendy Hanusin</FONT>
<BR><FONT SIZE=2>Cc: 'jdom-interest@jdom.org'</FONT>
<BR><FONT SIZE=2>Subject: Re: [jdom-interest] jdom for servlet / jsp</FONT>
</P>
<BR>

<P><FONT SIZE=2>&gt; &gt;&gt;You don't really say what you're trying to do with XML and JDOM</FONT>
<BR><FONT SIZE=2>&gt; here.</FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt;These technologies are so flexible that I suspect it's possible to</FONT>
<BR><FONT SIZE=2>&gt; do</FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt;what you want, but I also think you might be wanting something</FONT>
<BR><FONT SIZE=2>&gt; that's</FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt;not healthy for you.&nbsp; :-)</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; First servlet converts Oracle BLOB field (image) to binary base 64</FONT>
<BR><FONT SIZE=2>&gt; encoding. Then servlet uses JDOM to parse image to XML document</FONT>
<BR><FONT SIZE=2>&gt; (preferable using DTD because I read Bob Gray's sample in vb and asp</FONT>
<BR><FONT SIZE=2>&gt; only using XML Schema).</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Client browser receives XML Doc and activeX in client browser handles</FONT>
<BR><FONT SIZE=2>&gt; the decoding from bin base 64 to stream/olestream (delphi data type).</FONT>
</P>

<P><FONT SIZE=2>Sounds to me like you're trying to use every possible encoding on this</FONT>
<BR><FONT SIZE=2>data possible.&nbsp; Meanwhile, you never said what it is you're trying to</FONT>
<BR><FONT SIZE=2>accomplish.&nbsp; This sounds bad, but honestly, I suspect you're not sure</FONT>
<BR><FONT SIZE=2>yourself.&nbsp; Best you figure that out, then ask a specific question.</FONT>
</P>

<P><FONT SIZE=2>-jh-</FONT>
</P>

</BODY>
</HTML>