Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
b5ca431e
Commit
b5ca431e
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
minor: undo formatting
SVN: 19042
parent
fb56caa6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/server/ImageViewerLaunchServlet.java
+68
-20
68 additions, 20 deletions
...screening/client/web/server/ImageViewerLaunchServlet.java
with
68 additions
and
20 deletions
screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/server/ImageViewerLaunchServlet.java
+
68
−
20
View file @
b5ca431e
...
...
@@ -50,26 +50,74 @@ public class ImageViewerLaunchServlet extends AbstractServlet
public
static
final
Template
JNLP_TEMPLATE
=
new
Template
(
"<?xml version='1.0' encoding='utf-8'?>\n"
+
"<jnlp spec='1.0+' codebase='${base-URL}'>\n"
+
" <information>\n"
+
" <title>${title}</title>\n"
+
" <vendor>SyBIT</vendor>\n"
+
" <description>${description}</description>\n"
+
" </information>\n"
+
" <security>\n"
+
" <all-permissions/>\n"
+
" </security>\n"
+
" <resources>\n"
+
" <j2se version='1.5+'/>\n"
+
" <jar href='screening.jar'/>\n"
+
" <jar href='cisd-base.jar'/>\n"
+
" <jar href='image-viewer.jar'/>\n"
+
" <jar href='spring-web.jar'/>\n"
+
" <jar href='spring-context.jar'/>\n"
+
" <jar href='spring-beans.jar'/>\n"
+
" <jar href='spring-aop.jar'/>\n"
+
" <jar href='spring-core.jar'/>\n"
+
" <jar href='aopalliance.jar'/>\n"
+
" <jar href='stream-supporting-httpinvoker.jar'/>\n"
+
" <jar href='commons-codec.jar'/>\n"
+
" <jar href='commons-httpclient.jar'/>\n"
+
" <jar href='commons-io.jar'/>\n"
+
" <jar href='commons-lang.jar'/>\n"
+
" <jar href='commons-logging.jar'/>\n"
+
" <jar href='ij.jar'/>\n"
+
" </resources>\n"
+
" <application-desc main-class='${main-class}'>\n"
+
" <argument>${service-URL}</argument>\n"
+
" <argument>${session-id}</argument>\n"
+
" <argument>${channel}</argument>\n"
+
"${data-set-and-wells-arguments}\n"
+
" </application-desc>\n"
+
"</jnlp>\n"
);
+
"<jnlp spec='1.0+' codebase='${base-URL}'>\n"
+
" <information>\n"
+
" <title>${title}</title>\n"
+
" <vendor>SyBIT</vendor>\n"
+
" <description>${description}</description>\n"
+
" </information>\n"
+
" <security>\n"
+
" <all-permissions/>\n"
+
" </security>\n"
+
" <resources>\n"
+
" <j2se version='1.5+'/>\n"
+
" <jar href='screening.jar'/>\n"
+
" <jar href='cisd-base.jar'/>\n"
+
" <jar href='image-viewer.jar'/>\n"
+
" <jar href='spring-web.jar'/>\n"
+
" <jar href='spring-context.jar'/>\n"
+
" <jar href='spring-beans.jar'/>\n"
+
" <jar href='spring-aop.jar'/>\n"
+
" <jar href='spring-core.jar'/>\n"
+
" <jar href='aopalliance.jar'/>\n"
+
" <jar href='stream-supporting-httpinvoker.jar'/>\n"
+
" <jar href='commons-codec.jar'/>\n"
+
" <jar href='commons-httpclient.jar'/>\n"
+
" <jar href='commons-io.jar'/>\n"
+
" <jar href='commons-lang.jar'/>\n"
+
" <jar href='commons-logging.jar'/>\n"
+
" <jar href='ij.jar'/>\n"
+
" </resources>\n"
+
" <application-desc main-class='${main-class}'>\n"
+
" <argument>${service-URL}</argument>\n"
+
" <argument>${session-id}</argument>\n"
+
" <argument>${channel}</argument>\n"
+
"${data-set-and-wells-arguments}\n"
+
" </application-desc>\n"
+
"</jnlp>\n"
);
private
final
Logger
operationLog
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment