Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-08 Thread Tim Donohue
Just a quick FYI for those interested (and listening in on this thread): I've implemented Graham's Configurable Submission suggestions in preparation for 1.5 beta (and 1.5 final release). So, if you look at the current 1.5.x branch in DSpace SVN, there is now a single 'item-submission.xml' con

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-07 Thread Tim Donohue
Graham, Ok...I'm coming around, and I agree with your argument about forcing people to do things the 'right way' in terms of Java programming, and also better supporting both UIs. I'll take some time this week to dig into the 1.5 code and see what a change like this would involve. Assuming th

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-07 Thread Graham Triggs
On Mon, 2008-01-07 at 11:01 -0600, Tim Donohue wrote: > (1) No ability to easily change the review JSP without recompiling. But, > that may not be a big deal...as you noted the same is currently true for > the JSPs used to create the various submission forms There is nothing to say we couldn't h

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-07 Thread Tim Donohue
Graham, That is a good idea to try and simply things on the configuration end. I'm still bouncing it around in my head as to whether it's the best option or not... There's a few disadvantages I can see: (1) No ability to easily change the review JSP without recompiling. But, that may not be

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-07 Thread Tim Donohue
hetetty: 4. tammikuuta 2008 17:11 > Vastaanottaja: Scott Phillips > Kopio: Claudia Juergen; dspace-tech@lists.sourceforge.net; Mika Stenberg > Aihe: Re: [Dspace-tech] Dspace 1.5 customizable submission > > Scott, > > There's still unfortunately two XML files, since the &

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-07 Thread Graham Triggs
Tim, Obviously there has to be binding between the JSP interface and the processing class - however, I don't see why that needs to be a class extended from the main processing class. So, like xmlui, you could just specify a 'binding' class that implements the JSP binding interface (doPreProcessin

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-06 Thread Mika Stenberg
- Lähettäjä: Tim Donohue [mailto:[EMAIL PROTECTED] Lähetetty: 4. tammikuuta 2008 17:11 Vastaanottaja: Scott Phillips Kopio: Claudia Juergen; dspace-tech@lists.sourceforge.net; Mika Stenberg Aihe: Re: [Dspace-tech] Dspace 1.5 customizable submission Scott, There's still unfortunately two XML

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-04 Thread Tim Donohue
Scott, There's still unfortunately two XML files, since the "step" definitions for both the JSPUI and XMLUI differ quite a bit. Take for example the "Describe" step definitions: 'Describe' for JSPUI: jsp.submit.progressbar.describe org.dspace.app.webui.submit.step.JSPDescribeStep /sub

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Scott Phillips
Mika + Tim, I was under the impression that the two xml files had been merged together so you only need one supported by either XMLUI or JSPUI? The XMLUI only adds an extra tag in it for which presentation class to use. Tim can you shed any light on this? Scott-- On Jan 3, 2008, at 8:07 A

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Mika Stenberg
Thanks for the tip. The submission system actually works quite nice at the moment! -Mika > Hi Mika, > > the configuration files for the submission process are: > > [dspace]/config/item-submission-JSPUI.xml > and > [dspace]/config/item-submission-XMLUI.xml > > As for the metadata elements, they

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Claudia Juergen
Hi Mika, the configuration files for the submission process are: [dspace]/config/item-submission-JSPUI.xml and [dspace]/config/item-submission-XMLUI.xml As for the metadata elements, they are still configured via the input-forms.xml see [dspace]/docs/submission.html for details hope that helps

Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Mika Stenberg
This fixed it. I had copied my old dspace.cfg on top of the old one. Now it seems to work. I understood that the configurable submission patch was included in 1.5. How can I use it and customize the submission process? I couldnt find any tools for it in the WebUI? Thanks, Mika > Mika, > >