Skip to main content

Blog

Blog

Mock and Unit Testing With TestNG, JUnit and Mockito

This report looks at mock and uniting test with JUnit, TestNG, and Mockito. We look at JUnit vs TestNG, Mockito for advanced users, and more.
Java Testing, Java Tools
Blog

Exploring Java 8 Lambdas

Project Lambda is the major theme in the upcoming Java 8 and probably the most awaited one among Java developers. There’s one interesting feature...
Java Tools, Java Updates
Blog

Software Licensing Basics for App Developers

After finishing the development and launch of your application, how can you protect and license it? Get all copyrighting answers here.
Java Application Development, Enterprise Development
Blog

Advanced Java Bytecode Tutorial

In this blog post, we discuss Java bytecode for JVM, how to read and write Java bytecode, how to understand runtime, and more.
Java Application Development
Blog

How to Build Eclipse Plugins With Maven 3 & Tycho

Building Eclipse plug-ins has been difficult for some time. That’s where we come in. Read more to discover how to build these plug-ins.
Java Tools
Blog

Java Bytecode: Objects and Calling Methods

This post dives into more specific aspects of Java bytecode, including using classes, calling methods, and how the stack has evolved.
Java Tools, Java Application Development