• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Questions on book - Well Grounded Java Developer

 
Rancher
Posts: 1776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Authors ,

I have two quick questions after seeing the summary of the book..

1. What might be the purpose of including JVM-based languages Groovy, Scala, and Clojure in the book.

2. It's noted modern approaches to testing, build, and CI are discussed. Does testing denotes JUnit testing and build discusses regarding build tools like Ant?

Thank you!
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Jai wrote:Hello Authors ,

I have two quick questions after seeing the summary of the book..

1. What might be the purpose of including JVM-based languages Groovy, Scala, and Clojure in the book.



Several otehr rcent threads have covered this but in short: The Well-Grounded Java Developer is actually a Well-Grounded JVM Language Developer, using the right language for the right problem domain. For example Clojure and Scala have more inbuilt support for concurrency, Groovy/Grails is very strong for rapid web development etc. Java the language isn't the Golden Hammer for everything but you can mix and match languages in your project as they all run on the JVM!

John Jai wrote:
2. It's noted modern approaches to testing, build, and CI are discussed. Does testing denotes JUnit testing and build discusses regarding build tools like Ant?



It does discuss some JUnit testing, but more about the TDD approach (using JUnit as the testing framework). It discusses Maven over Ant (but covers why Ant is no longer as popular as it once was).

Hope that helps!
 
There were millions of the little blood suckers. But thanks to this tiny ad, I wasn't bitten once.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic