Hi Nikolay, > How can I insert programatically communities, collections & > items(also DC metadata) into DSpace
The DSpace manual should help with both of these: - http://www.dspace.org/1_5_2Documentation/DSpace-Manual.pdf For communities and collection, see the structure builder (section 9.3 page 134), and for items (metadata + files) see the item importer (section 9.5 page 137). If instead you wanted to write your own Java applications to work with that data, look in the structure builder and item importer code for example of how to interact with the DSpace core API: - [dspace-src]/dspace-api/src/main/java/org/dspace/administer/ StructBuilder.java - [dspace-src]/dspace-api/src/main/java/org/dspace/app/itemimport/ ItemImport.java I hope this helps, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz/ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
