Sciweavers

5 search results - page 1 / 1
» jContractor: A Reflective Java Library to Support Design by ...
Sort
View
REFLECTION
1999
Springer
13 years 9 months ago
jContractor: A Reflective Java Library to Support Design by Contract
jContractor is a purely library based approach to support Design By Contract specifications such as preconditions, postconditions, class invariants, and recovery and exception hand...
Murat Karaorman, Urs Hölzle, John L. Bruno
SAC
2008
ACM
13 years 4 months ago
Implementing Java modeling language contracts with AspectJ
The Java Modeling Language (JML) is a behavioral interface specification language (BISL) designed for Java. It was developed to improve functional software correctness of Java app...
Henrique Rebêlo, Sérgio Soares, Ricar...
CACM
1998
106views more  CACM 1998»
13 years 4 months ago
Sorting Out Searching: A User-Interface Framework for Text Searches
: Current user interfaces for textual database searching leave much to be desired: individually, they are often confusing, and as a group, they are seriously inconsistent. We propo...
Ben Shneiderman, Donald Byrd, W. Bruce Croft
CONCURRENCY
1998
87views more  CONCURRENCY 1998»
13 years 4 months ago
Titanium: A High-performance Java Dialect
Titanium is a language and system for high-performance parallel scientific computing. Titanium uses Java as its base, thereby leveraging the advantages of that language and allow...
Katherine A. Yelick, Luigi Semenzato, Geoff Pike, ...
ICSE
1998
IEEE-ACM
13 years 9 months ago
Non-Intrusive Object Introspection in C++: Architecture and Application
We describe the design and implementation of system architecture to support object introspection in C++. In this system, information is collected by parsing class declarations, an...
Tyng-Ruey Chuang, Y. S. Kuo, Chien-Min Wang