Java Books
-
The Java Developer's Guide to Eclipse, 2nd Edition
Published 16 years ago
by Jim DAnjou, Scott Fairbrother, Dan Kehn, John Kellerman, Pat McCarthy, Addison-Wesley Professional
"Fully updated and revised for Eclipse 3.0, this book is the definitive Eclipse reference--an indispensable guide for tool builders, rich client application developers, and anyone customizing or extending the Eclipse environment." --Dave Thomson, Eclipse Project Program Director, IBM The Ultimate Guide to Eclipse 3.0 for the Java Developer. No Eclipse Experience Required! Eclipse is a world-class Java integrated development environment (IDE) and an open source project and community.
-
Head First Design Patterns
Published 16 years ago
by Elisabeth Freeman, Eric Freeman, Bert Bates, Kathy Sierra, O'Reilly Media
You're not alone. At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on... something else. Something more challenging. Something more complex.
-
Web Database Applications with PHP & MySQL, 2nd Edition
Published 16 years ago
by Hugh E. Williams, O'Reilly Media
PHP and MySQL go hand in hand; the former has been carefully adapted, through the efforts of the open-source community, to the latter. For situations that require dynamic content but don't merit the complexity and development time of Java or .NET enterprise applications, the PHP language and the MySQL database server fit the bill perfectly.
-
Pragmatic Unit Testing in Java with JUnit
Published 17 years ago
by Andy Hunt, Dave Thomas, The Pragmatic Programmers
Learn how to improve your Java coding skills using unit testing. Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly.
-
An Introduction to Python
Published 17 years ago
by Guido van Rossum, Network Theory Ltd.
This manual provides an introduction to Python, an easy to learn object-oriented programming language. Python combines power with clear syntax. It has modules, classes, exceptions, very high level data types, and dynamic typing. Python can link directly to libraries written in C or C++ and can be embedded as an extension language for applications that need a programmable interface. Python is free software. It can be used with GNU (GNU/Linux), Unix, Microsoft Windows and many other systems.
-
Java Software Solutions for Ap Computer Science
Published 18 years ago
by John Lewis, William Loftus, Cara Cocking, Addison Wesley Longman
Teaches beginners how to create well-designed software using Java and prepares them for both the A and AB advanced placement tests in Java.
-
Patterns of Enterprise Application Architecture
Published 18 years ago
by Martin Fowler, Addison-Wesley Professional
Noted software engineering expert, Martin Fowler, turns his attention to enterprise application development. He helps professionals understand the complex--yet critical--aspects of architecture. Enables the reader to make proper choices when faced with a difficult design decision.
-
Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series)
Published 21 years ago
by Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts, Addison-Wesley Professional
Your class library works, but could it be better? Refactoring: Improving the Design of Existing Code shows how refactoring can make object-oriented code simpler and easier to maintain. Today refactoring requires considerable design know-how, but once tools become available, all programmers should be able to improve their code using refactoring techniques. Besides an introduction to refactoring, this handbook provides a catalog of dozens of tips for improving code.