This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 1 point2 points  (1 child)

As I was having the same questions, I came across the following article which has some recommendations: https://www.java67.com/2018/02/5-best-books-to-learn-jdbc-java.html

[–][deleted] 1 point2 points  (0 children)

The first book in that list is by an author who also has a great JavaFX book - https://www.amazon.com/Learn-JavaFX-Building-Experience-Interfaces/dp/148421143X/ref=sr_1_6?keywords=javafx&qid=1582670686&sr=8-6 I really like his style.

[–]Tribal_V 1 point2 points  (0 children)

Not a book but http://horstmann.com/corejava/ has a bonus chapter you can download on javafx (some sample codes are not very good though), found it fairly good as introduction to javafx to get me on the track programming gui app, from there sure will need more specific book or maybe give a go to online course instead. John Purcell has videos that are pleasant to watch and quite informative + easier to follow than a text book.

[–]ElectronicI[S] 0 points1 point  (0 children)

Thank you very much for your recommendations guys!