On Tue, Oct 30, 2012 at 3:18 PM, <[email protected]> wrote: > how we will submit items is not clear today because i evaluating different > applications to get a basis of information for discussion which system are > possible the best matching one.
I see, so you're not using DSpace yet. > After that i have to work out a process and it depends on the > interconnection between, where is the storage, how can i access the storage, > do we need an integration of an image server ... and if i can answer all > these question i can tell you what we will use or both. Storage is simple, at least from the DSpace point of view, because it's just a directory (or a set of directories) on the local filesystem. How you mount them is another problem out of scope of DSpace. But you're probably talking about deciding whether to store large files in DSpace or link to them from DSpace metadata. In any case, that doesn't have much bearing on deciding between import vs. submit. > Ok i extract that if i use, for example the batch import, i can generate the > URN before and put it in DSpace during the import? Right, that would be my suggestion if you didn't use the submission process, like me. It wouldn't require any changes in DSpace. > Yes i think it will be useful for more institutions in Germany as well in > other countries. I thought I'd advise you how to change XMLUI or JSPUI to accomodate the identifiers during submission, but if it would be a widely used change, it should be implemented properly in the dspace-api underlying all the interfaces. There's actually a service for identifiers, but only handles are currently first-class citizens and more developments in this area are expected. Unfortunately, I'm not very familiar with this part of the codebase. It would be best to contact @mire and ask about their unfinished work in this area (External Identifier Services). https://github.com/DSpace/DSpace/tree/master/dspace-api/src/main/java/org/dspace/identifier Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

