Friday, March 11, 2022

How to use third party jfreecharts api in a spring application

 JfreeCharts is a third party open source api to generate api.

Below is the low level work flow



No comments:

Post a Comment

Clean code chapter 3(Robert C.martin)

  Summary: --------  1. Functions should hardly ever be 20 lines long.  2.Keep blocks (inside if, else, while, for, etc.) short.  Ideally, j...