Java Code Coverage in Eclipse

EclEmma is a free Java code coverage plugin for Eclipse. See how to use it for more than testing—in this case, narrowing down lines of code for a JVM crash. Read all

Getting Started With ASP.NET Core MVC Apps Using VS Code

We take a quick look at how to get a basic ASP.NET Core application up and running by using Visual Studio Code, and create a basic Hello World application. Read all

File Upload Using AngularJS and Spring

We explore how developers can combine AngularJS and Spring frameworks to pull external JAR files into their web application and use that data in the backend. Read all

What Is javax.ws.rs.core.context? (Part 4)? [Snippets]

These Java EE code snippets detail how to inject the HTTP Servlet Request and Response classes into your work for calling methods and set values. Read all

JAX-RS vs. Spring for REST Endpoints

Let's explore REST endpoints with JAX-RS and Spring—both separately and together—to test their effectiveness while also learning to map between the specs. Read all

Creating an Email Form With ASP.NET Core Razor Pages

A DZone MVB demonstrates how to use ASP.NET Core Razor Pages, along with some Bootstrap, to easily make a form that allows us to send emails via this form. Read all

Get Started With Spring Boot, OAuth 2.0, and Okta

Combining Okta and OAuth gives you solid authentication for your apps. Here, we'll see how to use them to add more security to a Spring Boot application. Read all

CALayer and Auto Layout With Swift

This article presents three different methods with CALayer as a workaround for the missing auto layout in sublayers when developing for iOS mobile apps. Read all

JPA Caching With Hazelcast, Hibernate, and Spring Boot

Learn how to use Hazelcast for caching data stored in the MySQL database accessed by Spring Data DAO objects. Read all

Java Service Loader vs. Spring Factories Loader

In addition to OSGi, Java and Spring can both handle IoC at the module level. Both are useful and similar to each other, though Spring offers more options. Read all

Hot Swapping Java Code on Runtime

Together, DCEVM and HotswapAgent can allow you to hotswap code at runtime—even enterprise-level apps. Here's how to install them, configure them, and use them. Read all

Spring: Be Careful When Using PropertyPlaceholderConfigurer

Spring's fail-fast nature works against it when deploying integrated layers to a server. Expect trouble if your property placeholder tags aren't set up. Read all

Getting Started With Vert.x and Spring in Under 15 Minutes

Together, Spring Boot and Vert.x can help quickly and effectively set up a microservices ecosystem, complete with service discovery and REST requests. Read all

 

 

 

 

Top