ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

269 results

The Debug Zone
Fixing java.xml XMLConstants.FEATURE_SECURE_PROCESSING Not Found Error

In this video, we tackle a common issue faced by Java developers: the "java.xml XMLConstants.

1:36
Fixing java.xml XMLConstants.FEATURE_SECURE_PROCESSING Not Found Error

7 views

5 months ago

The Debug Zone
How to Use XSLT 3.0 in Java: A Step-by-Step Guide for Developers

In this video, we delve into the powerful world of XSLT 3.0 and its integration with Java. Whether you're a seasoned developer or ...

2:22
How to Use XSLT 3.0 in Java: A Step-by-Step Guide for Developers

8 views

6 months ago

The Debug Zone
Fixing InvalidDataAccessApiUsageException: Spring XML to Java Config Guide

In this video, we delve into the common pitfalls of the InvalidDataAccessApiUsageException in Spring applications. As developers ...

3:32
Fixing InvalidDataAccessApiUsageException: Spring XML to Java Config Guide

4 views

11 months ago

The Coding Gopher
99% of Developers Don't Get RPCs

Inquiries: thecodinggopher@gmail.com ‍ Learn to build Git, Docker, Redis, HTTP ...

9:20
99% of Developers Don't Get RPCs

91,300 views

8 months ago

The Debug Zone
How to Convert XSD to JSON Schema in Java: A Step-by-Step Guide

In this video, we will explore the process of converting XML Schema Definition (XSD) files into JSON Schema using Java. Whether ...

1:43
How to Convert XSD to JSON Schema in Java: A Step-by-Step Guide

8 views

1 month ago

Kryoxx Studio
How I made the SnakeWall

In this video, I break down how I designed and developed SnakeWall — a bold, modern reinterpretation of the classic Snake ...

5:07
How I made the SnakeWall

792 views

8 months ago

The Debug Zone
How to Run a Method Before Suite in TestNG Using XML Configuration

In this video, we will explore the powerful capabilities of TestNG, a popular testing framework for Java. Specifically, we'll focus on ...

1:55
How to Run a Method Before Suite in TestNG Using XML Configuration

3 views

5 months ago

The Debug Zone
How to Generate XMLGregorianCalendar Time in UTC Format: A Step-by-Step Guide

In this video, we'll explore the process of generating XMLGregorianCalendar time in UTC format, a crucial skill for developers ...

1:30
How to Generate XMLGregorianCalendar Time in UTC Format: A Step-by-Step Guide

0 views

1 month ago

The Debug Zone
How to Specify Character Encoding in a Dependency POM XML File

In this video, we'll explore the crucial topic of character encoding in Maven's POM XML files. Properly specifying character ...

2:43
How to Specify Character Encoding in a Dependency POM XML File

1 view

2 weeks ago

Kodality | Yes, it Matters
Writing Human-Friendly HL7 V3 Tests

Learn more at https://www.kodality.com/knowledge Tired of wrestling with verbose HL7 V3 XML files that are difficult for the ...

47:25
Writing Human-Friendly HL7 V3 Tests

75 views

7 months ago

The Debug Zone
Spring Framework: How to Marshal and Unmarshal XML Data Effectively

In this video, we delve into the Spring Framework and explore the essential techniques for marshalling and unmarshalling XML ...

1:48
Spring Framework: How to Marshal and Unmarshal XML Data Effectively

8 views

7 months ago

The Debug Zone
Is the children Tag Necessary in FXML? Pros, Cons, and Best Practices

In this video, we dive into the world of FXML and explore the often-debated topic of the `children` tag. As a fundamental aspect of ...

1:34
Is the children Tag Necessary in FXML? Pros, Cons, and Best Practices

0 views

2 months ago

The Debug Zone
Syncing Maven Artifact Timestamps with maven-metadata.xml: A Complete Guide

In this video, we delve into the intricacies of syncing Maven artifact timestamps with the maven-metadata.xml file. Understanding ...

1:58
Syncing Maven Artifact Timestamps with maven-metadata.xml: A Complete Guide

8 views

9 months ago

Roel Van de Paar
Converting XML elements from lowercase to uppercase using XSLT in JAVA (2 Solutions!!)

Converting XML elements from lowercase to uppercase using XSLT in JAVA Helpful? Please use the *Thanks* button above!

3:04
Converting XML elements from lowercase to uppercase using XSLT in JAVA (2 Solutions!!)

77 views

5 months ago

The Debug Zone
JAXB anyType Casting Error: Solutions for Common Issues and Fixes

In this video, we delve into the common challenges developers face when working with JAXB and the anyType casting error.

3:30
JAXB anyType Casting Error: Solutions for Common Issues and Fixes

17 views

11 months ago

Mohit patil
Java Annotation Fundamentals

Java Annotation Fundamentals.

2:09:54
Java Annotation Fundamentals

10 views

9 months ago

The Debug Zone
Understanding Java SOAP Message Content Type: Common Issues and Solutions

In this video, we delve into the intricacies of Java SOAP message content types, a crucial aspect for developers working with web ...

3:20
Understanding Java SOAP Message Content Type: Common Issues and Solutions

6 views

11 months ago

Selenium Automation
How to launch browser with 2 lines of code

Steps : 1. Create Maven Project 2. Add the dependencies in POM.xml a. Selenium Java b. WebDriverManager 3. Add the 2 lines ...

2:43
How to launch browser with 2 lines of code

22 views

11 months ago

Tony's HowTos
How to Connect Figma to Android Studio (2025)

In this video, I show you How to Connect Figma to Android Studio in 2025. The quick and easy tutorial how to use export figma ...

4:04
How to Connect Figma to Android Studio (2025)

3,443 views

6 months ago

The Debug Zone
Kotlin Alternatives to Groovy XmlSlurper and MarkupBuilder for XML Handling

In this video, we explore Kotlin alternatives to Groovy's powerful XML handling tools, XmlSlurper and MarkupBuilder.

3:31
Kotlin Alternatives to Groovy XmlSlurper and MarkupBuilder for XML Handling

16 views

1 year ago

Tony's HowTos
Creating First Application in Android Studio | Tutorial for Beginners (2025)

In this video, I show you Creating First Application in Android Studio | Tutorial for Beginners in 2025. The quick and easy tutorial ...

10:00
Creating First Application in Android Studio | Tutorial for Beginners (2025)

90,021 views

9 months ago

The Debug Zone
Resolving TransformerFactory and Xalan Dependency Conflict in Java Applications

In this video, we tackle a common challenge faced by Java developers: resolving the dependency conflict between ...

3:03
Resolving TransformerFactory and Xalan Dependency Conflict in Java Applications

6 views

3 months ago

The Debug Zone
How to Override org.apache.cxf.stax.maxChildElements in TomEE Container

In this video, we will explore how to override the `org.apache.cxf.stax.maxChildElements` configuration in a TomEE container.

3:45
How to Override org.apache.cxf.stax.maxChildElements in TomEE Container

6 views

3 months ago

The Debug Zone
How to Retrieve Module Name from POM File in Java: A Step-by-Step Guide

In this video, we'll explore the process of retrieving the module name from a POM (Project Object Model) file in Java.

1:32
How to Retrieve Module Name from POM File in Java: A Step-by-Step Guide

1 view

1 month ago

The Debug Zone
Fixing android.content.res.Resources$NotFoundException for Color XML Files

In this video, we tackle a common issue faced by Android developers: the dreaded `Resources$NotFoundException` when ...

3:47
Fixing android.content.res.Resources$NotFoundException for Color XML Files

3 views

9 months ago