Skip to main content

Showing 1–2 of 2 results for author: Nyström-Persson, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:1208.4436  [pdf, ps, other

    cs.SE q-bio.GN

    An Open Framework for Extensible Multi-Stage Bioinformatics Software

    Authors: Gabriel Keeble-Gagnère, Johan Nyström-Persson, Matthew Bellgard, Kenji Mizuguchi

    Abstract: In research labs, there is often a need to customise software at every step in a given bioinformatics workflow, but traditionally it has been difficult to obtain both a high degree of customisability and good performance. Performance-sensitive tools are often highly monolithic, which can make research difficult. We present a novel set of software development principles and a bioinformatics framewo… ▽ More

    Submitted 22 August, 2012; originally announced August 2012.

    Comments: 12 pages, 1 figure, to appear in proceedings of PRIB 2012

  2. arXiv:1106.1531  [pdf, other

    cs.PL cs.SE

    Poplar: A Java Extension for Evolvable Component Integration

    Authors: Johan Nyström-Persson, Shinichi Honiden

    Abstract: The Java programming language contains many features that aid component-based software development (CBSD), such as interfaces, visibility levels, and strong support for encapsulation. However, component evolution often causes so-called breaking changes, largely because of the rigidity of component interconnections in the form of explicit method calls and field accesses. We present a Java extension… ▽ More

    Submitted 9 June, 2011; v1 submitted 8 June, 2011; originally announced June 2011.

    Comments: 17 pages. Corrected typos

    ACM Class: D.3.3