Posts Tagged ‘Java’

Dependency Injection

Thursday, March 4th, 2010

book coverDependency Injection : design patterns using Spring and Guice / Dhanji R. Prasanna, Manning, 2009

Java programmers will find this valuable. 300 pages, contents:

  1. – Dependency injection: what’s all the hype?
  2. – Time for injection
  3. – Investigating DI
  4. – Building modular applications
  5. – Scope: a fresh breath of state
  6. – More use cases in scoping
  7. – From birth to death: object lifecycle
  8. – Managing an object’s behavior
  9. – Best practices in code design
  10. – Integrating with third-party frameworks
  11. – Dependency injection in action!

appendix A – The Butterfly Container
appendix B – Smarty Pants for Adobe Flex

Get it here at OPL

Clean Code

Thursday, February 25th, 2010

book coverClean Code : a Handbook of Agile Software Craftsmanship / Robert C. Martin ; [with] Michael C. Feathers … [et al.], Prentice Hall, 2009

The programming gods have spoken, and this is the way and the light. The example code is in Java, but the rules and practices should be applied where possible to all languages. 400 pages.

Get it here at OPL

JavaServer Faces 2.0

Friday, February 12th, 2010

book coverJavaServer Faces 2.0 : the complete reference / Ed Burns, McGraw-Hill, 2010

A well written book by knowledgeable insiders. 700 pages.

Get it here at OPL

JSF 2 APIs and JBoss Seam

Friday, February 12th, 2010

book coverBeginning JSF 2 APIs and JBoss Seam / Kent Ka lok Tong, Apress, 2009

This book introduces you to developing web apps using Java Server Faces and the Seam framework. 300 pages.

Get it here at OPL

Programming Scala

Tuesday, February 9th, 2010

book coverProgramming Scala : tackle multicore complexity on the JVM / Venkat Subramaniam, Pragmatic Bookshelf, 2008

Programmers will see the Scala language for parallel processing as a path to the future. As always, this Pragmatic book is very practical. 200 pages.

Get it here at OPL

Java EE Using GlassFish

Tuesday, February 9th, 2010

book coverBeginning database-driven application development in Java EE Using GlassFish / Using GlassFish Yuli Vasiliev, Apress, 2008

For enterprise web app developers. 400 pages.

Get it here at OPL

Beginning Java ME

Tuesday, February 9th, 2010

book coverBeginning Java ME Platform / Ray Rischpater, Apress, 2008.

This book is for the programmer who wants to develop a mobile app once, and deploy it on diverse PDA / smart-phones (BB, Nokia, Android ..). Am I oversimplifying the challenge? 550 pages.

Get it here at OPL

Web Geek’s Guide to the Android

Thursday, February 4th, 2010

book coverWeb Geek’s Guide to the Android-enabled phone / Jerri Ledford, Que Pub., 2010

This is mostly a user guide, but it introduces programming in the last two chapters. 250 pages.

Get it here at OPL

Use Case Driven

Friday, January 15th, 2010

book coverUse Case Driven object modeling with UML : theory and practice / Doug Rosenberg, Apress, 2007.

Here is a practical book on UML, the best way to diagram the requirements for a software project. 400 pages, hardcover.

Get it here at OPL

Software Pipelines and SOA

Thursday, January 14th, 2010

book coverSoftware Pipelines and SOA : releasing the power of multi-core processing / Cory Isaacson, Addison-Wesley, 2009

The Pipelines framework, for large scale business applications, divides processing across several threads which can run efficiently on multicore machines. This book starts with the architecture, then gets practical with the help of example code, well explained. 350 pages.

Get it here at OPL