Code examples for my Java Fundamentals LiveLessons, 3/e videos (under development)
https://learning.oreilly.com/course/java-fundamentals-with/9780135353134/
Chapter 19 on building Java API-based genAI apps was completely rewritten since our corresponding books
- Java How to Program, 12/e https://deitel.com/jhtp12
- Java for Programmers, 5/e https://deitel.com/javafp5
were published. Wee now use OpenAI's official openai-java library (https://github.com/openai/openai-java), which did not exist when we initially developed Chapter 19 of the books.