up vote 20 down vote favorite
22
share [g+] share [fb]

What are the best Java coding practices podcasts you can find on the Internet?
I'm thinking of a podcast like Herding Code or Hanselminutes, but oriented towards Java development. Is there any this good out there?

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 11 '11 at 17:26

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

9 Answers

up vote 22 down vote accepted
  1. javaworld
  2. JavaPosse
  3. Java Mobility
  4. Sun Developer Network
  5. Informit Java podcasts
link|improve this answer
Neat!, Thank you! :) – ramayac Sep 10 '08 at 17:24
feedback

I just found JavaPosse, which is basically a Java-related newscast

link|improve this answer
feedback

It has to be the Java Posse. If you want to find the answer to something, look back through their back catalogue. They've probably talked to the person responsible at some point. Episode 200 was a good overview of this for those new to them. Also check out their google group for discussions and Q&A. Oh, and then there's their Open Spaces Conference... (I'm a fan you might have guessed)

link|improve this answer
feedback

Another vote here for the Java Posse. The four hosts are all guys that have worked for companies like Google, Apple, and Sun. Not only are they experienced, but they have a good rapport which makes for an entertaining program.

Also I enjoy listening to this show despite the fact that I barely use any of the technologies that they spend the majority of time talking about.

link|improve this answer
feedback

I would also add software engineering radio. This postcast is not explicitly java centric. But I think it rather java focussed...

link|improve this answer
feedback

JavaPosse is pretty much the "de facto" one that everyone I work / interact with listens to, so I'd 2nd pkaeding's suggestion

link|improve this answer
feedback

I listen to the Grails Podcast. It covers Grails and Groovy news. Groovy is a dynamic language which targets the JVM. It can compile Java as well as itself. So, some of the libraries discussed on the podcast are built on plain ol' Java. It's an informative show but I wish its audio engineer would spend more time leveling out the volume.

link|improve this answer
feedback

I second jbandi with Software Engineering Radio. One episode I really loved was on Software Architects. I heard it about a week after Joel and Jeff did a podcast about what a waste Software Architects are. It made it very clear that you have to consider that just because you never needed a Software Architect, that under different circumstances, that's what you might really need.

link|improve this answer
feedback

Also, this question is kind of related, though it isn't java-specific.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.