s7connector icon indicating copy to clipboard operation
s7connector copied to clipboard

Use of well-known libraries to refactor sources

Open amitjoy opened this issue 9 years ago • 2 comments

We can make use of Google Guava, a very well-know libraries which leverages all the tips mentioned in the book Effective Java.

amitjoy avatar Jun 11 '16 18:06 amitjoy

i personally like the guava library, used it a lot for caching mechanisms. I think a good use would be later in some kind of persistence layer on top of the s7connector (like hibernate and consorts)...

thomasrudin avatar Jun 13 '16 06:06 thomasrudin

For several byte operations, we can make use of Guava. If possible, you can also investigate the sources where we can make use of Guava.

amitjoy avatar Jun 14 '16 13:06 amitjoy