Opened 18 years ago
Closed 18 years ago
#365 closed task (fixed)
Use java web start to launch plug-ins
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
In order to support more powerful visualization plug-ins we should provide infrastructure for Java web start. This means that the core must communicate with java clients in some way.
Change History (4)
comment:1 by , 18 years ago
Milestone: | → BASE 2.x+ |
---|---|
Type: | defect → task |
comment:2 by , 18 years ago
Milestone: | BASE 2.x+ → BASE 2.2 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Mulit experiment viewer, http://www.tm4.org, is started with web services. All that is needed is a reference to a .jsp (or a .jnlp file), cf. source:trunk/www/views/experiments/bioassaysets/analysis_tree.jsp search for launch_mev.jsp, that returns a jnlp file with information on how to start MeV located in source:trunk/www/plugins/org/tigr/microarray/mev
Note:
See TracTickets
for help on using tickets.
Relates to ticket:10