Managing document with Java
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012 10:28 AM
HELLO ALL
which is the best way to upload, download and search documents with JAVA ?
Apache Chemistry or Alfresco SDK !?
how can I connect with Java, I mean what is the url if I use Alfresco on localmachine ?
THANKS
REGARDS
which is the best way to upload, download and search documents with JAVA ?
Apache Chemistry or Alfresco SDK !?
how can I connect with Java, I mean what is the url if I use Alfresco on localmachine ?
THANKS
REGARDS
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2012 12:30 PM
If you can do what you need to do with Chemistry, use that. If you cannot use Chemistry, use web scripts.
If you use Chemistry you will need to choose between using the SOAP binding and the AtomPub binding. If you use the AtomPub binding, the service URL for Alfresco 4 installed on localhost is: http://localhost:8080/alfresco/cmisatom
If you use the SOAP binding, the service URL is: http://localhost:8080/alfresco/cmis
If you use web scripts, all web script URLs start with: http://localhost:8080/alfresco/service and you can find an index of the available URLs at http://localhost:8080/alfresco/service/index.
Jeff
If you use Chemistry you will need to choose between using the SOAP binding and the AtomPub binding. If you use the AtomPub binding, the service URL for Alfresco 4 installed on localhost is: http://localhost:8080/alfresco/cmisatom
If you use the SOAP binding, the service URL is: http://localhost:8080/alfresco/cmis
If you use web scripts, all web script URLs start with: http://localhost:8080/alfresco/service and you can find an index of the available URLs at http://localhost:8080/alfresco/service/index.
Jeff
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2012 03:40 AM
Thank you very much Jeff
another question:
can I test the library to my CLOUD account that I have on line ?
I mean does the CLOUD system for testing own a way for managing documents.
Regards
another question:
can I test the library to my CLOUD account that I have on line ?
I mean does the CLOUD system for testing own a way for managing documents.
Regards
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2012 10:28 AM
ohh I read another post answer…
it is coming….next year
anyway
Thanks
Regards
it is coming….next year
anyway
Thanks
Regards
