Mike 3.7.2011

Back to working the visualization part in order to get something to show the customer.

  • Working on figuring out how to run something inside without hosting it on a server
    • Should be able to open a swf/html file from a CD as long as it doesn’t require any outside services except maybe loading xml files locally
    • Hard coded some methods to fill a local data cache with data for the report viewer
  • Figure we need some of the basic stuff even if it isn’t wired:
    • Users and a login screen
    • Ability to comment on things in reports
    • Have a log in screen working and connecting to a remoteobject, need to figure out how to turn the remoting on/off at run-time (some kind of demo mode)

1 thought on “Mike 3.7.2011

  1. pgfeldman's avatarphil.feldman Post author

    You may be able to use Jetty as your webserver/servlet container and run everything off the cd pointing to localhost. I did this once at Proteus

Comments are closed.