Coder's Guild Mailing List

plugins and modules

Posted by ADnoctum on 1999-11-03

Hi,

I was thinking... How can I write a program that uses plugins or modules...
How can I load functions or classes from that modules to run the plugin.

I want to write a linux program that use plugins for some tasks. I would
apreciate explanations, sources or web pages...


Thanks

ADnoctum________________________________________


Sponsored by Wrox Press - www.wrox.com. Programmer to Programmer (TM)



Date: Fri, 5 Nov 1999 14:40:46 -0300
From: "Dario Silva" <dario@xxxxxxxx.xxx>
Subject: 

Hi!! I'am imlpementing an apllet (Japplet) and I need to read from and
write to a text file, but that file is specified by an URL (this is because
I want this applet, of course, can be executed on a remote machine).
    Can anyone tell me which classes do I have to use?? I found the
BufferedReader but I didnīt find any class that takes and URL to write to.
And I also need a dialog to specify the file (in the local machine) to read
>from and to write to.
    So, that's all, I hope anyone of you can help me... Bye!!