Hi Cosmin, I built a Play! java app several years ago that uses the DSpace REST API with some basic functionality for a proof of concept, that allows you to browse communities, collections, items, and bitstreams.
https://github.com/peterdietz/dspace-rest-play http://dspace-rest-client-play.herokuapp.com/communities The workflow is not available in the REST API, so you would have to do something creative to be able to work with it. Such as either building/implementing workflow endpoints in DSpace REST, or building JVM integration in play to use DSpace classes. ________________ Peter Dietz Longsight www.longsight.com [email protected] p: 740-599-5005 x809 On Wed, May 31, 2017 at 10:25 AM, Cosmin Oarga <[email protected]> wrote: > Hi there, > > Is there a way to access the dSpace workflow from an external source? > I want to write an application (for my dissertation thesis) in java with > play and akka and I want to know if there is a possibility to access the > workflow? For example a user added a new content. My applications checks > the content and then if everything is ok the content it gets accepted? > > Any opinions are welcomed :) > > Thanks, > Cosmin > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
