Jul 08, 2009 |
4,326 views |

Book Description
Learn to build web applications with Catalyst, the popular open source web framework based on the Perl programming language. The Definitive Guide to Catalyst: Writing Extendable, Scalable, and Maintainable Perl–Based Web Applications is a definitive guide 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 »
Jul 04, 2009 |
4,706 views |

Book Description
Guice (pronounced “Juice”) is the 100% Java icing on the cake of Java dependency injection. Unlike other popular DI frameworks such as Spring, Guice fully embraces modern Java language features and combines simplicity with stunning performance and developer-friendliness.
Google 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 Java.
- 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 »
Jun 27, 2009 |
2,915 views |

Book Description
The Definitive Guide to Plone, Second Edition has been completely updated to cover the latest version of Plone and its newest features. This book provides a complete and detailed overview of Plone. It is divided into three parts, which cover using, configuring, and developing and customizing Plone. After the coverage of Plone’s features, the case studies in the final part of the book reveal the true power of Plone. These case studies demonstrate Plone’s ability to handle all kinds of requirements, while retaining an easy–to–use interface for users. As when you’re working with Plone 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 Guide 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 development of custom applications with Plone
- Includes case studies that show how Plone is already being deployed across networks and businesses
Download Now »
Jun 06, 2009 |
5,724 views |

Book Description
The Definitive Guide to NetBeans™ Platform is a thorough and definitive introduction to the NetBeans 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 NetBeans 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 »
May 27, 2009 |
6,624 views |

Book Description
The first and only officially authorized book on the PHP Certification exam developed by Zend Technologies, the commercial developer of PHP. Zend’s PHP Certification exam is a high-quality, carefully developed exam designed to enhance and certify the skills of the PHP professional. The Zend PHP Certification Study Guide 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 guide 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 »
May 27, 2009 |
5,189 views |

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 PHP is with PHPUnit, an open source 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 open source 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 Guide, 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 »