Most interesting links of August

I hope everybody is enjoying the holiday and not spending hours on tech blogs and sites. At least I do :-) and thus this month's list is a short one:
  • Working With Static Imports in Eclipse - how to make working with static imports (nearly) as easy as with the normal ones (especially useful for fluent interfaces and "DSLs"), mainly by adding types like JUnit's Assert and Mockito to your favorite imports and setting Eclipse to always generate static imports in the form <type>.*
  • 5 things you didn't know about ... Java Database Connectivity - it was interesting to learn that JDBC specifies some scalar functions that drivers may support and translate into the DB's language such as "{CURRENT_DATE()}"; for common functions supported by most drivers this should make your implementation more portable
  • Four Things to Remember about java.lang.String - a really good one thanks to information on how to compare correctly the same Unicode character/string that can be encoded in different ways with java.text.Normalizer.normalize and Locale-sensitive comparison ignoring optionally unimportant differences such as letter size and accents (using a Collator)

Tags: java tool


Copyright © 2024 Jakub Holý
Powered by Cryogen
Theme by KingMob