On Tue, Jan 22, 2013 at 4:40 PM, Ghislain Bienvenu MAMAT
<[email protected]> wrote:
> I want  develop of a POC for DSpace 3.

Hi Ghislain,

what is POC?

> How these features built in DSpace 3?
>
> 1 - Where TimeStamp is set  in Dspace archiving?

This depends on which UI you are using. Are you using XMLUI or JSPUI?

But timestamp is stored as one of the dc.date metadata:
dc.date.accessioned (autogenerated), dc.date.issued,
dc.date.available.

Here are the locations related to the submission workflow:

Common classes:
https://github.com/DSpace/DSpace/tree/dspace-3_x/dspace-api/src/main/java/org/dspace/submit/step/
XMLUI classes:
https://github.com/DSpace/DSpace/tree/dspace-3_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/workflow
Alternative XMLUI workflow (not enabled by default):
https://github.com/DSpace/DSpace/tree/dspace-3_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/xmlworkflow
JSPUI:
https://github.com/DSpace/DSpace/tree/dspace-3_x/dspace-jspui/src/main/java/org/dspace/app/webui/submit
https://github.com/DSpace/DSpace/tree/dspace-3_x/dspace-jspui/src/main/webapp/submit


> 2 - How to upload the certificate along with the signed file  in DSpace 3
> workflow?

You can simply upload a bitstream. Only bitstreams in the ORIGINAL
bundle are visible from the web UIs.


> 3 - How to add dynamic metadatas in DSpace 3 workflow?

What do you mean by dynamic metadata?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to