cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get Bulk Import lib jar

webyildirim
Champ in-the-making
Champ in-the-making
Hi experts,
I try to develop a tool by using java swing for supplying bulk import by my custom application. According to infos which exist in that link: http://wiki.alfresco.com/wiki/Bulk_Importer it is possible. But i can not appropriate lib jars. Waiting for ur help about this issue.
Thx and brgds…
2 REPLIES 2

patil
Champ on-the-rise
Champ on-the-rise
This comes inbuilt in the product starting from 4.1

You can directly invoke the webscripts defined in the wiki

Thanks,
Patil
Cignex Datamatics

mdutoo
Champ on-the-rise
Champ on-the-rise
Hi

You can also install the Alfresco server-side part of the Alfresco ETL Connector for Talend :

http://knowledge.openwide.fr/Main/AlfrescoETLConnector

and send your ACP XML file to it using mere HTTP REST, see what it's waiting for at https://github.com/OpenWide-SI/alfresco-etl-connector/blob/master/etlconnector-alfresco/src/fr/openw...
It also provides a library easing up ACP XML generation : https://github.com/OpenWide-SI/alfresco-etl-connector/blob/master/etlconnector-client/src/fr/openwid...
See companion unit tests to understand how to use it.

Regards