Initial settings of Netbeans (for JavaEE)

Introduction

When developing JavaEE, Netbeans comes up as an IDE choice. If you use Glassfish, many people are using it. I have summarized what I want to set at the beginning.

UTF-8

http://blog.cototoco.net/work/201311/160/

Also set on the glassfish side http://etc9.hatenablog.com/entry/20130309/1362812169

Coding style

https://github.com/markiewb/eclipsecodeformatter_for_netbeans

https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml

License header

It is a function to add the license text to the header of the source by default.

When creating a new

http://stackoverflow.com/questions/38484105/how-to-set-project-license-header-in-a-netbeans-module

https://netbeans.org/gplv2.html

Existing changes

There are plugins for making changes to existing files so that the terms of the license can change or you can insert them in the middle of the project. http://plugins.netbeans.org/plugin/17960/license-changer


JavaEE reference link

Recommended Posts

Initial settings of Netbeans (for JavaEE)
centos7 Initial settings
EC2 initial settings
CentOS7 initial settings
Initial settings for rewriting Java projects to Kotlin
Output a list of cron settings for all users.
[IntelliJ] Initial setting procedure of IntelliJ
Ubuntu (Mac style) initial settings
Gradle settings for using JUnit 5
[Java] Summary of for statements