Just I've downloaded Netbeans 10. While creating new project, I'm not getting option 'Web Application'.
How to do it? Is there GUI design builder for web applications in Apache Netbeans 10?
Just I've downloaded Netbeans 10. While creating new project, I'm not getting option 'Web Application'.
How to do it? Is there GUI design builder for web applications in Apache Netbeans 10?
Unlike some earlier NetBeans releases such as 8.2, Apache NetBeans 10.0 does not support web development by default, and that is why you do not see an option for Java Web under the Categories listed within the Project Wizard. See What's Happened to My Favorite NetBeans Plugins? for additional background information.
However, web development can still be performed using Apache NetBeans 10.0. You just need to install some plugins first:
Under the Install column check all of those entries:
Click the Install button to install those checked Java Web and EE plugins.
After the restart select File > New Project.... There should be new entries in the Categories list named Java Web and Java EE, allowing you to create web and EE applications:
Troubleshooting:
If you're not seeing the Java Web and EE categories, you need to go into Settings and make sure Netbeans 8.2 Plugin Portal is checked like in the image below.