Good IDE to use for development
Use Cases and Deployment Scope
I generally use netbeans to develop software and web applications . It is a best IDE for development work . For user interface development it also support drag and drop feature for user interface components . It helps in locally start a server and deploy our app on it and test the application.
Pros
- Development features
- Server creation and deployment
- UI development tools
- Unit testing features
Cons
- Sometime reference resolution don't happen automatically
- It does not take too much load...sometimes crashed when importing projects having too much dependencies and references
- Face difficulties in installing extensions
Likelihood to Recommend
It is good for frontend development projects but it is less suited for java development related projects . Because it does not support various extensions which are very helpful during development process . Other than that it is good to use , server integration is also easy in netbeans and user experience is also good .
