source: extensions/net.sf.basedb.mev/trunk/META-INF/servlets.xml

Last change on this file was 1163, checked in by Nicklas Nordborg, 14 years ago

References #242: Implement "Save to BASE" function in the MeV gui

The menu item is in place as well as the file saving/upload functionality. There is need for more error handling. The possibility of creating a new child bioassay set is not yet implemented. The file will always be attached to the same bioassay set as it was loaded from. The functionality has only been tested when the original file is an analysis file. Some slight adjustments are probably needed when starting with TDMS or CGH files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 376 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<servlets xmlns="http://base.thep.lu.se/servlets.xsd">
3  <servlet>
4    <servlet-name>MevDownload</servlet-name>
5    <servlet-class>net.sf.basedb.mev.servlet.MevDownload</servlet-class>
6  </servlet>
7  <servlet>
8    <servlet-name>MevUpload</servlet-name>
9    <servlet-class>net.sf.basedb.mev.servlet.MevUpload</servlet-class>
10  </servlet>
11</servlets>
Note: See TracBrowser for help on using the repository browser.