zope does not provide any java APIs. zope does not run java. you will have to use the supported internet protocols like HTTP, XML-RPC, WebDAV or FTP for your processing. jens On Friday, Oct 4, 2002, at 07:31 US/Eastern, D Bamud wrote:
I have a Java/Swing application. From this application I need to store and get some Text files from Zope. How to do it. Are there some HTTP Java APIs available from ZOPE?
1. Could someone proivide code to do "Store"/Submit a document to Zope and to "Retreive"/Get the document. However I could get the document using HttpURLConnection class of Java.
2. Does ZOPE server provide some JAVA APIs so that complete document directory structure with files could be retieved so that Java application could show them to user for selection.
3. How to submit a document with Zope user authentication done.
4. Note I don't want to use Python/Jython -- Thanks