Video and slideshow for Trisha Gee's lecture on whether Groovy is better for testing than Java and why, along with other resources to learn more about testing. Read all
The Java 8 lambda syntax and functional interfaces have been a productivity boost for Java developers. But there is one drawback to functional interfaces. None... Read all
Although Java Architecture for XML Binding (JAXB) is fairly easy to use in nominal cases (especially since Java SE 6), it also presents numerous nuances. Some... Read all
This article represents facts on what would it take to build one or more jar files for a given framework/library using Maven, provided the framework’s... Read all
Java is, arguably, one of the most popular programming languages amongst developers and is used to create web applications, customized software and web portals,... Read all
creating uber jar’s in java is nothing particular new, even creating executable jar’s was possible with maven long before java 8. with the first release of... Read all
The article presents some of the frequently asked interview questions in relation with unit testing with Java code. Please suggest other questions tthat you... Read all
Spring Security offers an authentication replacement feature, often referred to as Run-As, that can replace the current user's authentication (and thus... Read all
For doing SSL with SOAP, there’s a few things you need to setup. C:\Program Files (x86)\SmartBear\soapUI-Pro-4.5.1\jre\lib\security Also did it at the main jre... Read all