Susan, Yes, the SubmitServlet.java was phased out in 1.5.x JSPUI in favor of the org.dspace.app.webui.servlet.SubmissionController and the org.dspace.app.webui.submit.step.* classes.
In addition the backend processing for each step was pulled out into the org.dspace.submit.step.* classes (in the dspace-api) which are used by both the JSPUI and the XMLUI. In 1.5.x the Configurable Submission system was added to DSpace, to allow people to reorder submission steps and even add your own custom steps more easily. This replaced the old SubmitServlet so that it could be made compatible with both the JSPUI and the XMLUI. There's much more info about the new Configurable Submission system available in the DSpace 1.5.x documentation (the submission.html file to be exact): http://dspace.svn.sourceforge.net/viewvc/dspace/trunk/dspace/docs/submission.html - Tim Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: > Hi, > > Can anyone tell me if SubmitServlet.java got phased out in 1.5.x? > I had a small modification to it in 1.4.2 and I went to make the same > change in 1.5.1 today and couldn’t find it. > > Thanks, > > Sue > > > > > > **Sue Walker-Thornton** > > **ConITS Contract*** > ***NASA Langley Research Center*** > ***Integrated Library Systems Application & Database Administrator** > > **130 Research Drive** > > **Hampton, VA 23666** > > **Office: (757) 224-4074*** > ***Fax: (757) 224-4001*** > ***Pager: (757) 988-2547**** ** > **Email:**** **/*/ /*//*/[email protected]/*/ > <mailto:[email protected]> > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > > > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech -- Tim Donohue Research Programmer, IDEALS http://www.ideals.uiuc.edu/ University of Illinois [email protected] | (217) 333-4648 ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

