Java Expert....Java/Open Source Addict

Redes Sociales

twitterlinkedinrss feedemail youtube

Java Expert....Java/Open Source Addict

viernes, 13 de agosto de 2021

martes, 3 de agosto de 2021

How to resolve errors related with JAXBException


Hello friends, when you have these errors related to JAXBException and you are using java version 9,10 o greater.You can download the libraries (jars) o use Java 8. Because the JAXB API classes only are available in Java 6/7/8 but no in future Java versions. Since Java...

lunes, 2 de agosto de 2021

Install PostgreSQL on Fedora 33


 Dear friends,In this post, I will show how to install PosgreSQL 12 on Fedora 33. To do this, we need the following.1. Open a terminal and login with sudo user.2. Install the postgres repository (pgdg-fedora-repo ) with the command dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/F-33-x86_64/pgdg-fedora-repo-latest.noarch.rpm 3....

domingo, 11 de octubre de 2020

Configure Payara Server in Eclipse IDE


Hello friends, in this opportunity I will show how to install the Payara Tools in Eclipse to work with Payara Server Application. Before to begin is important say you, that  I am working with: Eclipse IDE 2019 and Payara 5.20. Once said it, let me begin.1.- First,...

jueves, 24 de septiembre de 2020

Install Maven Archetype and Create Project Jakarta EE 8


Hello friends, in this opportunity I show how to install a Maven Archetype and create a project from it. I will use the JakartaEE8 Archetype, we need to do the following.1.- First, we need to download and decompress the archetype from this link. You can choose the zip or...

miércoles, 23 de septiembre de 2020

Jakarta EE 8 archetype


Hello friends, in this opportunity, I want to share with all a JakartaEE8 Archetype, that has the following features:It has an EAR, EJB y WEB project.It has a basic example to save the employee data to the h2 database.It can be deployed in both Wildfly and Payara, I built...

miércoles, 16 de septiembre de 2020