0 Replies Latest reply on Jun 28, 2005 11:25 AM by sovattha

    Using WebDav resource from JBoss Portal into another applica

    sovattha

      I would like to know how it could be possible to load text data of a webdav repository from an external java application ?

      I am running JBoss portal 4.0.2 and I believe that it is possible to connect to its webdav implementation via the method :

      WebDAVUtil webdav = new WebDAVUtil();
      webdav.connectInit(...);
      


      Any suggestion ?