Sciweavers

108 search results - page 3 / 22
» The Design Patterns Java Companion
Sort
View
PDPTA
2000
13 years 8 months ago
Process Oriented Design for Java: Concurrency for All
: Concurrency is thought to be an advanced topic
Peter H. Welch
PPDP
2004
Springer
14 years 12 days ago
JIAD: a tool to infer design patterns in refactoring
Refactoring in object-orientation has gained increased attention due to its ability to improve design quality. Refactoring using design patterns (DPs) leads to production of high ...
J. Rajesh, D. Janakiram
ICSM
2002
IEEE
14 years 4 hour ago
Documenting Pattern Use in Java Programs
Design patterns are widely recognized as important software development methods. Their use as software understanding tools, though generally acknowledged has been scarcely explore...
Marco Torchiano
OOPSLA
2005
Springer
14 years 17 days ago
Micro patterns in Java code
Micro patterns are similar to design patterns, except that micro patterns stand at a lower, closer to the implementation, level of abstraction. Micro patterns are also unique in t...
Joseph Gil, Itay Maman
CASCON
2006
88views Education» more  CASCON 2006»
13 years 8 months ago
Utilizing field usage patterns for Java heap space optimization
This research studies the characteristics of field usage patterns in the SpecJVM98 benchmarks. It finds that multiple object instances of the same class often exhibit different fi...
Zhuang Guo, José Nelson Amaral, Duane Szafr...