How-to articles, tricks, and solutions about JAKARTA-EE

How can I upload files to a server using JSP/Servlet?

To upload files to a server using JSP/Servlet, you can use the following steps:

Java 11 package javax.xml.bind does not exist

If you are seeing the error "package javax.xml.bind does not exist" in your Java 11 project, it means that the Java XML Bind (JAXB) API is not included in the classpath.

What is the difference between JSF, Servlet and JSP?

JavaServer Faces (JSF) is a user interface (UI) framework for building web applications.

What's the difference between JPA and Hibernate?

Java Persistence API (JPA) is a specification for object-relational mapping (ORM) in Java.