On Tue, Jun 12, 2012 at 6:38 AM, helix84 <heli...@centrum.sk> wrote:

> On Tue, Jun 12, 2012 at 3:19 PM, César Sabater <csaba...@unr.edu.ar>
> wrote:
> > I was trying to create a new item-submission step but a concern came to
> me
> > about were should I place the API processing class of the step. Since
> > there's no folder inside [ds-src]/dspace/modules that corresponds to
> > dspace-api changes. Should I create a class in
> > [ds-src]/dspace-api/src/main/java/org/dspace/submit/step and recompile
> > dspace entirely?
>
> I think it should go to [dspace-src]/dspace/modules/additions/ but
> don't take my word for it, you'll have to try it.
>

This will be the new place to put such classes for dspace 3.0

for code that should be associated with dspace-api (submission step)
https://github.com/DSpace/DSpace/tree/master/dspace/modules/additions/src/main/java

for code that should be associated with the dspace-xmlui (view) you'll need
to add the /java directory on the end
https://github.com/DSpace/DSpace/tree/master/dspace/modules/xmlui/src/main/java

for code that should be associated with the dspace-jspui (view) you'll need
to add the /java directory on the end
https://github.com/DSpace/DSpace/tree/master/dspace/modules/jspui/src

Cheers,
Mark
-- 
[image: @mire Inc.]
*Mark Diggory *(Schedule a Meeting <https://tungle.me/markdiggory>)
*2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
http://www.atmire.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to