Sciweavers

31 search results - page 2 / 7
» 1000 Java Tips
Sort
View

Book
372views
15 years 2 months ago
EJB Design Patterns
"EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. The boo...
Floyd Marinescu
PLDI
2000
ACM
13 years 10 months ago
Type-based race detection for Java
This paper presents a static race detection analysis for multithreaded Java programs. Our analysis is based on a formal type system that is capable of capturing many common synchr...
Cormac Flanagan, Stephen N. Freund
TIP
2008
127views more  TIP 2008»
13 years 6 months ago
SURE-LET Multichannel Image Denoising: Interscale Orthonormal Wavelet Thresholding
Abstract--We propose a vector/matrix extension of our denoising algorithm initially developed for grayscale images, in order to efficiently process multichannel (e.g., color) image...
Florian Luisier, Thierry Blu
ESE
2007
99views Database» more  ESE 2007»
13 years 6 months ago
An empirical study of cycles among classes in Java
Many authors have implied dependency cycles are widespread among the classes of object-oriented software systems. Proponents of the design principle Avoid cyclic dependencies amon...
Hayden Melton, Ewan D. Tempero
ECOOP
2010
Springer
13 years 11 months ago
Correct Refactoring of Concurrent Java Code
Automated refactorings as implemented in modern IDEs for Java usually make no special provisions for concurrent code. Thus, refactored programs may exhibit unexpected new concurren...
Max Schäfer, Julian Dolby, Manu Sridharan, Em...