rss Home » Tag Archive For ‘Guide’

The Definitive Guide to Catalyst: Writing Extensible, Scalable and Maintainable Perl–Based Web Applications

The Definitive Guide to Catalyst: Writing Extensible, Scalable and Maintainable Perl–Based Web Applications

Book Description

Learn to build web applications with , the popular web framework based on the programming language. The Definitive to : Writing Extendable, Scalable, and Maintainable –Based Web Applications is a definitive to Catalyst version 5.8, which will be released in 2009. This book contains

  • Training materials for new and experience programmers.
  • Worked examples and cookbook–style recipes of common web application programming tasks
  • Fundamentals of web application design and best–practice application style

What you’ll learn

  • Write web applications with Catalyst and Perl.
  • Design for extendability and code reuse.
  • Understand deployment options for high– and low–traffic sites.
  • Use DBIx::Class, Moose, and Template Toolkit.
  • Understand the Catalyst dispatcher and request cycle.
  • Deal with common web programming requirements: authentication and authorization, web services, sending e–mail, serving streaming media. Download Now »

Google Guice: Agile Lightweight Dependency Injection Framework

Google Guice: Agile Lightweight Dependency Injection Framework

Book Description

Guice (pronounced “Juice”) is the 100% icing on the cake of dependency injection. Unlike other popular DI frameworks such as Spring, Guice fully embraces modern language features and combines simplicity with stunning performance and developer-friendliness.

Guice: Agile Lightweight Dependency Injection Framework will not only tell you “how,” it will also tell you “why” and “why not,” so that all the knowledge you gain will be as widely applicable as possible. Filled with examples and background information, this book is an invaluable addition to your knowledge of modern agile .

  • Learn simple annotation-driven dependency injection, scoping and AOP, and why it all works the way it works.
  • Be the first to familiarize yourself with concepts that are likely to be included in a future Java EE or SE release (through JSR 299).
  • Get things done without having to write any XML.

What you’ll learn

  • Find out why dependency injection frameworks solve your problems, and how Guice fills that gap.
  • What Guice can do, can’t do and how to apply that knowledge.
  • How Guice compares to popular alternatives like the Spring Framework. Download Now »

The Definitive Guide to Plone, 2nd Edition

The Definitive Guide to Plone, 2nd Edition

Book Description

The Definitive to , Second Edition has been completely updated to cover the latest version of and its newest features. This book provides a complete and detailed overview of . It is divided into three parts, which cover using, configuring, and developing and customizing . After the coverage of ’s features, the case studies in the final part of the book reveal the true power of . These case studies demonstrate ’s ability to handle all kinds of requirements, while retaining an easy–to–use interface for users. As when you’re working with itself, you can choose where to start in this book and how best to apply it to your own needs.

With Plone, anyone can manage a website or work with an efficient intranet. Start reading The Definitive to Plone, Second Edition right away, and the World Wide Web will be yours!

  • Fully covers content management with Plone in Windows, Mac OS X, and Linux
  • Shows how to configure, administer, and maintain Plone
  • Details the of custom applications with Plone
  • Includes case studies that show how Plone is already being deployed across networks and businesses

Download Now »

The Definitive Guide to NetBeans™ Platform

The Definitive Guide to NetBeans™ Platform

Book Description

The Definitive to ™ Platform is a thorough and definitive introduction to the Platform, covering all its major APIs in detail, with relevant code examples used throughout.

The original German book on which this title is based was well received. The Platform Community has put together this English translation, which author Heiko Böck updated to cover the latest NetBeans Platform 6.5 APIs. With an introduction by known NetBeans Platform experts Jaroslav Tulach, Tim Boudreau, and Geertjan Wielenga, this is the most up-to-date book on this topic at the moment.

All NetBeans Platform developers will be interested in purchasing it, because several topics in the book have not been documented anywhere else.

What you’ll learn

  • Discover the NetBeans Platform’s problem domain: scalable, well-architected Swing applications via modularity
  • Get started with the NetBeans Platform
  • Get the very latest NetBeans Platform 6.5 APIs
  • Master the Module system Download Now »

Zend PHP Certification Study Guide

Zend PHP Certification Study Guide

Book Description

The first and only officially authorized book on the Certification exam developed by Technologies, the commercial developer of . ’s Certification exam is a high-quality, carefully developed exam designed to enhance and certify the skills of the professional. The Zend Certification Study is a concise, densely packed book that will get you up to speed quickly on the nature of the exam’s questions and what to expect on exam day. It’s authoritative content comes directly from those writing the exam at Zend Technologies.

About the Author
Stuart Herbert has designed and implemented solutions for major companies such as Eurostar, Vodafone and HP, and he has been the lead maintainer of the Generic NQS project since 1994. A former systems manager with Orange UK, Stuart is currently one of the developers for Gentoo Linux, where he looks after Gentoo’s installer for web-based packages.

Daniel Kushner is the director of training and certification at Zend Technologies. As director of training and certification, Daniel is responsible for the Zend PHP Certification program. In addition to designing the certification program, he developed the Zend PHP Training program, which provides the necessary study and classes to help PHP developers become Zend PHP certified.

George Schlossnagle is a principal at OmniTI Computer Consulting, a Maryland-based tech company specializing in high-volume web and email systems. Download Now »

PHPUnit Pocket Guide

PHPUnit Pocket Guide

Book Description

Smart web developers will tell you that the sooner you detect your code mistakes, the quicker you can fix them, and the less the project will cost in the long run. Well, the most efficient way to detect your mistakes in is with PHPUnit, an framework that automates unit testing by running a battery of tests as you go.

The benefits of PHPUnit are significant:

  • a reduction in the effort required to frequently test code
  • fewer overall defects
  • added confidence in your code
  • improved relations with your teammates

The only problem with this popular testing tool was its lack of documentation-until now, that is. For this, O’Reilly went right to the source, as Sebastian Bergmann, the author of PHPUnit Pocket , also happens to be PHPUnit’s creator. This little book brings together hard-to-remember information, syntax, and rules for working with PHPUnit. It also delivers the insight and sage advice that can only come from the technology’s creator. Coverage of testing under agile methodologies and Extreme Programming (XP) is also included. Download Now »