Amazon Digital Services LLC, 2016. β 400 p. β ASIN: B01BK7LYY2. β 2nd edition<div class="bb-sep"></div>When working on a project, sometimes you face the following questions during the design phase: Should we include this task in this phase? It seems risky. Should we adopt this technology and do code
Java Tools for Developers
β Scribed by Chou Cheng-Hung.
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Amazon Digital Services LLC, 2016. β 360 p. β ASIN: B01BK7LYY2. β 2nd edition
When working on a project, sometimes you face the following questions during the design phase: Should we include this task in this phase? It seems risky. Should we adopt this technology and do code refactoring on existing programs? Should we use this framework instead of writing our own?Incorporating right development tools into your products can increase productivity of developers and expand functionality on products. You do not need to reinvent everything from scratch. You are not an expert on everything. Leave the job to the expert. But, searching and evaluating right tools can be time consuming. Especially those not well-written or maintained can put your products at risk. Finding well-proven 3rd party tools is the key since they have been using in many products and still improving regularly. A good development tool even can be part of coding practice for developers.
To learn a new technology or tool, the most difficult part is to find where to start with. Sometimes, it is not even well-documented. Or, you do not want to spend time to read the whole book. This book is not trying to teach you how to write Java programs. It assumes you already have basic idea about Java programming language. The main purpose of this book is to broaden your knowledge as a professional Java developer and save you time in finding and learning useful development tools.
Topics in this book cover a variety of development tools in Java. They include APIs, testing tools and servers. In the second edition, it includes the following updates:
Adding to the chapter of Apache Commons: Commons CSV and Commons Codec
Adding PowerMock to the chapter of EasyMock, JUnit, and PowerMock
Rewriting the chapter of Apache Solr to cover Solr 5
Adding two new chapters: Jackson, Hibernate Validator
The following are topics in this book:
Apache Commons
iText
Apache POI
JFreeChart
EasyMock, JUnit, and PowerMock
Apache JMeter
JavaCC
Apache Solr
Apache James
Jackson
Hibernate Validator
β¦ Subjects
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°;ΠΠΎΠΌΠΏΡΡΡΠ΅ΡΠ½Π°Ρ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΠ°;Java
π SIMILAR VOLUMES
Overview: When working on a project, sometimes you face the following questions during the design phase: Should we include this task in this phase? It seems risky. Should we adopt this technology and do code refactoring on existing programs? Should we use this framework instead of writing our own?
Gain an understanding of Mavenβs dependency management and use it to organize basic and multi-module Maven projects. This short book is your quick-start tutorial for learning to use Maven. It includes inconsistently immutable collections, better array construction, and more from the latest Maven ver
Software development today is embracing functional programming (FP), whether it's for writing concurrent programs or for managing Big Data. Where does that leave Java developers? This concise book offers a pragmatic, approachable introduction to FP for Java developers or anyone who uses an object-or