Results for the following term searched: java

More Stories

Cover Image for Connection Java - MySQL : Public Key Retrieval is not allowed

Connection Java - MySQL : Public Key Retrieval is not allowed

updated a few hours ago
exceptionjavamysql

## 📝 Blog Post: Connection Java - MySQL : Public Key Retrieval is not allowed Connecting Java to a MySQL database should be a breeze, but sometimes you run into those pesky exceptions that can make your head spin. One common issue that might arise is the

Matheus Mello
Matheus Mello
Cover Image for MySQL JDBC Driver 5.1.33 - Time Zone Issue

MySQL JDBC Driver 5.1.33 - Time Zone Issue

updated a few hours ago
javamysqltimezone

📝 Hey there tech enthusiasts! 👋 Are you facing a time zone issue 🕒 while using the MySQL JDBC Driver 5.1.33? Fret not, because I've got you covered with some easy solutions 🛠️. To give you a bit of context, imagine you have a Java 1.6 web app running

Matheus Mello
Matheus Mello
Cover Image for Hibernate show real SQL

Hibernate show real SQL

updated a few hours ago
hibernatejava

🖥️ **Hibernate Show Real SQL: Unveiling the Magic** Are you tired of seeing the cryptic SQL statements generated by Hibernate in your console? You're not alone! Many developers have struggled with this very issue. But fear not, for we have easy solutions

Matheus Mello
Matheus Mello
Cover Image for How to print a query string with parameter values when using Hibernate

How to print a query string with parameter values when using Hibernate

updated a few hours ago
hibernatejava

# 🖨️ How to Print a Query String with Parameter Values When Using Hibernate So, you're working with Hibernate and you want to print the SQL queries with real values instead of question marks? 🤔 Don't worry, we've got you covered! In this post, we'll exp

Matheus Mello
Matheus Mello
Cover Image for How to convert java.util.Date to java.sql.Date?

How to convert java.util.Date to java.sql.Date?

updated a few hours ago
datedatetimejava

# How to Convert java.util.Date to java.sql.Date? 💻📅 So, you want to convert a `java.util.Date` to a `java.sql.Date`, huh? Don't worry, my friend, I got you covered! 😎 ## The Problem 😩 You may have encountered a situation where you have a `java.util

Matheus Mello
Matheus Mello
Cover Image for javax.xml.bind.JAXBException Implementation of JAXB-API has not been found on module path or classpath

javax.xml.bind.JAXBException Implementation of JAXB-API has not been found on module path or classpath

updated a few hours ago
exceptionjava-9jaxb

# 🚀 Solving the JAXBException: Implementation of JAXB-API has not been found 🚀 If you're trying to run your Spring Boot application on Java 9 or above and you come across the `javax.xml.bind.JAXBException` with the message "Implementation of JAXB-API ha

Matheus Mello
Matheus Mello
Cover Image for Android getting value from selected radiobutton

Android getting value from selected radiobutton

updated a few hours ago
androidjava

# 📱 Getting Value from Selected RadioButton in Android Are you trying to get the value of a selected RadioButton in your Android app but struggling with implementing the correct code? Don't worry, we've got you covered! In this guide, we will walk you th

Matheus Mello
Matheus Mello
Cover Image for Xml configuration versus Annotation based configuration

Xml configuration versus Annotation based configuration

updated a few hours ago
annotationsjavaspring

## XML Configuration vs. Annotation-based Configuration: Choose Your Weapon! 💥 Have you ever found yourself tangled up in the battle between XML configuration and annotation-based configuration? 🤔 Fear not, fellow techies! In this blog post, we will exp

Matheus Mello
Matheus Mello
Cover Image for How to set menu to Toolbar in Android

How to set menu to Toolbar in Android

updated a few hours ago
androidjava

📱🛠️🔧 How to set menu to Toolbar in Android? Let's fix that problem and show the menu in the Toolbar! 🚀 So you want to use the Toolbar instead of the ActionBar, but for some reason, the menu is not appearing in the Toolbar. Don't worry, we've got you c

Matheus Mello
Matheus Mello
Cover Image for Generate Java classes from .XSD files...?

Generate Java classes from .XSD files...?

updated a few hours ago
java

# How to Generate Java Classes from .XSD Files So, you've got a gigantic QuickBooks SDK .XSD schema file and you want to generate Java classes from it? Don't worry, we've got you covered! 🙌 ## The Problem Before we dive into the solution, let's underst

Matheus Mello
Matheus Mello