Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Maven: A Developer's Notebook
  • Language: en
  • Pages: 224

Maven: A Developer's Notebook

Maven is a new project management and comprehension tool which provides an elegant way to share build logic across projects. In terms of capabilities, Maven is an improvement to Apache Ant-thanks to numerous plug-ins and built-in integration with unit testing frameworks such as JUnit. Tired of writing the same build logic for every project? Using Maven, you can leverage the experience of the community to avoid the tedious process of creating yet another build script for each new project.Maven: A Developer's Notebook begins by introducing you to the concept of project object model (POM), and then offers further details on the essential features of Maven. Like all titles in O'Reilly's Develope...

Expert One-on-One J2EE Development without EJB
  • Language: en
  • Pages: 578

Expert One-on-One J2EE Development without EJB

What is this book about? Expert One-on-One J2EE Development without EJB shows Java developers and architects how to build robust J2EE applications without having to use Enterprise JavaBeans (EJB). This practical, code-intensive guide provides best practices for using simpler and more effective methods and tools, including JavaServer pages, servlets, and lightweight frameworks. What does this book cover? The book begins by examining the limits of EJB technology — what it does well and not so well. Then the authors guide you through alternatives to EJB that you can use to create higher quality applications faster and at lower cost — both agile methods as well as new classes of tools that h...

Verification-based Software-fault Detection
  • Language: en
  • Pages: 294

Verification-based Software-fault Detection

Software is used in many safety- and security-critical systems. Software development is, however, an error-prone task. In this work new techniques for the detection of software faults (or software "bugs") are described which are based on a formal deductive verification technology. The described techniques take advantage of information obtained during verification and combine verification technology with deductive fault detection and test generation in a very unified way.

Beginning Algorithms
  • Language: en
  • Pages: 592

Beginning Algorithms

Beginning Algorithms A good understanding of algorithms, and the knowledge of when to apply them, is crucial to producing software that not only works correctly, but also performs efficiently. This is the only book to impart all this essential information-from the basics of algorithms, data structures, and performance characteristics to the specific algorithms used in development and programming tasks. Packed with detailed explanations and instructive examples, the book begins by offering you some fundamental data structures and then goes on to explain various sorting algorithms. You'll then learn efficient practices for storing and searching by way of hashing, trees, sets, and maps. The aut...

Java Open Source Programming
  • Language: en
  • Pages: 481

Java Open Source Programming

Discover how to develop full-scale J2EE?TM applications quickly and efficiently using the best Open Source tools Written by leading authorities in the field, this book shows you how to leverage a suite of best-of-breed Open Source development tools to take the pain out of J2EE and build a complete Web-based application. You'll combine these tools to actually reduce the points of failure in your application, while increasing overall system stability and robustness. Along with the tools introduced here, you'll develop the PetSoar application, which follows the PetStore application used by Sun Microsystems to demonstrate features of J2EE. With PetSoar, the authors focus on developing a maintain...

Test-Driven Development
  • Language: en
  • Pages: 298

Test-Driven Development

  • Type: Book
  • -
  • Published: 2007-03-01
  • -
  • Publisher: Apress

* This will be the first book to show how to implement a test-driven development process in detail as it applies to real world J2EE applications. * Combines the tools and methodologies of test-driven development with real world use cases, unlikely most titles which cover one or the other. * Looks at the complete process including test coverage strategies, test organization, incorporating TDD into new and existing projects as well as how to automate it all. * This book is not version specific.

The Database Hacker's Handbook Defending Database
  • Language: en
  • Pages: 516
Java Power Tools
  • Language: en
  • Pages: 910

Java Power Tools

This comprehensive work delivers 30 Open Source tools designed to improve the development practices of Java developers in any size team or organization.

Contributing to Eclipse
  • Language: en
  • Pages: 420

Contributing to Eclipse

Written by two world class programmers and software designers, this guide explains how to extend Eclipse for software projects and how to use Eclipse to create software tools that improve development time.

JUnit in Action
  • Language: en
  • Pages: 467

JUnit in Action

"The definitive guide, not just for JUnit, but unit testing in general."---Tyson S. Maxwell, Raytheon --