Ignore:
Timestamp:
Sep 22, 2009, 1:52:00 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/META-INF/servlets.xml

    r666 r1163  
    22<servlets xmlns="http://base.thep.lu.se/servlets.xsd">
    33  <servlet>
    4     <servlet-name>MevExport</servlet-name>
    5     <servlet-class>net.sf.basedb.mev.servlet.MevExport</servlet-class>
     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>
    610  </servlet>
    711</servlets>
Note: See TracChangeset for help on using the changeset viewer.