From: JavaOnMac Junkie on
In article
<8bae8d7f-8bab-4a31-8893-d1eb55dd2a41(a)m73g2000hsh.googlegroups.com>,
Aaron Fude <aaronfude(a)gmail.com> wrote:

> Hi,
>
> I have a database application written in with strictly hierarchical
> data and I would like to expose it to the windows platform as if it
> were a mountable network drive. Where do I begin finding out how to do
> that?
>
> Many thanks in advance,
>
> Aaron

http://jcifs.samba.org/

Google is your friend...

http://www.google.com/search?q=access+samba+shares+in+java

Second link..
From: Arne Vajhøj on
JavaOnMac Junkie wrote:
> In article
> <8bae8d7f-8bab-4a31-8893-d1eb55dd2a41(a)m73g2000hsh.googlegroups.com>,
> Aaron Fude <aaronfude(a)gmail.com> wrote:
>> I have a database application written in with strictly hierarchical
>> data and I would like to expose it to the windows platform as if it
>> were a mountable network drive. Where do I begin finding out how to do
>> that?
>>
>> Many thanks in advance,
>
> http://jcifs.samba.org/
>
> Google is your friend...
>
> http://www.google.com/search?q=access+samba+shares+in+java
>
> Second link..

Google is indeed your friend.

http://www.google.com/search?hl=en&q=difference+between+client+and+server&btnG=Search

Arne