Workflow Visualization - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

Workflow Visualization

Description:

Workflow Visualization Anna Sallstrom The situation VLab portal Tools for material analysis Portlets Workflow organization Projects Phases Tasks Goals for a ... – PowerPoint PPT presentation

Number of Views:32
Avg rating:3.0/5.0
Slides: 11
Provided by: vlabMsiU
Category:

less

Transcript and Presenter's Notes

Title: Workflow Visualization


1
Workflow Visualization
  • Anna Sallstrom

2
The situation
  • VLab portal
  • Tools for material analysis
  • Portlets
  • Workflow organization
  • Projects
  • Phases
  • Tasks

Job monitor portlet
3
Goals for a visualization
  • We want it to be simple and easy to read
  • Use a tree layout
  • We want it to fit into the portal naturally
  • Toggle between text and visual
  • Display inside the browser
  • So itll be an applet

Project
Phase
Phase
Task
Task
Task
Task
Task
4
An existing solution
  • Written by Laurie Labadie
  • prefuse visualization toolkit
  • WebStart application

5
(No Transcript)
6
Debugging the visualization
  • Its beautiful! But sometimes it behaves
    unexpectedly
  • Color modes
  • Filters
  • Nodes and edges
  • Code complexity makes finding and fixing bugs
    difficult
  • Type codes
  • Repeated code
  • Variables in multiple locations

7
Can it be made an applet?
  • It uses several packages that arent part of the
    standard Java distribution
  • WebStart applications can download these
    automatically, applets cant
  • Not easily, not right now
  • and maybe this application provides more than
    we need anyway

8
Writing a new applet
  • Writing a test applet
  • JGraph
  • Object oriented design
  • Projects, Phases, and Tasks
  • Test data

9
Getting it online
  • So much to learn!
  • Containing it in a portlet
  • Portlets wrappers around servlets can interface
    with portals
  • Servlets Java applications that output HTML
  • JavaServer Pages (JSP) compiles into Java
    servlets
  • Deploying the portlet to the portal
  • Gridsphere portal
  • Tomcat web container

10
Getting it online
  • Whats left?
  • Reading in projects from the job monitor
  • Rearranging the tree to make reading tasks easier
  • Working on it!
Write a Comment
User Comments (0)
About PowerShow.com