Java application development
Java web development with the Spring framework in NetBeans
There are many Java web development frameworks in use, one of the most popular is the Spring MVC framework.
NetBeans is a great development tool that is simpler to use than Eclipse.
This combination helps to jumpstart your Java web development project if you quickly need to write a Java web application that can be extended in the future.
- Configure NetBeans for Java Web development
- Start a new Spring MVC Java Web application development in NetBeans
- Create a war file for a Java web application in NetBeans
- Java Spring MVC web application configuration in NetBeans 8
Troubleshooting
- Only persistence units with transaction type JTA can be used as a container managed entity manager
- org.apache.jasper.JasperException: java.lang.IllegalStateException: No output folder
- java.lang.NoClassDefFoundError, java.lang.ClassNotFoundException
- Get jstack and other Java utilities without installing the Java JDK