献给Java一线开发者的数个常用组件

2016-03-07

这是作为真正的Java开发人员,作为一个工匠:你不能做的工作没有合适的工具权。幸运的是,有大量的Java工具设计,使其显著容易编写好的Java代码 - 并帮助您让您的Java代码,甚至更好。

我们就来列举一下常用到的工具:

组件

  • Maven or Gradle
  • Jenkins or Hudson
  • Netty
  • Spring MVC
  • Spring-boot
  • Dubbo
  • Shrio
  • TestNG & ReportNG
  • FindBugs
  • CheckStyle
  • Mockito
  • Hamcrest
  • DropWizard
  • Joda Time
  • FastJson
  • Guava
  • Commons-lang3
  • springside

性能分析

  • VisualVM
  • jstack

数据库

  • MyBatis
  • MySQL

分布式协同

  • zookeeper
  • MQ: Kafka or RocketMQ

缓存

  • Spring-Cache
  • Redis
  • Memcached

前端

  • eChart
  • vue.js & AngluarJS

微服务

  • Docker
  • Spring-Cloud

工具

  • IntelliJ IDEA
  • SecueCRT or iTerm2
  • mWeb Lite
  • Chrome
  • iHosts or Fidder
  • JD-GUI
  • Sublime Text
  • Dash
  • PostMan Client

工具插件

  • Maven Helper
  • jRebel (Hot Swap)
  • JsonView

教程网站

极客学院:自己动手写框架

手册网站

Simple java
java-bible
并发性能优化 – 降低锁粒度
从LongAdder 看更高效的无锁实现

疑问解答网站

下面有一篇歪果仁写的 18 Top Tools for Java developers 可以参考一下。

It’s as true for Java developers as it is for woodworkers: You can’t do the job right without the right tools. Fortunately, there are plenty of Java tools designed to make it significantly simpler to write good Java code — and help you make your Java code even better.

You’ll probably know many of the tools on this list of 18 choices, but others may be new to you. And odds are you haven’t tried them all yet!

  1. Gradle: Build tool. Automates the building, testing, publishing, deployment, and more of software as well as generating static websites or documentation.
  2. Eclipse: Open-source integrated development environment (IDE). If you could have just one tool for Java development, Eclipse would be a good choice.
  3. IntelliJ: IDE made by JetBrains, available in an Apache 2-licensed community edition and a commercial edition. IntelliJ provides similar features to Eclipse, with a smooth, developer-friendly experience.
  4. YourKit: Java profiler. Combines powerful analysis capabilities, on-demand profiling during both development and production, free embedding into production, and seamless IDE and application server integration.
  5. Clover: Code coverage tool from Atlassian. Runs in your IDE or continuous integration system, and includes test optimization to make tests run faster and fail sooner.
  6. Mockito: Mock library. Open-source testing framework that enables the creation, verification, and stubbing of mocks.
  7. Jetty: Lightweight, embeddable app server.
  8. Hibernate: Object-relational mapper. Implements the Java persistence API.
  9. VisualVM: JVM monitor. An all-in-one Java troubleshooting tool that comes with the JDK.
  10. JUnit: Unit test framework. Core tool of test-driven development that enables repeatable, white-box testing.
  11. Jenkins: Continuous integration tool. Customizable with more than 600 plugins.
  12. Spring Boot: Spring application development system. Works in your build system. Supports Gradle and Maven.
  13. Guice: Lightweight dependency injection/inversion of Control (IoC) framework, from Google.
  14. Guava: Utility library. Contains core libraries that Google relies on in Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
  15. FindBugs: Static code analyzer. Classifies potential errors in code as scariest, scary, troubling, or “of concern.” Available as a standalone GUI or as a plugin for Eclipse, NetBeans, IntelliJ, Gradle, Hudson, and Jenkins.
  16. Jackson: JSON parser. Aims to be fast, correct, lightweight, and ergonomic for developers.
  17. Snappy:Compression/decompression library from Google Code. A great resource when speed is a requirement.
  18. JD-GUI: Decompiler. Standalone graphic utility that displays source codes of “.class” files. Free for non-commercial use (i.e., can’t be included or embedded in commercial products).

Of course, don’t forget New Relic Java Monitoring,the best way to see everything in your Java applications. With New Relic, you can pinpoint code-level application performance issues quickly so you can fix them faster.

Reference

18 Top Tools for Java developers
测试报告生成系列之:如何用 testNG 生成测试报告
TestNG使用指南:TestNG并发测试

Comments
Write a Comment
  • Hi,

    I enjoyed your article on https://qiancheng.me/post/recommand/tools-for-java-developers-01 . I especially liked how lucid the article was.

    I gather you have linked to https://developer.ibm.com/javasdk/downloads/ from that page.

    Would you consider linking to us?

    Guru99 link - Internal Java(https://www.guru99.com/install-java.html)

    I did be happy to share your page with our 30k Facebook/Twitter/Linkedin Followers.

    Regards,

    Alex