วันเสาร์ที่ 17 กรกฎาคม พ.ศ. 2553

Professional Apache Tomcat 6

Book Name: Professional Apache Tomcat 6 (WROX Professional Guides)
Author:
Vivek Chopra, Sing Li and Jeff Genender
Type:
Paperback

Product Description

  • Tomcat is the official reference implementation of Sun's servlet and JSP specifications, and Java developers must test all Web applications on Tomcat to ensure they work as designed
  • Boasting more than 40 percent new and updated material, this book covers all the major new features affecting server administration and management
  • Explores the additional built-in tools of Tomcat, which help Java developers program more efficiently, and looks at how Apache's other open source servlet/JSP technologies are designed to work with Tomcat
  • Features full coverage of Release 6, which supports the latest JSP and servlet specifications: JSP 2.1 and Servlets 2.5
  • Addresses solving real-world problems encountered during all phases of server administration, including managing class loaders and connectors, security, shared hosting and clustering, and system testing

From the Back Cover

With this comprehensive resource, you'll uncover the ins-and-outs of installing, configuring, and running the Apache Tomcat server. This book not only provides a line-by-line analysis of configuration options, but also explores the features and capabilities of Tomcat. You'll then gain the skills to solve the type of problems that arise during all phases of system administration, including shared hosting, security, system testing, and performance testing and tuning.

Focusing exclusively on Tomcat 6, the book takes you through all of the latest architectural and performance changes. You'll progress from basic Tomcat and web application configuration to more advanced techniques for clustering, JDBC connectivity, logging, and much more. All of this will help you effectively manage and administer your Tomcat deployment.

What you will learn from this book

  • How to install the JVM and Tomcat on Windows and Unix/Linux systems
  • Steps for packaging and deploying web applications

  • Configuring Tomcat's internal HTTP protocol stack, including the new APR and NIO Connectors

  • Deploying Tomcat with the Apache Web server or Microsoft IIS as the front-end Web servers

  • Load balancing and clustering a farm of Tomcat servers

  • Ways to install Tomcat in virtual hosting situations

  • How to load test web applications deployed in Tomcat

  • Monitoring Tomcat servers in real-time by tapping into internally maintained statistics

  • Techniques for providing scalability and high availability to web applications

  • Performance tips and best practices for Tomcat 6

Who this book is for

This book is for J2EE system administrators and Java developers who are responsible for Tomcat configuration, performance tuning, system security, or deployment architecture.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

Product Details

  • Paperback: 672 pages
  • Publisher: Wrox; 1 edition (August 13, 2007)
  • Language: English
  • ISBN-10: 0471753610
  • ISBN-13: 978-0471753612
  • Product Dimensions: 9.4 x 7.2 x 1.5 inches
  • Shipping Weight: 2.2 pounds
buy Professional Apache Tomcat 6 (WROX Professional Guides) via amazon

Sams Teach Yourself HTML5 in 10 Minutes (5th Edition)

Sams Teach Yourself HTML5 in 10 Minutes (5th Edition)Title : Sams Teach Yourself HTML5 in 10 Minutes (5th Edition)
Author : Steven Holzner
Type : Paperback

Sams Teach Yourself HTML 5 in 10 Minutes offers straightforward, practical answers for fast results. By working through the 10-minute lessons, you learn everything you need to know to quickly and easily get up to speed with HTML 5.

See more detail : Sams Teach Yourself HTML5 in 10 Minutes (5th Edition) [Paperback]

วันศุกร์ที่ 4 มิถุนายน พ.ศ. 2553

Programming in Objective-C 2.0 (2nd Edition) by

Book Name: Programming in Objective-C 2.0 (2nd Edition)
Author:
Stephen G. Kochan
Type:
Paperback

This book spends half the time talking about the Objective-C language itself and half the time talking about Apple's Foundation and Cocoa frameworks. The chapters are well organized and concepts are well explained, so you end up with a solid foundation in the language. It's an easy read even with very little programming experience. The book doesn't cover Cocoa or the other higher level frameworks, but you'll be completely ready to pick it up by the time you're done with this book.

Product Description


Programming in Objective-C 2.0
provides the new programmer a complete, step-by-step introduction to Objective-C, the primary language used to develop applications for the iPhone, iPad, and Mac OS X platforms.

The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday iPhone/iPad or Mac OS X programming tasks.


A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X and the iPhone/iPad platform but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

The second edition of this book thoroughly covers the latest version of the language, Objective-C 2.0. And it shows not only how to take advantage of the Foundation framework’s rich built-in library of classes but also how to use the iPhone SDK to develop programs designed for the iPhone/iPad platform.

Table of Contents


1 Introduction

Part I: The Objective-C 2.0 Language

2 Programming in Objective-C

3 Classes, Objects, and Methods

4 Data Types and Expressions

5 Program Looping

6 Making Decisions

7 More on Classes

8 Inheritance

9 Polymorphism, Dynamic Typing, and Dynamic Binding

10 More on Variables and Data Types

11 Categories and Protocols

12 The Preprocessor

13 Underlying C Language Features

Part II: The Foundation Framework

14 Introduction to the Foundation Framework

15 Numbers, Strings, and Collections

16 Working with Files

17 Memory Management

18 Copying Objects

19 Archiving

Part III: Cocoa and the iPhone SDK

20 Introduction to Cocoa

21 Writing iPhone Applications

Part IV: Appendixes

A Glossary

B Objective-C 2.0 Language Summary

C Address Book Source Code

D Resources

Product Details
  • Paperback: 624 pages
  • Publisher: Addison-Wesley Professional; 2 edition (January 8, 2009)
  • Language: English
  • ISBN-10: 0321566157
  • ISBN-13: 978-0321566157
  • Product Dimensions: 9 x 6.8 x 1.5 inches
buy Programming in Objective-C 2.0 (2nd Edition)

วันศุกร์ที่ 28 พฤษภาคม พ.ศ. 2553

Pro Hadoop by Jason Venner

Book Name :Pro Hadoop
Author : Jason Venner
Type : Paperback

You’ve heard the hype about Hadoop: it runs petabyte–scale data mining tasks insanely fast, it runs gigantic tasks on clouds for absurdly cheap, it’s been heavily committed to by tech giants like IBM, Yahoo!, and the Apache Project, and it’s completely open source (thus free). But what exactly is it, and more importantly, how do you even get a Hadoop cluster up and running?

From Apress, the name you’ve come to trust for hands–on technical knowledge, Pro Hadoop brings you up to speed on Hadoop. You learn the ins and outs of MapReduce; how to structure a cluster, design, and implement the Hadoop file system; and how to build your first cloud–computing tasks using Hadoop. Learn how to let Hadoop take care of distributing and parallelizing your software—you just focus on the code, Hadoop takes care of the rest.

Best of all, you’ll learn from a tech professional who’s been in the Hadoop scene since day one. Written from the perspective of a principal engineer with down–in–the–trenches knowledge of what to do wrong with Hadoop, you learn how to avoid the common, expensive first errors that everyone makes with creating their own Hadoop system or inheriting someone else’s.

Skip the novice stage and the expensive, hard–to–fix mistakes...go straight to seasoned pro on the hottest cloud–computing framework with Pro Hadoop. Your productivity will blow your managers away.

What you’ll learn

  • Set up a stand–alone Hadoop cluster the smart way, laid out simply and step by step so you can get up and running quickly to build your next data center, collaborative, data–intensive Internet services application, Software as a Service (SaaS), and more.
  • Optimize your Hadoop production tasks like an experienced pro.
  • Work with time–proven, bulletproof standard patterns that have been tested and debugged in high–volume production.
  • Understand just enough theoretical knowledge to know why something works in Hadoop, without getting bogged down in abstruse walls of theory.
  • Get detailed explanations of not only how to do something with Hadoop, but also why, from a front–line coder with years in the Hadoop game.
  • Turn someone else’s expensive cluster–wide “wrong” into an orderly, productive "right" with professional–level debugging and testing.

Product Details
  • Paperback: 440 pages
  • Publisher: Apress; 1 edition (June 22, 2009)
  • Language: English
  • ISBN-10: 1430219424
  • ISBN-13: 978-1430219422
  • Product Dimensions: 9 x 6.9 x 1.1 inches
Buy: Pro Hadoop

วันศุกร์ที่ 21 พฤษภาคม พ.ศ. 2553

The Definitive Guide to MongoDB: The NoSQL Database for Cloud and Desktop Computing by Peter Membrey and Eelco Plugge

Book Name :The Definitive Guide to MongoDB: The NoSQL Database for Cloud and Desktop Computing
Author : Peter Membrey and Eelco Plugge
Type : Paperback

MongoDB, a cross-platform NoSQL database, is the fastest-growing new database in the world. MongoDB provides a rich document orientated structure with dynamic queries that you’ll recognize from RDMBS offerings such as MySQL. In other words, this is a book about a NoSQL database that does not require the SQL crowd to re-learn how the database world works!

MongoDB has reached 1.0 and already boasts 50,000+ users. The community is strong and vibrant and MongoDB is improving at a fast rate. With scalable and fast databases becoming critical for today’s applications, this book shows you how to install, administer and program MongoDB *without* pretending SQL never existed.

What you’ll learn

  • Set up MongoDB on all major platforms, including Linux and Cloud platforms
  • Model data within a document-oriented database
  • Work with your data using non-SQL commands
  • Write applications using MongoDB's PHP API
  • Optimize MongoDB
  • Master MongoDB administration, including replication

Who this book is for

This book will appeal to everyone with some experience in database administration, and provides the entry point for those of us who don’t want to hear about database theory but still need to implement a NoSQL-based database. PHP developers will also profit from this book, since it will add an important NoSQL database to their toolkit.

Table of Contents

  1. What is MongoDB
  2. Installing MongoDB
  3. Model your data
  4. Working with your data
  5. GridFS
  6. Addressbook
  7. Blog
  8. Library
  9. Optimization
  10. Replication
  11. Database Administration
  12. Sharding

Product Details

  • Paperback: 350 pages
  • Publisher: Apress (August 26, 2010)
  • Language: English
  • ISBN-10: 1430230517
  • ISBN-13: 978-1430230519
buy: The Definitive Guide to MongoDB: The NoSQL Database for Cloud and Desktop

วันศุกร์ที่ 14 พฤษภาคม พ.ศ. 2553

Beginning Ubuntu Server Administration: From Novice to Professional by Sander van Vugt

Book Name : Beginning Ubuntu Server Administration: From Novice to Professional
Author : Sander van Vugt
Rate : 3.9 out of 5 stars See all reviews (11 customer reviews)
Type : Paperback

You love it as the world’s most popular desktop Linux distribution, and now Ubuntu is available at a server near you. Embracing the very same features desktop users have grown to love, system administrators are rapidly adopting Ubuntu due to their ability to configure, deploy, and manage network services more effectively than ever.

Beginning Ubuntu Server Administration guides you through all of the key configuration and administration tasks you’ll need to know. Whether you’re interested in adopting Ubuntu within a Fortune 500 environment or just want to use Ubuntu to manage your home network, this book is your go–to guide to using the distribution securely for a wide variety of network services. Topics include file, print, web, and FTP management, command–line tips and tricks, automated installation, configuration and deployment processes, and kernel management.

What you’ll learn

  • Effectively and securely install, update, and deploy your Ubuntu server.
  • Configure your server to operate most effectively for a wide variety of purposes, including as a web server, FTP server, and a file and printer manager.
  • Rev up your command–line knowledge by taking advantage of little–known shell–related features, tips, and tricks.
  • Remotely manage your server through a wide–variety of services.

Who is this book for?

System administrators and application developers seeking to use Ubuntu as a Linux server


Product Details

  • Paperback: 355 pages
  • Publisher: Apress (December 14, 2007)
  • Language: English
  • ISBN-10: 1590599233
  • ISBN-13: 978-1590599235
  • Product Dimensions: 9.1 x 7 x 1.1 inches

buy: Beginning Ubuntu Server Administration: From Novice to Professional

วันศุกร์ที่ 7 พฤษภาคม พ.ศ. 2553

Apache Cookbook: Solutions and Examples for Apache Administrators by Rich Bowen and Ken Coar

Book Name : Apache Cookbook
Author : Rich Bowen and Ken Coar
Rate : 4.2 out of 5 stars See all reviews (12 customer reviews)
Type : Paperback

There's plenty of documentation on installing and configuring the Apache web server, but where do you find help for the day-to-day stuff, like adding common modules or fine-tuning your activity logging? That's easy. The new edition of the Apache Cookbook offers you updated solutions to the problems you're likely to encounter with the new versions of Apache.

Written by members of the Apache Software Foundation, and thoroughly revised for Apache versions 2.0 and 2.2, recipes in this book range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. Altogether, you get more than 200 timesaving recipes for solving a crisis or other deadline conundrums, with topics including:

  • Security
  • Aliases, Redirecting, and Rewriting
  • CGI Scripts, the suexec Wrapper, and other dynamic content techniques
  • Error Handling
  • SSL
  • Performance
This book tackles everything from beginner problems to those faced by experienced users. For every problem addressed in the book, you will find a worked-out solution that includes short, focused pieces of code you can use immediately. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations.

Instead of poking around mailing lists, online documentation, and other sources, rely on the Apache Cookbook for quick solutions when you need them. Then you can spend your time and energy where it matters most.

Product Details

  • Paperback: 320 pages
  • Publisher: O'Reilly Media; 2 edition (January 11, 2008)
  • Language: English
  • ISBN-10: 0596529945
  • ISBN-13: 978-0596529949
  • Product Dimensions: 9 x 7 x 0.9 inches
Buy: Apache Cookbook