Tag Archives: NetBeans

Build, Deploy and Run in a Browser a Web App with Maven

The Problem Every winter I teach a course in which students in their final semester work on a project to develop an e-commerce system. If you’d like to learn more about the project then contact me. As part of the learning materials for this course there are over 60 sample programs. This year I encountered a problem with my samples… Read more »

REST Client Code Generated by NetBeans Does Not Handle Lists and the Solution

In my Introduction to Java Web Services course I use as an example a web service that returns a List of JPA entity objects of type Fish. A Fish is just several fields that describes different aspects of aquarium fish. For many years, going back to 2004, I only showed SOAP services. The code generator in my favourite IDE, NetBeans,… Read more »