Hallo, what kind of applications do you plan to build? For web (JEE) applications it provides you support to build Jakarta EE, Spring etc. applications.
E.g. - Introduction to Developing Web Applications <https://netbeans.apache.org/kb/docs/web/quickstart-webapps.html> - Heffelfinger, D. J. (2015), Java EE 7 Development with NetBeans 8, Packt - Introduction to Spring Web MVC <https://netbeans.apache.org/kb/docs/web/quickstart-webapps-spring.html> For standalone (desktop) applications, it supports building Swing and JavaFX applications. It also provides a Rich Client Platform protocol, that allows you to speed up development of desktop apps by using the framework that NetBeans is built on. - Designing a Swing GUI in NetBeans IDE <https://netbeans.apache.org/kb/docs/java/quickstart-gui.html> - JavaFX and NetBeans 11.2 <https://cs.smu.ca/~myoung/csci1228/Notes/InstallingJavaFX.html> - Wielenga et. al. (2015), Beginning NetBeans IDE, APress. - Oracle (2014), Developing Applications with NetBeans IDE - Salter D. (2015), Mastering NetBeans, Packt. - Kostaras I et. al. (2020), Pro Apache NetBeans, APress - Wexbridge J. & Nyland W. (2014), NetBeans Platform for Beginners, LeanPub. - Anderson P. & Anderson G. (2015), JAVAFX Rich Client Programming on the NetBeans Platform, Addison-Wesley. K/r, John. On Wed, 29 Dec 2021 at 19:50, Sridhar Saraswatula <[email protected]> wrote: > Namaste, > > I am new to Netbeans. Earlier I was developing web based products using > basic tools like html, php. I came to know that Netbeans is good tool for > software product development right from planning the logic and using > scripts. Please let me know the sources to learn Netbeans. > > Thank you, > > Sridhar > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
