I have an idea for something that ought to be fairly straightforward for a student to implement, but would have far-reaching implications for DSpace development, and would even help with REST-API testing. Now, it's not a novel idea or anything, but, I think we should incorporate a Maven Jetty plugin, to a) help ease the development and debugging learning curve and b) provide a natural path to tread for using a DSpace REST-API as part of another project (such as Hydra). In other words, incorporating the Maven Jetty plugin could let us provide instructions such as:
Running DSpace $ mvn install $ cd dspace $ MAVEN_OPTS="-Xmx512m" mvn jetty:run $ curl "http://localhost:8080/rest/describe" (shamelessly adapted from https://github.com/futures/fcrepo4/tree/merritt) Thoughts? As a Maven plugin, it really wouldn't take much to do, the project would mostly be playing around with the plugin and documenting what you can do. -- HARDY POTTINGER <[email protected]> University of Missouri Library Systems http://lso.umsystem.edu/~pottingerhj/ https://MOspace.umsystem.edu/ "To pay attention, this is our endless and proper work." --Mary Oliver On 2/12/13 12:47 PM, "Peter Dietz" <[email protected]> wrote: >Perhaps if we had more wood behind fewer arrows. (That's Larry Page speak >for higher quality.) > > >Call me crazy, but I would like to see (sanity check me please), a Hydra >Head with DSpace as the backend. > > >This gives us a Ruby on Rails app that is a consumer of our REST API. > > >Peter Dietz > > > >On Tue, Feb 12, 2013 at 10:06 AM, Tim Donohue ><[email protected]> wrote: > > >On 2/12/2013 4:10 AM, helix84 wrote: >> Tim, I don't remember, were we chosen as a mentoring organization in >>2012? > > >Last year (2012), unfortunately DuraSpace just missed the cut. But, we >were a Google Summer of Code mentoring organization from 2007-2010 (as >DSpace Federation) and in 2011 (as DuraSpace). > >Last year was the first year we didn't make the cut. At the time we were >told our DuraSpace application was good, but that they decided to let in >some organizations which had never been a part of GSoC (and had to make >some tough decisions based on limited slots). So, there's never any >guarantee that we'll be accepted (even with a good application). But >we're hopeful we'd make the cut this year. > >- Tim > >-------------------------------------------------------------------------- >---- >Free Next-Gen Firewall Hardware Offer >Buy your Sophos next-gen firewall before the end March 2013 >and get the hardware for free! Learn more. >http://p.sf.net/sfu/sophos-d2d-feb >_______________________________________________ >Dspace-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/dspace-devel > > > > > > > ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
