Re: [Boston.pm] Java for Perl programmers?

2009-06-29 Thread Chris Patti
On Thu, Jun 25, 2009 at 9:09 PM, James Eshelman wrote: > That time has finally come for me that all good perl hackers dread -- being > forced to code in Java. Most Java tutorials, websites, and books seem to > target novice programmers. Anyone know of a condensed, quick reference or > site for

Re: [Boston.pm] Java for Perl programmers?

2009-06-27 Thread James Eshelman
Thanks to all who responded with leads and advice! That gives me plenty to go on now which is much appreciated. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Java for Perl programmers?

2009-06-26 Thread Ted Zlatanov
On Thu, 25 Jun 2009 21:09:05 -0400 "James Eshelman" wrote: JE> That time has finally come for me that all good perl hackers dread -- being JE> forced to code in Java. Most Java tutorials, websites, and books seem to JE> target novice programmers. Anyone know of a condensed, quick reference

Re: [Boston.pm] Java for Perl programmers?

2009-06-26 Thread Jan Jackson
I also would suggest Bruce Eckle's "Thinking in Java" - it's in the 4th edition now, but on his website (http://www.mindviewinc.com/Index.php) all the previous editions are available for free download, and Java hasn't changed that much since he had version 3 out. The book is written for

Re: [Boston.pm] Java for Perl programmers?

2009-06-26 Thread Matt Luker
On Jun 26, 2009, at 8:33 AM, Bobbi Fox wrote: There are whole swaths of Java I learned in class that I have *never* used (all the SWT stuff), so, if you're in do-it-yourself mode, figure out what it is you want to accomplish. I'd second this. In many ways, the strength of Java is the same

Re: [Boston.pm] Java for Perl programmers?

2009-06-26 Thread Bobbi Fox
On Thu, 25 Jun 2009, James Eshelman wrote: That time has finally come for me that all good perl hackers dread -- being forced to code in Java. Most Java tutorials, websites, and books seem to target novice programmers. Anyone know of a condensed, quick reference or site for Java for those

Re: [Boston.pm] Java for Perl programmers?

2009-06-25 Thread Mike Small
"James Eshelman" writes: > That time has finally come for me that all good perl hackers dread -- being > forced to code in Java. Most Java tutorials, websites, and books seem to > target novice programmers. Anyone know of a condensed, quick reference or > site for Java for those with plenty

Re: [Boston.pm] Java for Perl programmers?

2009-06-25 Thread Bob Clancy
I also find the online API docs (which you can download) to be very useful. -- Bob On Thu, Jun 25, 2009 at 9:44 PM, Bob Clancy wrote: > My Java book reading was several years ago. These days I just use a > safari.oreilly.com subscription and read whatever speaks to what I need to > know at

Re: [Boston.pm] Java for Perl programmers?

2009-06-25 Thread Bob Clancy
My Java book reading was several years ago. These days I just use a safari.oreilly.com subscription and read whatever speaks to what I need to know at the moment. If you need OO training, I liked Thinking in Java (online book by Bruce Eckel). People generally like the "Head Start, Java" book,

Re: [Boston.pm] Java for Perl programmers?

2009-06-25 Thread Bill Ricker
for java, I like capachino in a table mug or latte in a travel mug. But Ethiopian and Kenyan and South American beans can be nice too, I don't hardly insist on javanese beans. (Java is slower than C++ and uglier than SmallTalk. Small teams build more faster, hows that working out?) seriously ...

[Boston.pm] Java for Perl programmers?

2009-06-25 Thread James Eshelman
That time has finally come for me that all good perl hackers dread -- being forced to code in Java. Most Java tutorials, websites, and books seem to target novice programmers. Anyone know of a condensed, quick reference or site for Java for those with plenty of OO coding experience in perl ?