Browse code This repository contains a set of simple sample projects to help you getting started with Azure Service Fabric on Linux using Java as the development language. Prerequisites To develop Service Fabric Reliable Services & Actor you need to use a Mac or Linux developer machine. If you...
GitHub is a web-based hosting service for software development projects that uses an open source revision control system called Git. To learn about the version control system, Git, and how it works with GitHub, seeAbout Git. To learn how to interact with Git repositories with GitHub and to ...
javaparser/javaparser-maven-sample Star95 Code Issues Pull requests Sample project with a basic Maven + JavaParser setup javabootstrapparsertutorialmavenjavaparser UpdatedApr 2, 2025 Java A tool to detect test smells in Java projects that utilize JUnit as the testing framework ...
Demonstrate a pub/sub messaging architecture using Dapr for a Java application running in a Kubernetes cluster. This sample project implements an event-driven communication between different components of the system using the pub/sub pattern.
Finally, we assume that you are familiar with JSP technology, Java technology and Java code conventions as already adopted by your organization for your projects. If not, we recommend that you start with JSP technology here. Why Have Code Conventions? Code conventions are important to programmers...
More Visual Studio Code sample projects for JavaFX We also realize students might be working on JavaFX projects using other build tools (Gradle) or no build tools at all, therefore we have provided complete JavaFX samples for all those different cases. Please find the latest JavaFX samples for ...
Azure Functions Kafka Trigger Java Sample Code Sample 07/28/2022 3 contributors Browse code Let’s take a look at the scenario of wallet transaction processing – The goal of this use-case is to process the wallet transaction and notify users via email /sms/in-app. This ...
hengboy: code: builder: execute: true configuration: package-prefix: com.code.builder.sample.codebuildersample templates: - name: entity.ftl packageName: model fileSuffix: Entity - name: service.ftl packageName: service fileSuffix: Service - name: controller.ftl packageName: controller fileSuffix...
This sample allows users to use the network transport protocol independence of JMF in RTP. Users can run RTP over any underlying transport protocol. By default, JMF uses RTP over UDP. Users running RTP over a non UDP transport, can use the RTPSocket object defined in javax.media.rtp.RTPSoc...
The JUnit 5 team provides a collection of sample projects with different build tools. Check thejunit5-sample repositoryif your project uses Maven or Gradle as your build tool. Unmanaged folder If your project does not use any build tools, you can enable JUnit 5 via theTesting Exploreror by ...