You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Work Completed

  • KISTI
    • Updated eAIRS tool to use the new PTPFlow-lite version and REST endpoing to submitting jobs. KNSG-107. This took some time due to classloading issues that were slow to track down between the REST client library and also with some of the JAXB classes used by PTPFlow-lite. The primary issues with PTPFlow-lite was fixed by specifying directly the Factory class and it's full path (found online in a forum) for issue encounted when mixing Eclipse Plug-in code and Java Standalone clients.
    • Attended KISTI staff meeting
    • Attended Luigi's GWT-MVP tutorial
  • Cyberintegrator
    • Added an unimplemented findResources(...) method that was not part of Cyberintegrator's DisposeClassLoader. This caused a classloading issue for the REST library eAIRS is using because it's class loading utility class was calling ClassLoader.getResources(...), which would return null since it is unimplemented. I need to verify my changes with Rob before committing it back to the Cyberintegrator SVN.

Work Planned

  • KISTI
    • Update eAIRS tools to use PTPFlow-lite client for submitting jobs.
    • Attend KISTI staff meeting on Monday at 10am.
    • Attend Tutorial on GWT-MVP
  • Cyberintegrator
    • None

Comments

This week went mostly as planned. It took longer to fix classloading issues than anticipated, but they are now resolved and the final code updates are being done for the eAIRS tools. This should be finished early this week so we can begin connecting it to the UI parts.

  • No labels