VOOZH about

URL: https://www.javacodegeeks.com/2019/01/java-ee-netbeans-10.html

⇱ Java EE with NetBeans 10 - Java Code Geeks


The Apache NetBeans project is really shaping up. Version 10.0 was released on the 27th of December 2018. The main features added since version 9.0 are listed on the download page. For me personally, the most important feature is the JDK 11 Support.

So, what about Java EE then?

Until all the NetBeans sources have been transferred from Oracle to Apache and incorporated into the Apache NetBeans build, an additional step is required in order to get Netbeans set up for Java EE development.

The first thing you need to do is to add the NetBeans 8.2 Distribution Update Center. Select Tools->Plugins in Apache NetBeans 10.0. Then click on the Settings tab and choose Add. Paste in the URL:

	
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz
πŸ‘ NetBeans 10

After saving the configuration, the next step is to select the Available Plugins tab and type java ee in the search field.

πŸ‘ NetBeans 10

As a minimum, check the plugin called Java EE Base and click the Install button. Follow the instructions and accept the licenses. NetBeans will need to restart before continuing after the installation.

After this, you are able to set up a Java EE server as shown with GlassFish 5.0 below. Choose Tools->Servers and then click Add Server.

πŸ‘ NetBeans 10

Happy Coding!

Published on Java Code Geeks with permission by Ivar Grimstad, partner at our JCG program. See the original article here: Java EE with NetBeans 10

Opinions expressed by Java Code Geeks contributors are their own.

Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy

Thank you!

We will contact you soon.

πŸ‘ Photo of Ivar Grimstad
Ivar Grimstad
January 9th, 2019Last Updated: January 11th, 2019
1 763 1 minute read

Ivar Grimstad

Ivar Grimstad is an experienced software architect focusing on Enterprise Java. He is participating in the Java Community Process as a member of the Expert Groups for JSR 368 (JMS 2.1), JSR 371 (MVC 1.0), JSR 375 (Java EE Security API). He is also a member of the NetBeans Dream Team.
Subscribe

This site uses Akismet to reduce spam. Learn how your comment data is processed.

1 Comment
Oldest
Newest Most Voted
7 years ago

Hi Ivar good article, i have a question about how stay java ee on the new system of module (java 9+) ?, i can modularized it? how i does?

0
Reply
Back to top button
Close
wpDiscuz