What are the best Java Podcasts? - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T20:05:59Zhttp://stackoverflow.com/feeds/question/54017http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts4What are the best Java Podcasts?ramayac2008-09-10T13:22:03Z2009-05-01T23:31:27Z
<p>What are the best Java coding practices Podcast you can find on the net?<br />
I'm thinking in a podcast like <strong>HeardingCode</strong> or <strong>Hanselminutes</strong>, but oriented to java development... is there any this good out there? thanks!</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/54023#5402310Answer by pkaeding for What are the best Java Podcasts?pkaeding2008-09-10T13:23:42Z2008-09-10T13:23:42Z<p>I just found <a href="http://www.javaposse.com/" rel="nofollow">JavaPosse</a>, which is basically a Java-related newscast</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/54029#540290Answer by pkaeding for What are the best Java Podcasts?pkaeding2008-09-10T13:26:04Z2008-09-10T13:26:04Z<p>Also, <a href="http://beta.stackoverflow.com/questions/1644/what-good-technology-podcasts-are-out-there" rel="nofollow">this question</a> is kind of related, though it isn't java-specific.</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/54032#5403212Answer by Prakash for What are the best Java Podcasts?Prakash2008-09-10T13:27:45Z2008-09-10T13:27:45Z<ol>
<li><a href="http://www.javaworld.com/podcasts/" rel="nofollow">javaworld</a></li>
<li><a href="http://www.javaposse.com/" rel="nofollow">JavaPosse</a></li>
<li><a href="http://java.net/pub/ct/mobileandembedded" rel="nofollow">Java Mobility</a></li>
<li><a href="http://java.sun.com/developer/media/" rel="nofollow">Sun Developer Network</a></li>
<li><a href="http://www.informit.com/podcasts/index.aspx?st=60291" rel="nofollow">Informit Java podcasts</a></li>
</ol>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/54212#542123Answer by Kivus for What are the best Java Podcasts?Kivus2008-09-10T14:33:36Z2008-09-10T14:33:36Z<p>JavaPosse is pretty much the "de facto" one that everyone I work / interact with listens to, so I'd 2nd pkaeding's suggestion</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/54266#542664Answer by bpapa for What are the best Java Podcasts?bpapa2008-09-10T14:50:58Z2008-09-10T14:50:58Z<p>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.</p>
<p>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.</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/58523#585235Answer by Andrew Harmel-Law for What are the best Java Podcasts?Andrew Harmel-Law2008-09-12T08:49:08Z2008-09-12T08:49:08Z<p>It <em>has</em> to be the <a href="http://www.javaposse.com" rel="nofollow">Java Posse</a>. 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. <a href="http://www.javaposse.com/index.php?post_id=367094" rel="nofollow">Episode 200</a> 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 <a href="http://www.mindviewinc.com/Conferences/JavaPosseRoundup/" rel="nofollow">Open Spaces Conference</a>... (I'm a fan you might have guessed)</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/450417#4504172Answer by jbandi for What are the best Java Podcasts?jbandi2009-01-16T13:35:27Z2009-01-16T13:35:27Z<p>I would also add <a href="http://se-radio.net/" rel="nofollow">software engineering radio</a>.
This postcast is not explicitly java centric. But I think it rather java focussed...</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/523259#5232591Answer by Tom Conder for What are the best Java Podcasts?Tom Conder2009-02-07T06:05:50Z2009-02-07T06:05:50Z<p>I listen to the <a href="http://www.grailspodcast.com/" rel="nofollow">Grails Podcast</a>. 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.</p>
http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts/813708#8137081Answer by Tim Troy for What are the best Java Podcasts?Tim Troy2009-05-01T23:31:27Z2009-05-01T23:31:27Z<p>I second jbandi with <a href="http://www.se-radio.net/" rel="nofollow">Software Engineering Radio</a>. One episode I really loved was on <a href="http://www.se-radio.net/tags/architecture?page=2" rel="nofollow">Software Architects</a>. 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.</p>