Java Zone - The heart of the Java developer community

Java Zone - The heart of the Java developer community


How To Run JUnit Tests From The Command Line

Posted: 31 Mar 2021 04:40 PM PDT

JUnit is one of the most popular Java-based open-source frameworks used for testing every unit of the application, i.e., classes and methods. And for automating the testing of web applications, you can use it with the Selenium WebDriver. Though Selenium and JUnit can function independently, combining them can help develop tests in a structured format.

Though Java offers several IDEs using which you can write code and run tests, you would like to execute JUnit from the command line. Why?

The Problem With Annotation Processors

Posted: 31 Mar 2021 03:20 PM PDT

For reasons unknown, broaching the subject of annotation processors seems to elicit some primordial fear in developers. People tend to associate annotation processing with borderline witchcraft and sorcery performable only by the most adept of basement wizards. It doesn't have to be that way. Annotation processing doesn't have to be the big scary monster hiding under the bed.

Monster Under the Bed
Image taken from https://sourcesofinsight.com/monsters-under-the-bed/


7 JVM Arguments of Highly Effective Applications [Videos]

Posted: 31 Mar 2021 02:15 PM PDT

You can pass 600+ arguments to JVM just around garbage collection and memory. It's way too many arguments for anyone to digest and comprehend. In all these 4 videos, we share 7 important JVM arguments that will boost your Java/Scala/Jython application performances.

Videos

Part 1

Part 1 explains the below arguments:

Top 5 Java Full-Stack Developer Courses

Posted: 31 Mar 2021 11:02 AM PDT

The role of a Java full-stack developer is becoming popular these days and plenty of companies are hiring them to take care of their applications. This knowledge area involves various technologies like Angular, Java, Spring, REST, APIs, HTML, and CSS, as well as knowledge on various other databases.

Learning full-stack development using Java can involve learning about various programming languages that are used in the backend, front-end, and other middleware areas. Also, knowledge of security protocols and database connections can help you gain overall expertise. So, we have listed some of the best courses that can help you grow from a beginner to an advanced level.

How Does Maven Work? | Apache Maven [Video]

Posted: 30 Mar 2021 11:25 PM PDT

In the video below, we take a closer look at the How does Maven work? | Apache Maven. Let's get started!

Company Internal Frameworks; Good, Bad, Boring

Posted: 30 Mar 2021 08:15 PM PDT

It is common for software companies to have their own internal frameworks. These frameworks sometimes contain the whole software development life cycle, and sometimes it just boils down to a few tools and utilities.

Consider Temenos TAFJ framework as a case study, this framework has written in Java and can be considered as one of the most complete frameworks in the world it contains all aspect of software development requirements, it has its own data access layer, business layer, etc. plus it provides a special programing language for its developers to develop a new product in such platform.

Comments

Popular posts from this blog

Gizmodo

Gizmodo