Selasa, 25 Desember 2012

Wow! eBook: Programming C# 5.0 - 6 new eBooks


Wow! eBook: Programming C# 5.0 - 6 new eBooks

Link to Wow! eBook - Blog

Programming C# 5.0

Posted: 25 Dec 2012 05:45 AM PST

Programming C# 5.0

Book Description

After a dozen years of incremental changes, # has become one of the most versatile languages available. With this comprehensive guide, you'll learn just how powerful the combination of # 5.0 and 4.5 can be. Author Ian Griffiths guides you through # 5.0 fundamentals and teaches you techniques for building and desktop applications, including -style apps.

Completely rewritten for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C# code, such as generics, dynamic typing, and the new asynchronous features. You'll also get up to speed on , , , and other tools.

  • Discover how C# supports fundamental coding features such as classes, other custom types, collections, and error handling
  • Understand the differences between dynamic and static typing in C#
  • Query and process diverse data sources such as in-memory object models, databases, and documents with
  • Use .NET's multithreading features to exploit your computer's processing capabilities
  • Learn how the new asynchronous language features can help improve application responsiveness and scalability
  • Use to create -style, phone, and classic desktop applications

Table of Contents
Chapter 1. Introducing C#
Chapter 2. Basic Coding in C#
Chapter 3. Types
Chapter 4. Generics
Chapter 5. Collections
Chapter 6. Inheritance
Chapter 7. Object Lifetime
Chapter 8. Exceptions
Chapter 9. Delegates, Lambdas, and Events
Chapter 10. LINQ
Chapter 11. Reactive Extensions
Chapter 12. Assemblies
Chapter 13. Reflection
Chapter 14. Dynamic Typing
Chapter 15. Attributes
Chapter 16. Files and Streams
Chapter 17. Multithreading
Chapter 18. Asynchronous Language Features
Chapter 19. XAML
Chapter 20.
Chapter 21. Interoperability

Book Details

  • Paperback: 886 pages
  • Publisher: O’Reilly Media (October 2012)
  • Language: English
  • ISBN-10: 1449320414
  • ISBN-13: 978-1449320416
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Programming C# 5.0 appeared first on Wow! eBook - Blog.

JRuby Cookbook

Posted: 25 Dec 2012 05:43 AM PST

JRuby Cookbook

Book Description

If you’re interested in , you probably don’t need a turorial on Ruby, Rails, or — you just need to know how to get things done. This offers practical solutions for using the implementation of the Ruby language, with targeted recipes for deploying Rails applications on servers, integrating code with technologies, developing JRuby desktop applications with toolkits, and more. Using numerous reusable code samples, JRuby shows you how to:

  • Install and update JRuby on Windows, Mac OS X, and Linux, and IDEs such as and
  • Package and deploy Rails apps on Servlet containers and EE application servers, including , Tomcat, and
  • Integrate Ruby and Rails applications with popular technologies such as , JMX, , , and
  • Develop desktop and client applications with cross-platform Java UI technologies and toolkits such as Swing, , and Java 2D
  • Maximize the flexibility of your and build environment, using both existing Java-based tools such as Ant and Maven and newer Ruby-based tools such as Rake, Raven, and Buildr

The JRuby interpreter combines Ruby’s simplicity and ease of use with Java’s extensive libraries and technologies, a potent blend that opens new possibilities for Ruby, Rails, and Java. This Cookbook helps you take full advantage of JRuby’s potential.

“The JRuby Cookbook is an excellent book for any polyglot who is trying to bridge the gap between Java and Ruby. It provides solutions to specific problems developers face in both their and environments, along with the applications they’re building.”– Bob McWhirter, Research & Prototyping, Red Hat Middleware

Table of Contents
Chapter 1. Getting Started
Chapter 2. JRuby on Rails
Chapter 3. Java Integration
Chapter 4. Enterprise Java
Chapter 5. User Interface and Graphics
Chapter 6. Build Tools
Chapter 7. Testing
Chapter 8. The JRuby Community

Book Details

  • Paperback: 224 pages
  • Publisher: O’Reilly Media (November 2008)
  • Language: English
  • ISBN-10: 059651980X
  • ISBN-13: 978-0596519803
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post JRuby Cookbook appeared first on Wow! eBook - Blog.

Tomcat: The Definitive Guide, 2nd Edition

Posted: 25 Dec 2012 05:39 AM PST

Tomcat: The Definitive Guide, 2nd Edition

Book Description

It takes a book as versatile as its subject to cover , the popular open source Servlet and container and high performance server. : The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their application server during development or in production, and an excellent introduction for anyone interested in Tomcat.

Updated for the latest version of Tomcat, this new edition offers a complete guide to installing, configuring, maintaining and securing this servlet container. In fact, with such a wealth of new information, this is essentially a new book rather than a simple revision. You will find details for using Tomcat on all major platforms, including , , OS X, , and FreeBSD, along with specifics on Tomcat configuration files, and step-by-step advice for deploying and running web applications.

This book offers complete information for:

  • Installation and startup procedures
  • Configuring Tomcat-including realms, roles, users, servlet sessions, and resources including JDBC DataSources
  • Deploying web applications-individual servlets and pages, and web application archive files
  • Tuning Tomcat to measure and improve performance
  • Integrating Tomcat with Web Server
  • Securing Tomcat to keep thugs at bay
  • Tomcat configuration files-server. and web., and more
  • Debugging and Troubleshooting-diagnosing problems with Tomcat or a web application
  • Compiling your own Tomcat, rather than using the pre-built release
  • Running two or more Tomcat servlet containers in

This book also offers an overview of the Tomcat open source ’s community resources, including docs, mailing lists, and more. Community interest fueled a strong demand for a Tomcat guide from O’Reilly. The result clearly exceeds expectations.

Table of Contents
Chapter 1. Getting Started with Tomcat
Chapter 2. Configuring Tomcat
Chapter 3. Deploying Servlet and JSP Web Applications in Tomcat
Chapter 4. Tomcat Performance Tuning
Chapter 5. Integration with the Apache Web Server
Chapter 6. Tomcat
Chapter 7. Configuration
Chapter 8. Debugging and Troubleshooting
Chapter 9. Building Tomcat from Source
Chapter 10. Tomcat Clustering
Chapter 11. Final Words

Appendix A. Installing Java
Appendix B. jbchroot.
Appendix . BadInputValve.java
Appendix D. BadInputFilter.java
Appendix E. RPM Package Files

Book Details

  • Paperback: 496 pages
  • Publisher: O’Reilly Media; 2nd Edition (October 2007)
  • Language: English
  • ISBN-10: 0596101066
  • ISBN-13: 978-0596101060
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Tomcat: The Definitive Guide, 2nd Edition appeared first on Wow! eBook - Blog.

Java Cookbook, 2nd Edition

Posted: 25 Dec 2012 05:29 AM PST

Java Cookbook, 2nd Edition

Book Description

You have a choice: you can wade your way through lengthy tutorials and figure things out by trial and error, or you can pick up , 2nd Edition and get to the heart of what you need to know when you need to know it.

With the completely revised and thoroughly updated Java , 2nd Edition, Java developers like you will learn by example, try out new features, and use sample code to understand how new additions to the language and platform work–and how to put them to work for you.

This comprehensive collection of problems, solutions, and practical examples will satisfy Java developers at all levels of expertise. Whether you’re new to Java and need something to bridge the gap between theory-laden reference manuals and real-world programs or you’re a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge.

Packed with hundreds of tried-and-true Java recipes covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works.

Java Cookbook, 2nd Edition includes code segments covering many specialized APIs–like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization.

In this major revision, you’ll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what’s useful or tricky–or what’s useful and tricky–Java Cookbook, 2nd Edition is the most practical Java book on the market.

Table of Contents
Chapter 1. Getting Started: Compiling, Running, and Debugging
Chapter 2. Interacting with the Environment
Chapter 3. Strings and Things
Chapter 4. Pattern Matching with Regular Expressions
Chapter 5. Numbers
Chapter 6. Dates and Times
Chapter 7. Structuring Data with Java
Chapter 8. Data Structuring with Generics, foreach, and Enumerations (JDK 1.5)
Chapter 9. Techniques
Chapter 10. Input and Output
Chapter 11. Directory and Filesystem Operations
Chapter 12. Programming External Devices: Serial and Ports
Chapter 13. Graphics and Sound
Chapter 14. Graphical User Interfaces
Chapter 15. Internationalization and Localization
Chapter 16. Network Clients
Chapter 17. Server-Side Java: Sockets
Chapter 18. Network Clients II: Applets and Clients
Chapter 19. Java and Electronic Mail
Chapter 20. Access
Chapter 21.
Chapter 22. Distributed Java: RMI
Chapter 23. Packages and Packaging
Chapter 24. Threaded Java
Chapter 25. Introspection, or “A Class Named Class”
Chapter 26. Using Java with Other Languages

Book Details

  • Paperback: 864 pages
  • Publisher: O’Reilly Media; 2nd Edition (June 2004)
  • Language: English
  • ISBN-10: 0596007019
  • ISBN-13: 978-0596007010
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Java Cookbook, 2nd Edition appeared first on Wow! eBook - Blog.

Eclipse

Posted: 25 Dec 2012 05:25 AM PST

Eclipse

Book Description

programmers know how finicky can be to work with. An omitted semi-colon or the slightest typo will cause the -line compiler to spew pages of annoying error messages across your screen. And it doesn’t fix them–that’s up to you: fix them, compile again, and hope that nothing goes wrong this time.

, the popular integrated environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn’t just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it’s free–what could be better? Still, if you’re like most programmers, mastering a new technology–no matter how productive it will make you in the long run–is going to take a chunk out of your productivity now. You want to get up to speed quickly without sacrificing efficiency.

O’Reilly’s new guide to the technology, , provides exactly what you’re looking for: a fast-track approach to mastery of Eclipse. This insightful, hands-on book delivers clear and concise coverage, with no fluff, that gets down to business immediately. The book is tightly focused, covering all aspects of Eclipse: the menus, preferences, views, perspectives, editors, team and debugging techniques, and how they’re used every day by thousands of developers. of practical skills is emphasized with dozens of examples presented throughout the book.

From cover-to-cover, the book is pure Eclipse, covering hundreds of techniques beginning with the most basic Java development through creating your own plug-in editors for the Eclipse environment. Some of the topics you’ll learn about include:

  • Using Eclipse to develop Java code
  • and debugging
  • Working in teams using
  • Building Eclipse projects using Ant
  • The Standard Widget Toolkit ()
  • development
  • Developing Struts applications with Eclipse

From basics to advanced topics, Eclipse takes you through the fundamentals of Eclipse and more. You may be an Eclipse novice when you pick up the book, but you’ll be a pro by the time you’ve finished.

Table of Contents
Chapter 1. Essential Eclipse
Chapter 2. Java Development
Chapter 3. and Debugging
Chapter 4. Working in Teams
Chapter 5. Building Eclipse Projects Using Ant
Chapter 6. GUI : From Appletsto Swing
Chapter 7. : Buttons, Text, Labels, Lists, Layouts, and Events
Chapter 8. SWT: Menus, Toolbars, Sliders, Trees, and Dialogs
Chapter 9. Development
Chapter 10. Developing Struts Applicationswith Eclipse
Chapter 11. Developing a Plug-in: The Plug-in Development Environment, Manifests, and Extension Points
Chapter 12. Developing a Plug-in: Creating Editors and Views
Chapter 13. Eclipse 3.0

Book Details

  • Paperback: 317 pages
  • Publisher: O’Reilly Media (April 2004)
  • Language: English
  • ISBN-10: 0596006411
  • ISBN-13: 978-0596006419
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Eclipse appeared first on Wow! eBook - Blog.

Eclipse IDE Pocket Guide

Posted: 25 Dec 2012 05:22 AM PST

Eclipse IDE Pocket Guide

Book Description

Eclipse is the world’s most popular IDE for . And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in . You need answers to basic questions such as: Where was that menu? What does that do again? And how can I set my classpath on a per- basis?

This practical gets you up to speed quickly with Eclipse. It covers basic concepts, including Views and editors, as well as features that are not commonly understood, such as Perspectives and Launch Configurations. You’ll learn how to write and your code–and how to integrate that code with tools such as Ant and . You’ll also get a toolbox full of tips and tricks to handle common–and sometimes unexpected–tasks that you’ll run across in your cycle.

Additionally, the Eclipse IDE has a thorough appendix detailing all of Eclipse’s important views, menus, and commands.

The Eclipse IDE Pocket Guide is just the resource you need for using Eclipse, whether it’s on a daily, weekly, or monthly basis. Put it in your back pocket, or just throw it in your backpack. With this guide in hand, you’re ready to tackle the Eclipse environment.

Table of Contents
Chapter 1. Introduction
Chapter 2. Workbench 101
Chapter 3. Java Done Quick
Chapter 4. Debugging
Chapter 5. Unit with
Chapter 6. Tips and Tricks
Chapter 7. Views
Chapter 8. Short Takes
Chapter 9. Help and Community

Book Details

  • Paperback: 130 pages
  • Publisher: O’Reilly Media (August 2005)
  • Language: English
  • ISBN-10: 0596100655
  • ISBN-13: 978-0596100650
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Eclipse IDE Pocket Guide appeared first on Wow! eBook - Blog.

Tidak ada komentar:

Posting Komentar