Mostrar mensagens com a etiqueta Books. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta Books. Mostrar todas as mensagens

03 novembro 2015

Book - High-Performance Java Persistence



About the book

This book is a journey into Java data access performance tuning. From connection management, to batch updates, fetch sizes and concurrency control mechanisms, it unravels the inner workings of the most common Java data access frameworks.
The first part aims to reduce the gap between application developers and database administrators. For this reason, it covers both JDBC and the database fundamentals that are of paramount importance when reducing transaction response times.
The second part demonstrates how you can take advantage of JPA and Hibernate without compromising application performance.
The third part is dedicated to jOOQ and its powerful type-safe querying capabilities, like window functions or common table expressions.

More information in:



14 agosto 2012

BOOK - SCJP Sun Certified Programmer for Java 6 Study Guide

My new hobbie is reading this book, Sun Certified Programmer for Java 6. The objective is make a exame in a brief time.

About the book:
SCJP Sun Certified Programmer for Java 6 Exam 310-065. SCJP Sun Certified Programmer for Java 6 Study Guide : Exam (310-065) SCJP Sun Certified Programmer for Java 6 Study Guide Exam. The Best Fully Integrated Study System AvailableWritten by the Lead Developers of Exam 310-065 With hundreds of practice questions and hands-on exercises, SCJP Sun. Learn more SCJP Sun Certified Programmer for Java 6 Study Guide: Exam 310-065. SCJP Sun Certified Programmer for Java 6 Exam 310-065 by Katherine Sierra, Bert Bates "The main resources I used were the book "SCJP 5 Study Guide by Kathy Sierra and Bert. McGraw-Hill: SCJP Sun Certified Programmer for Java 6 Study Guide.

09 setembro 2011

10 most influential books for programmers

Após uma votação realizada no site stackoverflow estes são os livros que os programadores recomendam para uma leitura.

1 - Code Complete by Steve McConnell (2004).
2 - The Pragmatic Programmer by Andrew Hunt and David Thomas (1999).
3 - Structure and Interpretation of Computer Programs (2nd Edition, 1996) by Harold Abelson, Gerald Sussman, and Julie Sussman.
4 - The C Programming Language (2nd Edition, 1988) by Brian Kernighan and Dennis Richie.
5 - Introduction to Algorithms by Thomas Cormen, Charles Leiserson, Ronald Rivest, and Clifford Stein (2009).
6 - Refactoring: Improving the Design of Existing Code by Martin Fowler, Kent Beck, John Brant, and William Opdyke (1999).
7 - Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides (1994).
8 - The Mythical Man-Month by Frederick Brooks (1995).
9 - The Art of Computer Programming, Volume 1: Fundamental Algorithms (3rd Edition, 1997) by Donald Knuth.
10 - Compilers: Principles, Techniques and Tools (2nd Edition, 2006) by Alfred Aho, Monica Lam, Ravi Sethi, and Jeffrey Ullman.

Fonte