Opened 17 years ago

Closed 16 years ago

#189 closed enhancement (fixed)

Allow export plugins to send download immediately to client

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.2
Component: core Version:
Keywords: Cc:

Description

Maybe it is possible to add a Response.getOut() which provides an OutputStream? that the plugin can write to. The web client can then link this to the output from the web server. It must also be possible to set mime type and other response headers.

Change History (11)

comment:1 Changed 17 years ago by Nicklas Nordborg

Priority: minortrivial

comment:2 Changed 17 years ago by Jari Häkkinen

Milestone: BASE 2.0BASE 2.0+

comment:3 Changed 17 years ago by Jari Häkkinen

Milestone: BASE 2.x+BASE 2.1

comment:4 Changed 17 years ago by Jari Häkkinen

Milestone: BASE 2.1BASE 2.2

comment:5 Changed 16 years ago by Nicklas Nordborg

Priority: trivialmajor

Changed priority since it may be a feature which makes it easier to implement ticket #352 (Connect parts of the TM4 software suite to BASE).

comment:6 Changed 16 years ago by Nicklas Nordborg

Status: newassigned

comment:7 Changed 16 years ago by Nicklas Nordborg

(In [2854]) References #189: Allow export plugins to send download immediately to client

Major infrastructure is in place and HelpExporter? now supports immediate downloads. The other export are waiting to be converted.

comment:8 Changed 16 years ago by Nicklas Nordborg

(In [2856]) References #189: Allow export plugins to send download immediately to client

Install plugin type: net.sf.basedb.core.plugin.ImmediateDownloadExporter?

comment:9 Changed 16 years ago by Nicklas Nordborg

(In [2857]) References #189: Allow export plugins to send download immediately to client

PluginConfigurationExporter? now supports immediate downloading

comment:10 Changed 16 years ago by Nicklas Nordborg

(In [2860]) References #189: Allow export plugins to send download immediately to client

PlateMappingExporter? now supports immediate downloading

comment:11 Changed 16 years ago by Nicklas Nordborg

Resolution: fixed
Status: assignedclosed

(In [2868]) Fixes #189: Allow export plugins to send download immediately to client

The BioAssaySetExport? has to wait until the changes from 2.1.1 are merged into the trunk.

Note: See TracTickets for help on using tickets.