Tag Archives: Java

Well-grounded Java

The Well-grounded Java Developer – Vital Techniques of Java 7 and Polyglot Programming, Benjamin Evans, – 2013 Java programmers will want to read this book. Java 7 has NIO2, allowing input/output on multiple connections concurrently within a single process. The … Continue reading

Posted in books | Tagged , | Leave a comment

Teams of Robots With Lego

Build Your Own Teams of Robots With Lego Mindstorms Nxt and Bluetooth Build Your Own Networked Robots, Cameron Hughes, – 2013 Programmers will like this book, which shows how to use Java libraries in place of the standard NXT toolset, … Continue reading

Posted in books | Tagged , , | Leave a comment

Java EE 6

Java EE 6 Pocket Guide, Arun Gupta, O’Reilly, (- 2012)

Posted in books | Tagged | Leave a comment

Netbeans 7

Java EE 6 Development With Netbeans 7 By Heffelfinger, David R. – 2011)

Posted in books | Tagged , | Leave a comment

Secure Coding Standard for Java

The CERT Oracle Secure Coding Standard for Java By Long, Fred/ Mohindra, Dhruv/ Seacord, Robert C./ Sutherland, Dean F./ Svoboda, David – 2012 All java programmers will want to read this book, and also programmers using other languages. A big … Continue reading

Posted in books | Tagged , | Leave a comment

Java Performance

Java Performance, Charlie Hunt, – 2012 Java programmers will want to read this book. It is sponsored by Oracle, so it explains verbosely why the SPARC T series processors are preferred for highly parallel workloads, though the IA86 processors show … Continue reading

Posted in books | Tagged | Leave a comment

Java Application Architecture

Java Application Architecture Modularity Patterns with Examples Using OSGi, Kirk Knoernschild, – 2012 Java programmers will want to read this. Java package can get unwieldy in larger projects, and can be structured using OSGi. 300 pages.

Posted in books | Tagged , , | Leave a comment

Programming in Scala

Programming in Scala, Martin Odersky, 2nd edition – 2012 Java programmers will want to read this book. Written by one of the designers of the language. 800 pages.

Posted in books | Tagged , | Leave a comment

Essential Skills for the Agile Developer

Essential Skills for the Agile Developer – A Guide to Better Programming and Design, Alan Shalloway, – 2012 Programmers will want to read this excellent book. It is all about object oriented design, not about Agile processes. 200 pages.

Posted in books | Tagged , | Leave a comment

AspectJ in Action

AspectJ in Action – Enterprise AOP with Spring Applications, 2nd edition, Ramnivas Laddad, – 2010 Enterprise programmers will want to read this book about aspect oriented programming. 500 pages.

Posted in books | Tagged , | Leave a comment