VOOZH about

URL: https://dzone.com/users/343648/mcasperson.html

⇱ Matthew Casperson - DZone Member


Matthew Casperson

Engineer at Octopus Deploy

Joined Oct 2008

https://www.cloud-guides.com

Stats

Reputation: 10074
Pageviews: 1.0M
Articles: 30
Comments: 1

Articles

Using the Ubuntu Docker Image
In this post, we'll show you how to make the most of the base Ubuntu images while building your own Docker images and more!
December 14, 2023
· 7,410 Views · 2 Likes
Using the NGINX Docker Image
In this tutorial, explore how DevOps teams can use the NGINX Docker image to build and run web applications on Docker and more!
October 11, 2023
· 4,305 Views · 3 Likes
Alternative Kubernetes Dashboards
In this post, we'll take a look at some of the alternative Kubernetes dashboards as a number of alternatives have been developed recently that are worth looking into.
October 7, 2023
· 4,197 Views · 42 Likes
Mixing Kubernetes Roles, RoleBindings, ClusterRoles, and ClusterBindings
Let's discuss how Kubernetes implements role-based security by examining role binding linking accounts to cluster roles.
October 2, 2023
· 3,975 Views · 3 Likes
Running End-To-End Tests in GitHub Actions
In this post, you'll learn how to run the Cypress action to execute browser-based tests and how to run the Newman Docker image to execute API tests.
September 28, 2023
· 6,402 Views · 8 Likes
Running Unit Tests in GitHub Actions
In this article, we'll show you how to add unit tests to a GitHub Actions workflow and configure custom actions to process the results.
September 22, 2023
· 7,195 Views · 2 Likes
Continuous Integration vs. Continuous Deployment
Continuous Delivery and Continuous Deployment may be extensions of Continuous Integration, but the execution of both processes is the responsibility of a single tool.
September 21, 2023
· 2,910 Views · 3 Likes
Extending Iridium With Custom Step Definitions
Iridium makes it easy for developers to build in their own custom step definitions, removing the need to write custom code gluing Cucumber and WebDriver together.
Updated August 12, 2022
· 3,293 Views · 1 Like
How to Capture Network Transactions With Iridium
Learn how to use Iridium to track network transactions as you run your integration tests with the ability to track website performance over time.
Updated June 22, 2022
· 3,527 Views · 2 Likes
Java CI/CD: From Local Build to Jenkins Continuous Integration
In this blog post, we’ll learn how to configure Jenkins to build and publish our Docker image. Read on to find out more!
October 28, 2020
· 15,283 Views · 5 Likes
Java CI/CD: From Continuous Integration to Release Management
This post is part of a series that demonstrates a sample deployment pipeline with Jenkins, Docker, and Octopus.
October 28, 2020
· 8,485 Views · 1 Like
Viewing JUnit XML Files Locally
In this tutorial, you'll learn how to view the contents of a JUnit XML file locally and read its contents in the form of a table.
October 9, 2017
· 29,670 Views · 2 Likes
Deploying Spring Boot Apps as Windows Services
There are a few hurdles to jump over to get Spring Boot apps up and running as Windows services. Here, we use Octopus Deploy and a couple of custom tools.
June 12, 2017
· 20,783 Views · 11 Likes
Deploying to Tomcat from Octopus Deploy
The Octopus Deploy team has been working on improving Java support, so let's see what it takes to deploy a package from Octopus Deploy to Tomcat.
June 6, 2017
· 9,531 Views · 3 Likes
How to Build You Own Personal Jenkins CI Server
There are tons of benefits to running a personal CI server, including that it can prioritize your own branches and builds and that you can build and deploy while failing tests.
December 13, 2016
· 34,317 Views · 1 Like
JMX Over the Web With Jolokia and Hawtio
Jolokia and Hawtio gives Java developers a powerful way to monitor and manage their Java applications over the web.
October 21, 2016
· 26,418 Views · 6 Likes
Build a JSON API Microservice With Spring Boot and Elide
Click here to learn how you can securely expose JPA entities via a testable JSON API interface with Spring Boot and Elide.
October 11, 2016
· 20,677 Views · 10 Likes
Introducing PICQT for Writing Cucumber Tests With Iridium: Part I
PICQT provides a standard set of tags to maximize the value of your end to end Iridium tests. This two-part series provides a short introduction for you.
September 20, 2016
· 2,961 Views · 2 Likes
CI Testing With Iridium and PhantomJS
Using PhantomJS is an easy way to add testing to your automated build process, and with Iridium it is trivial to swap between browsers in your various environments.
July 14, 2016
· 2,921 Views · 2 Likes
The Difference Between BDD and Integration Testing
Matthew Casperson explains how integration testing often "leaks" the technology that is being used while BDD is both simple and effective.
June 16, 2016
· 11,612 Views · 9 Likes
From Java Anonymous Class to Single Line Lambda in 3 Steps
See the steps involved in transforming traditional Java anonymous classes into Java 8 lambdas.
June 1, 2016
· 65,689 Views · 4 Likes
Creating Entities in a Spring Boot/Elide JSON API Server
Learn how to update the application to allow new entities to be created.
May 17, 2016
· 7,972 Views · 1 Like
Securing a JSON API REST Service With Spring Boot and Elide
Learn how to make use of the security layer in Elide to make some decisions about who can perform what operation.
Updated May 16, 2016
· 4,893 Views · 2 Likes
Updating and Deleting with a Spring Boot/Elide JSON API Server
Learn how to update and delete using a Spring Boot/Elide JSON API server.
March 26, 2016
· 22,167 Views · 2 Likes
Custom Security With a Spring Boot/Elide Json API Server
Here's a look at security permissions that are applicable to JPA entities, controlling attributes like reading, deletion, updating, and assignment of entities.
March 16, 2016
· 6,318 Views · 2 Likes
Create a JSON API REST Service With Spring Boot and Elide
Learn how to make a HSON API REST service using Elide and Spring Boot in this awesome tutorial. The JSON API is a great specification for developers, and is getting much more popular.
February 11, 2016
· 71,776 Views · 10 Likes
Q&A with Terence Parr on ANTLR
Learn about the ANTLR parser from the creator himself.
January 11, 2016
· 12,340 Views · 6 Likes
Q&A With Claus Ibsen on Apache Camel
Claus Ibsen talks Apache Camel, including development inspiration, community reaction, and challenges.
December 17, 2015
· 5,754 Views · 11 Likes
Q&A with Nikolaus Gebhardt on Coppercube and Irrlicht
Game developer Nikolaus Gebhardt talks open source game engines, challenges of creating an engine, and working with open source projects.
December 3, 2015
· 3,791 Views · 3 Likes
A Q&A with Andy Wilkinson on Spring REST Docs
Documentation is a critical, if often overlooked, aspect of any software project, and Andy Wilkinson has taken some time to answer a few questions on the newly released Spring REST Docs project.
November 27, 2015
· 7,149 Views · 5 Likes

Comments

Deploying Spring Boot Apps as Windows Services

Jun 12, 2017 · Matthew Casperson

Ah, my bad. It was ignored by GIT. The folder is there now.

User has been successfully modified

Failed to modify user

Let's be friends: