Sciweavers

230 search results - page 1 / 46
» An Empirical Study into Use of Dependency Injection in Java
Sort
View
ASWEC
2008
IEEE
14 years 1 months ago
An Empirical Study into Use of Dependency Injection in Java
Hong Yul Yang, Ewan D. Tempero, Hayden Melton
ESE
2007
99views Database» more  ESE 2007»
13 years 7 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
EDO
2005
Springer
14 years 1 months ago
Using parse tree validation to prevent SQL injection attacks
An SQL injection attack targets interactive web applications that employ database services. Such applications accept user input, such as form fields, and then include this input ...
Gregory Buehrer, Bruce W. Weide, Paolo A. G. Sivil...
USS
2008
13 years 9 months ago
An Empirical Security Study of the Native Code in the JDK
It is well known that the use of native methods in Java defeats Java's guarantees of safety and security, which is why the default policy of Java applets, for example, does n...
Gang Tan, Jason Croft
SEKE
2005
Springer
14 years 29 days ago
An Empirical Study on Limits of Clone Unification Using Generics
Generics (templates) attempt to unify similar program structures to avoid redundancy. How well do generics serve this purpose in practice? We try to answer this question through e...
Hamid Abdul Basit, Damith C. Rajapakse, Stan Jarza...