viernes, 29 de febrero de 2008

Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming

Rapid GUI Programming with Python and Qt is the definitive guide to programming PyQt4, the fastest, easiest, and most flexible way to create GUI applications that run on Windows, Mac OS X, and Linux. This book provides a short conversion course for those not yet familiar with Python and then devotes the majority of its pages to PyQt4 programming. All the fundamentals are covered, from the event loop to dialog layout, design, and usage patterns, as well as how to create main windows with menus, toolbars, and dock windows. File handling is also covered, from loading and saving in binary, text, and XML formats, to managing a recently used files list and restoring the user's workspace on start up. The book shows how to create custom widgets whose appearance and behavior are completely determined by the programmer. All of PyQt's major architectures are covered, including Qt's signals and slots mechanism, layouts, low-level event handling, the clipboard, drag and drop, Qt 4.2's new graphics view architecture, and rich text processing. Three chapters are devoted to PyQt4's powerful model/view architecture and more advanced chapters cover internationalization, networking, and multithreading.


Edición: Prentice Hall (2007)
Idioma: Inglés
Formato: PDF


Contenido:

  1. Data Types and Data Structures
  2. Control Structures
  3. Classes and Modules
  4. Introduction to GUI Programming
  5. Dialogs
  6. Main Windows
  7. Using Qt Designer
  8. Data Handling and Custom File Formats
  9. Layouts and Multiple Documents
  10. Events, the Clipboard, and Drag and Drop
  11. Custom Widgets
  12. Item-Based Graphics
  13. Rich Text and Printing
  14. Model/View Programming
  15. Databases
  16. Advanced Model/View Programming
  17. Online Help and Internationalization
  18. Networking
  19. Multithreading
  20. Appendix A: Installing
  21. Appendix B: Selected PyQt Widgets
  22. Appendix C: Selected PyQt Class Hierarchies

Descarga/Download

The Principles of Beautiful Web Design

Tired of making web sites that work absolutely perfectly but just don't look nice?

If so, then The Principles of Beautiful Web Design is for you. A simple, easy-to-follow guide, illustrated with plenty of full-color examples, this book will lead you through the process of creating great designs from start to finish. Good design principles are not rocket science, and using the information contained in this book will help you create stunning web sites.


Edición: SitePoint (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Layout and Composition
  2. Color
  3. Texture
  4. Typography
  5. Imagery

Descarga/Download

High Performance Switches and Routers

As Internet traffic continues to grow, and demands for quality of service become more stringent, researchers and engineers can turn to High Performance Switches and Routers for tested and proven solutions. This text presents the latest developments in high performance switches and routers, coupled with step-by-step design guidance.


Edición: Wiley (2007)
Idioma: Inglés
Formato: PDF




Contenido:

  1. Introduction
  2. IP Address Lookup
  3. Packet Classification
  4. Traffic Management
  5. Basics Of Packet Switching
  6. Shared-Memory Switches
  7. Input-Buffered Switches
  8. Banyan-Based Switches
  9. Knockout-Based Switches
  10. The Abacus Switch
  11. Crosspoint Buffered Switches
  12. Clos-Network Switches
  13. Multi-Plane Multi-Stage Buffered Switch
  14. Load-Balanced Switches
  15. Optical Packet Switches
  16. High-Speed Router Chip Set

Descarga/Download

jueves, 28 de febrero de 2008

Cisco Security Agent

Cisco Security Agent presents a detailed explanation of Cisco Security Agent, illustrating the use of host Intrusion Prevention Systems (IPS) in modern self-defending network protection schemes. At the endpoint, the deployment of a host IPS provides protection against both worms and viruses. Rather than focusing exclusively on reconnaissance phases of network attacks a host IPS approaches the problem from the other direction, preventing malicious activity on the host by focusing on behavior. By changing the focus to behavior, damaging activity can be detected and blocked–regardless of the attack.

Edición: Cisco Press (2005)
Idioma: Inglés
Formato: CHM

Contenido:

  1. Introducing Endpoint Security
  2. Introducing the Cisco Security Agent
  3. Understanding CSA Groups and Hosts
  4. Understanding CSA Policies, Modules, and Rules
  5. Understanding Application Classes and Variables
  6. Understanding CSA Components and Installation
  7. Using the CSA User Interface
  8. Monitoring CSA Events
  9. Using CSA MC Reports
  10. Application Deployment Investigation
  11. Application Behavior Analisis
  12. Creating and Tuning Policy
  13. Developing a CSA Project Implementation Plan
  14. CSA MC Administration and Maintenance
  15. Appendix A: VMS and CSA MC 4.5 Installation
  16. Appendix B: Security Monitor Integration
  17. Appendix C: CSA MIB

Descarga/Download

RHCE Red Hat Certified Engineer Linux Study Guide (Exam RH302), 5th Edition

With hundreds of practice questions and hands-on exercises, RHCE Red Hat Certified Engineer Linux Study Guide, Fifth Edition covers what you need to know--and shows you how to prepare--for this challenging exam.


Edición: McGraw-Hill (2007)
Idioma: Inglés
Formato: CHM


Contenido:

  1. RHCE Prerequisites
  2. Hardware and Installation
  3. The Boot Process
  4. Linux Filesystem Administration
  5. Package Management
  6. User Administration
  7. System Administration Tools
  8. Kernel Services and Configuration
  9. Apache and Squid
  10. Network File-Sharing Services
  11. Domain Name Service
  12. Electronic Mail
  13. Other Networking Services
  14. The X Window System
  15. Securing Services
  16. Troubleshooting
  17. Appendix A: Sample Exam 1
  18. Appendix B: Sample Exam 2

Descarga/Download

Windows Communication Foundation Unleashed

Windows Communication Foundation Unleashed is designed to be the best resource for software developers and architects working with WCF. The book guides readers toward a conceptual understanding of all the facilities of WCF and provides step-by-step guides to applying the technology to practical problems.

Edición: SAMS (2007)
Idioma: Inglés
Formato: PDF


Contenido:

  1. Introducing the Windows Communication Foundation
  2. Introducing the Windows Workflow Foundation
  3. Security
  4. Integration and Interoperability
  5. Extending the Windows Communication Foundation
  6. Special Cases
  7. The Lifecycle of Windows Communication Foundation Applications

Descarga/Download

SCJP Exam for J2SE 5: A Concise and Comprehensive Study Guide for The Sun Certified Java Programmer Exam

Best selling author, Paul Sanghera, offers cohesive, concise, yet comprehensive coverage of all the topics included in the Sun Certified Programmer for Java 5 exam (CX 310-055). With a laser sharp focus on the exam objectives, the Study Guide goes beyond just being an "exam cram." The material is presented in a logical learning sequence: a section builds upon previous sections and a chapter on previous chapters. All concepts, simple and complex, are defined and explained when they appear the first time. There is no hopping from topic to topic and no technical jargon without explanation. No prior knowledge of Java programming is assumed. The single most difficult aspect of this exam is to read and understand the code in the exam questions in a limited amount of time. To help you get fluent and comfortable with the code, the book offers complete runnable code examples distributed over all the chapters and a codewalk quicklet feature at the end of each chapter.

Edición: Apress (2006)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Fundamentals of Java Programming
  2. Data Types and Operators
  3. Classes, Methods, and Interfaces
  4. Java Language Fundamentals
  5. Object-Oriented Programming
  6. Execution Flow Control in Java
  7. Exceptions and Assertions
  8. Input and Output in Java
  9. Strings, Formatters, and Wrappers
  10. Collections and Generics
  11. Threads in Java
  12. Appendix A: Installing and Testing J2SE 5.0
  13. Appendix B: SCJP 5.0 Upgrade Exam (CX-310-056)
  14. Appendix C: Answers to Chapter Review Questions
  15. Appendix D: Practice Exam
  16. Appendix E: Exam Quick Prep

Descarga/Download

miércoles, 27 de febrero de 2008

Linux System Administration

If you're an experienced system administrator looking to acquire Linux skills, or a seasoned Linux user facing a new challenge, Linux System Administration offers practical knowledge for managing a complete range of Linux systems and servers. The book summarizes the steps you need to build everything from standalone SOHO hubs, web servers, and LAN servers to load-balanced clusters and servers consolidated through virtualization. Along the way, you'll learn about all of the tools you need to set up and maintain these working environments.

Edición: O'Reilly (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Requirements for a Linux System Administrator
  2. Setting Up a Linux Multifunction Server
  3. The Domain Name System
  4. An Initial Internet-Ready Environment
  5. Mail
  6. Administering Apache
  7. Load-Balanced Clusters
  8. Local Network Services
  9. Virtualization in the Modern Enterprise
  10. Scripting
  11. Backing Up Data
  12. Appendix: bash Script Samples

Descarga/Download

SOA Using Java Web Services

SOA Using Java Web Services is a hands-on guide to implementing Web services and Service Oriented Architecture (SOA) with today's Java EE 5 and Java SE 6 platforms. Author Mark Hansen presents in explicit detail the information that enterprise developers and architects need to succeed, from best-practice design techniques to state-of-the-art code samples.




Edición: Prentice Hall (2007)
Idioma: Inglés
Formato: PDF


Contenido:

  1. Service-Oriented Architecture with Java Web Services
  2. An Overview of Java Web Services
  3. Basic SOA Using REST
  4. The Role of WSDL, SOAP, and Java/XML Mapping in SOA
  5. The JAXB 2.0 Data Binding
  6. JAX-WS—Client-Side Development
  7. JAX-WS 2.0—Server-Side Development
  8. Packaging and Deployment of SOA Components (JSR-181 and JSR-109)
  9. SOAShopper: Integrating eBay, Amazon, and Yahoo! Shopping
  10. Ajax and Java Web Services
  11. WSDL-Centric Java Web Services with SOA-J
  12. Appendix A: Java, XML, and Web Services Standards Used in This Book
  13. Appendix B: Software Configuration Guide
  14. Appendix C: Namespace Prefixes

Descarga/Download

Formulas and Functions with Microsoft Office Excel 2007

Most Microsoft Excel users learn only a small percentage of the program's features. They know they could get more out of Excel if they could just get a leg up on building formulas and using functions. Unfortunately, this side of Excel appears complex and intimidating to the uninitiated -- shrouded in the mysteries of mathematics, finance, and impenetrable spreadsheet jargon.

Sound familiar? If you're a businessperson who needs to use Excel as an everyday part of your job, then you've come to the right book. Formulas and Functions with Microsoft Office Excel 2007 demystifies worksheet formulas and presents the most useful Excel functions in an accessible, jargon-free way. This book not only takes you through Excel's intermediate and advanced formula-building features, it also tells you why these features are useful to you and shows you how to use them in everyday situations. Throughout the book you'll find no-nonsense, step-by-step tutorials and lots of practical examples aimed directly at business users.

Edición: Que (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Getting the Most Out of Ranges
  2. Using Range Names
  3. Building Basic Formulas
  4. Creating Advanced Formulas
  5. Troubleshooting Formulas
  6. Understanding Functions
  7. Working with Text Functions
  8. Working with Logical and Information Functions
  9. Working with Lookup Functions
  10. Working with Date and Time Functions
  11. Working with Math Functions
  12. Working with Statistical Functions
  13. Analyzing Data with Tables
  14. Analyzing Data with PivotTables
  15. Using Excel’s Business-Modeling Tools
  16. Using Regression to Track Trends and Make Forecasts
  17. Solving Complex Problems with Solver
  18. Building Loan Formulas
  19. Building Investment Formulas
  20. Building Discount Formulas

Descarga/Download

Ultra Wideband Signals and Systems in Communication Engineering (2nd Edition)

The thoroughly revised and updated second edition of Ultra Wideband Signals and Systems in Communication Engineering features new standards, developments and applications. It addresses not only recent developments in UWB communication systems, but also related IEEE standards such as IEEE 802.15 wireless personal area network (WPAN). Examples and problems are included in each chapter to aid understanding.

Edición: Wiley (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Introduction
  2. Basic properties of UWB signals and systems
  3. Generation of UWB waveforms
  4. Signal-processing techniques for UWB systems
  5. UWB channel modeling
  6. UWB communications
  7. Advanced UWB pulse generation
  8. UWB antennas and arrays
  9. Position and location with UWB signals
  10. Applications using UWB systems
  11. UWB communication standards
  12. Advanced topics in UWB communication systems

Descarga/Download

martes, 26 de febrero de 2008

Deploying IPv6 Networks

Deploying IPv6 Networks is an essential guide to IPv6 concepts, service implementation, and interoperability in existing IPv4 environments. You’ll learn about IPv6 as a mature technology ready for deployment. Deploying IPv6 Networks goes beyond addressing the basics of IPv6 yet remains accessible to readers unfamiliar with the protocol. With this book in hand, you will learn how to plan, design, deploy, and manage IPv6 services.

Edición: Cisco Press (2006)
Idioma: Inglés
Formato: CHM

Contenido:

  1. The Case for IPv6An Updated Perspective
  2. An IPv6 Refresher
  3. Delivering IPv6 Unicast Services
  4. IPv6 Routing Protocols
  5. Implementing QoS
  6. Providing IPv6 Multicast Services
  7. VPN IPv6 Architecture and Services
  8. Advanced ServicesIPv6 Mobility
  9. Securing IPv6 Networks
  10. Managing IPv6 Networks
  11. Network Performance Considerations: Coexistence of IPv4 and IPv6
  12. Generic Deployment Planning Guidelines
  13. Deploying IPv6 in an MPLS Service Provider Network
  14. Deploying IPv6 in an IP Service Provider Network
  15. Deploying IPv6 in an Enterprise Network

Descarga/Download

SCEA Sun Certified Enterprise Architect for Java EE Study Guide (Exam 310-051)

This authoritative guide covers the new SCEA exam and addresses all three components of the enterprise-level design certification from Sun Microsystems--a multiple-choice exam, a programming assignment, and an essay exam. Featuring step-by-step exercises, chapter self-tests, and in-depth explanations, this book is the most effective exam-focused test preparation available.


Edición: McGraw-Hill (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Sun Certification for the Enterprise Architect
  2. Common Architectures and Protocols
  3. Object-Oriented Analysis and Design
  4. Applicability of JEE Technology
  5. Design Patterns
  6. Legacy Connectivity
  7. Enterprise JavaBeans and the EJB Container Model
  8. Messaging
  9. Internationalization and Localization
  10. Security
  11. Case Study: Overview of Securities Trading System

Descarga/Download

lunes, 25 de febrero de 2008

Pro EJB 3 Java Persistence API

EJB 3.0 sets a new precedent. It has made huge advances in ease of development, and its drastically simplified programming model has been widely acclaimed. This book is the definitive guide to EJB 3.0 persistence technology. The authors provide unparalleled insight and expertise on this topic, fully examining and explaining EJB 3.0 persistence specification.

Edición: Apress (2006)
Idioma: Inglés
Formato: PDF


Contenido:

  1. Introduction
  2. Getting Started
  3. Enterprise Applications
  4. Object-Relational Mapping
  5. Entity Manager
  6. Using Queries
  7. Query Language
  8. Advanced Object-Relational Mapping
  9. Advanced Topics
  10. XML Mapping Files
  11. Packaging and Deployment
  12. Testing
  13. Migration

Descarga/Download

IPSec VPN Design

IPSec VPN Design is the first book to present a detailed examination of the design aspects of IPSec protocols that enable secure VPN communication. Divided into three parts, the book provides a solid understanding of design and architectural issues of large-scale, secure VPN solutions. Part I includes a comprehensive introduction to the general architecture of IPSec, including its protocols and Cisco IOS® IPSec implementation details. Part II examines IPSec VPN design principles covering hub-and-spoke, full-mesh, and fault-tolerant designs. This part of the book also covers dynamic configuration models used to simplify IPSec VPN designs. Part III addresses design issues in adding services to an IPSec VPN such as voice and multicast. This part of the book also shows you how to effectively integrate IPSec VPNs with MPLS VPNs.

Edición: Cisco Press (2005)
Idioma: Inglés
Formato: CHM

Contenido:

  1. Introduction to VPNs
  2. IPSec Overview
  3. Enhanced IPSec Features
  4. IPSec Authentication and Authorization Models
  5. IPSec VPN Architectures
  6. Designing Fault-Tolerant IPSec VPNs
  7. Auto-Configuration Architectures for Site-to-Site IPSec VPNs
  8. IPSec and Application Interoperability
  9. Network-Based IPSec VPNs

Descarga/Download

Oracle Automatic Storage Management

This comprehensive resource provides full details on Oracle Automatic Storage Management (ASM), Oracle's integrated file and volume management interface. You will get full details on general operations, administration, best practices, and expert techniques. Oracle DBAs will be able to implement robust storage solutions with help from this useful guide.



Edición: Oracle Press (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Storage Stack Overview
  2. ASM Instances
  3. ASM Disks
  4. Diskgroups and Failure Groups
  5. ASM Space Allocation and Rebalance
  6. ASMLIB Concepts and Overview
  7. ASM Files, Aliases, and Templates
  8. ASM Command-Line
  9. Managing Databases in ASM
  10. ASM Persistent Data Structures
  11. ASM Operations
  12. From Discussion to Deployment
  13. Appendix A: ASM and Storage Array Configurations
  14. Appendix B: Troubleshooting ASM
  15. Appendix C: Scripts and Tips
  16. Appendix D: Typical ASM Diskgroup Commands

Descarga/Download

The Art & Science Of CSS

Want to take your CSS designs to the next level? will show you how to create dozens of CSS-based Website components.

You'll discover how to: Format calendars, menus and table of contents using CSS; Create horizontal, vertical, drop-down and tab-based navigation systems using CSS; Create rounded corners using CSS; Design stylish Website headings; Put together funky & artistic Website backgrounds; Use CSS to render blockquotes, dates and lists in a visually appealing manner; Display & style images and web photo galleries.

All designs in this book are visually appealing and inspiring. The code CSS code used to create each of the components is provided and is guaranteed to be simple, efficient and cross-browser compatible.

Edición: SitePoint (2007)
Idioma: Inglés
Formato: PDF


Contenido:

  1. Headings
  2. Images
  3. Backgrounds
  4. Navigation
  5. Forms
  6. Rounded Corners
  7. Tables

Descarga/Download

domingo, 24 de febrero de 2008

Professional Ajax (2nd Edition)

Professional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases. The book begins by exploring the roots of Ajax, covering how the evolution of the web and new technologies directly led to the development of Ajax techniques. A detailed discussion of how frames, JavaScript, cookies, XML, and XMLHttp requests (XHR) related to Ajax is included. After this introduction, the book moves on to cover the implementation of specific Ajax techniques. Request brokers such as hidden frames, dynamic iframes, and XHR are compared and contrasted, explaining when one method should be used over another. To make this discussion clearer, a brief overview of HTTP requests and responses is included.

Edición: Wrox Press (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. What Is Ajax?
  2. Ajax Basics
  3. Ajax Patterns
  4. Ajax Libraries
  5. Request Management
  6. XML, XPath, and XSLT
  7. Syndication with RSS and Atom
  8. JSON
  9. Comet
  10. Maps and Mashups
  11. Ajax Debugging Tools
  12. Web Site Widgets
  13. Ajax Frameworks
  14. ASP.NET AJAX Extensions (Atlas)
  15. Case Study: FooReader.NET
  16. Case Study: AjaxMail
  17. Appendix A: Licenses for Libraries and Frameworks

Descarga/Download

Ubuntu for Non-Geeks (2nd Edition): A Pain-Free, Project-Based, Get-Things-Done Guidebook

This newbie's guide to Ubuntu - now updated for Ubuntu 7.04 (Feisty Fawn), the latest Ubuntu release, which puts the spotlight on multimedia enablement and desktop effects - lets readers learn by doing. Using immersion-learning techniques favored by language courses, step-by-step projects build upon earlier tutorial concepts, stimulating the brain and increasing the reader's understanding. It also covers all the topics likely to be of interest to an average desktop user, such as installing new software via Synaptic; Internet connectivity; working with removable storage devices, printers, and scanners; and handling DVDs, audio files, and even iPods. It also eases readers into the world of commands, thus allowing them to work with Java, Python or other script-based applications; converting RPMs to DEB files; and compiling software from source.


Edición: No Starch Press (2007)
Idioma: Inglés
Formato: PDF


Contenido:

  1. Becoming a Penguinista
  2. Wading and Diving
  3. A New Place to Call Home
  4. More Than Webbed Feet
  5. Rounding Out the Bird
  6. A Tidy Nest
  7. Dressing Up the Bird
  8. Simple Kitten Ways
  9. Automatix and Not So Automatix
  10. Gutenbird
  11. Font Feathered Frenzy
  12. Polyglot Penguins
  13. Penguins Back at Work
  14. Brush-Wielding Penguins
  15. Tux Rocks
  16. Pluggin’ In the Penguin
  17. Couch Penguins
  18. Defending the Nest

Descarga/Download

Nessus Network Auditing

This book focuses on installing, configuring and optimizing Nessus, which is a remote security scanner for Linux, BSD, Solaris, and other Unices. It is plug-in-based, has a GTK interface, and performs over 1200 remote security checks. It allows for reports to be generated in HTML, XML, LaTeX, and ASCII text, and suggests solutions for security problems. As with many open source programs, Nessus is incredibly popular, incredibly powerful, and incredibly under-documented. There are many Web sites (including nessus.org) where thousands of users congregate to share tips, tricks, and hints, yet no single, comprehensive resource exists. This book, written by Nessus lead developers, will document all facets of deploying Nessus on a production network.

Edición: Syngress (2004)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Vulnerability Assessment
  2. Introducing Nessus
  3. Installing Nessus
  4. Running Your First Scan
  5. Interpreting Results
  6. Vulnerability Types
  7. False Positives
  8. Under the Hood
  9. The Nessus Knowledge Base
  10. Enterprise Scanning
  11. NASL
  12. The Nessus User Community
  13. Appendix A: The NASL2 Reference Manual
  14. Appendix B: Utilizing Domain Credentials to Enhance Nessus Scans

Descarga/Download

Definitive MPLS Network Designs

Definitive MPLS Network Designs provides examples of how to combine key technologies at the heart of IP/MPLS networks. Techniques are presented through a set of comprehensive design studies. Each design study is based on characteristics and objectives common to a given profile of network operators having deployed MPLS and discusses all the corresponding design aspects.



Edición: Cisco Press (2005)
Idioma: Inglés
Formato: CHM

Contenido:

  1. Technology Primer: Layer 3 VPN, Multicast VPNs, IPv6, and Pseudowire
  2. Technology Primer: Quality of Service, Traffic Engineering, and Network Recovery
  3. Interexchange Carrier Design Study
  4. National Telco Design Study
  5. Global Service Provider Design Study
  6. Large Enterprise Design Study

Descarga/Download

viernes, 22 de febrero de 2008

CCNA Fast Pass (3rd Edition)

Organized by exam objectives, this is a focused, concise review guide that works hand-in-hand with any learning tool, including the Sybex CCNA: Cisco Certified Network Associate Study Guide, 6th and Deluxe editions.

The book will consist of four high-level chapters, each mapping to the four main Domains of the exam skill-set.

Edición: Sybex (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Describe how a network works
  2. Configure, verify, and troubleshoot a switch with VLANs and interswitch communications
  3. Implement an IP addressing scheme and IP Services to meet network requirements in a medium-size Enterprise branch office network
  4. Configure, verify, and troubleshoot basic router operation and routing on Cisco devices
  5. Explain and select the appropriate administrative tasks required for a WLAN
  6. Identify security threats to a network and describe general methods to mitigate those threats
  7. Implement, verify, and troubleshoot NAT and ACLs in a medium-sized Enterprise branch office network
  8. Implement and verify WAN links

Descarga/Download

Teach Yourself Java 6 in 21 Days

In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications.

No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.

Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.

Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions.

Edición: SAMS (2007)
Idioma: Inglés
Formato: PDF

Contenido:

  1. Getting Started with Java
  2. The ABCs of Programming
  3. Working with Objects
  4. Lists, Logic, and Loops
  5. Creating Classes and Methods
  6. Packages, Interfaces, and Other Class Features
  7. Exceptions, Assertions, and Threads
  8. Data Structures
  9. Working with Swing
  10. Building a Swing Interface
  11. Arranging Components on a User Interface
  12. Responding to User Input
  13. Using Color, Fonts, and Graphics
  14. Developing Swing Applications
  15. Working with Input and Output
  16. Serializing and Examining Objects
  17. Communicating Across the Internet
  18. Accessing Databases with JDBC
  19. Reading and Writing RSS Feeds
  20. XML Web Services
  21. Writing Java Servlets and Java Server Pages
  22. Appendix A: Using the Java Development Kit
  23. Appendix B: Programming with the Java Development Kit
  24. Appendix C: This Book’s Web Site

Descarga/Download