Jumat, 28 Februari 2014

Wow! eBook: Oracle Goldengate 11g Complete Cookbook - 6 new eBooks


Wow! eBook: Oracle Goldengate 11g Complete Cookbook - 6 new eBooks

Link to Wow! eBook

Oracle Goldengate 11g Complete Cookbook

Posted: 28 Feb 2014 03:37 AM PST

Book Description

Oracle Goldengate 11g Complete Cookbook is your complete guide to all aspects of Goldengate administration. The recipes in this book will teach you how to setup Goldengate configurations for simple and complex environments requiring various filtering and transformations. It also covers various aspects of tuning and troubleshooting the replication setups using exception handling, custom fields, and logdump utility.

The book begins by explaining some basic tasks like Installation and Process groups setup. You will then be introduced to some further topics including DDL replication and various options to perform Initial Loads. You will then learn some advanced administration tasks such as Multi Master replication setup and conflict resolution. Further recipes, contain the cross platform replication and high availability options for Goldengate.

What you will learn from this book

  • Configure DML and DDL Goldengate replication
  • Tune and Troubleshoot Goldengate replication
  • Cross Platform replication using Goldengate
  • Monitor Goldengate Replication using OEM 12c
  • What to do when GoldenGate replication breaks
  • Reverse changes applied by Goldengate
  • High Availability Setup for Goldengate
  • Learn about GoldenGate Veridata and GoldenGate Director
  • Migrate Oracle Streams environment to Goldengate

Approach
Oracle Goldengate 11g Complete Cookbook follows the Cookbook style. Each recipe provides step by step instructions with various examples and scripts. This book provides the necessary information to successfully complete most of the possible administration tasks.

Who this book is written for
Oracle Goldengate 11g Complete Cookbook is aimed at Database Administrators, Architects, and Middleware Administrators who are keen to know more about Oracle Goldengate. Whether you are handling Goldengate environments on a day-to-day basis, or using it just for migration, this book provides the necessary information required to successfully complete your administration tasks. The reader is expected to have some knowledge of Oracle databases.

Book Details

  • Paperback: 362 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849686149
  • ISBN-13: 978-1849686143
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Oracle Goldengate 11g Complete Cookbook appeared first on Wow! eBook.

Learning Perforce SCM

Posted: 28 Feb 2014 03:34 AM PST

Book Description

Learning Perforce SCM is a pragmatic how-to guide, explaining the key concepts and usage of Perforce. Based on the authors’ experiences training thousands of users around the globe, it explains those key concepts in a clear, incremental manner, combining sound theory with the pragmatic application of principles.

Learning Perforce SCM provides practical knowledge which will transform you into confident and competent Perforce users in your day-to-day operations.

You’ll start by learning how to use Perforce to track your day-to-day coding activities. Once a solid foundation is established you’ll learn how to apply the data mining features to evaluate current and past activities. Then you’ll learn how to configure Perforce so that it adapts to support your specific development needs. All the while you’ll be learning how to deal with conflicts and use the tool to communicate with other team members. Finally, you’ll learn about using branches and streams to provide seamless support for concurrent development. Along the way, pragmatic hints and tips will help you avoid issues and identify areas for further personal exploration.

What you will learn from this book

  • Use Perforce to significantly reduce the overhead of working as part of a team
  • Understand your codebase and its evolution over time through powerful reporting options
  • Use classic branching and streams effectively
  • Manage changelists efficiently
  • Get to grips with the P4V GUI
  • Use workspace features to solve common challenges with development patterns and environments
  • Confidently deal with conflicts

Approach
“Learning Perforce SCM” is written in a friendly and practical style with a focus on getting you started with Perforce efficiently and effectively. The book provides plenty of examples and screenshots to guide you through the process of learning.

Who this book is written for
“Learning Perforce SCM” is for anyone who wants to know how to adeptly manage software development activities using Perforce. Experience with other version control tools is a plus but is not required.

Book Details

  • Paperback: 254 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849687641
  • ISBN-13: 978-1849687645
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learning Perforce SCM appeared first on Wow! eBook.

Lift Application Development Cookbook

Posted: 28 Feb 2014 03:30 AM PST

Book Description

Developing secure web applications is one of the most important tasks developers have to deal with. With Lift, it is easy to create solid and formidable web applications as it is the most secure web framework available today. The View-First approach and being able to handle things as purely data transformation, makes working with Lift an exciting task.

“Lift Application Development Cookbook” teaches you how to build web applications using this amazing framework. The book moves gradually, starting with the basics (starting a new project, submitting a form, and so on) before covering more advanced topics such as building a REST API and integrating your application with other technologies and applications.

“Lift Application Development Cookbook” takes you on a journey of creating secure web applications. Step-by-step instructions help you understand how things work and how various elements relate to each other.

You’ll learn different ways to process a form, build dynamic HTML pages, and create an API using REST. You’ll also learn how to work with relational and NoSQL databases and how to integrate your application with other technologies as well as with third-part applications such as Gmail and Facebook.

By the end of the book, you will be able to understand how Lift works and be able to build web applications using this amazing and exciting framework.

What you will learn from this book

  • Start a new web application using Lift
  • Manage and validate forms to handle data submitted by users
  • Build an application to create and maintain client data by using a REST interface
  • Use Mapper, an ORM system for relational databases, included with Lift
  • Use Liquibase to manage database changes incrementally
  • Integrate Lift and Akka
  • Schedule jobs using Quartz
  • Integrate your application with JMS queues
  • Use IoC frameworks such as Google Guice and Spring
  • Use social media to log in users
  • Fetch user data from social media

Approach
Lift Application Development Cookbook contains practical recipes on everything you will need to create secure web applications using this amazing framework.

The book first teaches you basic topics such as starting a new application and gradually moves on to teach you advanced topics to achieve a certain task. Then, it explains every step in detail so that you can build your knowledge about how things work.

Who this book is written for
This book is for developers who have at least some basic knowledge about Scala and who are looking for a functional, secure, and modern web framework. Prior experience with HTML and JavaScript is assumed.

Book Details

  • Paperback: 254 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1849515883
  • ISBN-13: 978-1849515887
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Lift Application Development Cookbook appeared first on Wow! eBook.

Getting Started with WebRTC

Posted: 28 Feb 2014 03:25 AM PST

Book Description

WebRTC delivers web-based real-time communication and is set to revolutionize our view of what the Web really is. Streaming audio and video from browser to browser, as well as opening raw access to the camera and microphone, is already creating a whole new dynamic web. WebRTC also introduces real-time data channels that will allow interaction with dynamic data feeds from sensors and other devices. This really is a great time to be a web developer!

Getting Started with WebRTC provides all of the practical information you need to quickly understand what WebRTC is, how it works, and how you can add it to your own web applications. It includes clear working examples designed to help you get started building your own WebRTC-enabled applications right away.

Getting Started with WebRTC will guide you through the process of creating your own WebRTC application that can be applied in a number of different real-world situations, using well documented and clearly explained code examples.

You will learn how to quickly and easily create a practical peer-to-peer video chat application, an audio only call option, and how a Web-Socket-based signaling server can also be used to enable real-time text-based chat. You will also be shown how this same server and application structure can easily be extended to include simple drag-and-drop file sharing with transfer updates and thumbnail previews.

What you will learn from this book

  • Discover how to offer an audio only option as an alternative
  • Create an extensible Web Socket signaling server
  • Detect which browsers support WebRTC
  • Extend your application with real-time text-based chat
  • Add rich collaboration with drag-and-drop file sharing
  • Use RTCDataChannels to share real-time data
  • Design a state-based user interface for WebRTC apps
  • Explore the options available for image and audio post-processing and analysis

Approach
The book will follow a step-by-step tutorial approach to construct an application that allows video conferencing and calls between two browsers and a system for sharing files among a group.

Who this book is written for
This book is ideal for developers new to the WebRTC standards who are interested in adding sensor-driven, real-time, peer-to-peer communication to their web applications. You will only need basic experience with HTML and JavaScript.

Book Details

  • Paperback: 114 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782166300
  • ISBN-13: 978-1782166306
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Getting Started with WebRTC appeared first on Wow! eBook.

Integrating Facebook iOS SDK with Your Application

Posted: 28 Feb 2014 03:18 AM PST

Book Description

Facebook provides an iOS SDK to third party developers which allows them to develop iOS applications. These applications are then made available on the app store, from which the developers are entitled to 70 percent of sales revenue. Embedding these Facebook iOS SDK features takes applications to the next level of user engagement.

Starting with the process of setting up a Facebook developer account, we will use hands-on examples to walk you through developing and integrating social element like inviting others to use your software. This book focuses on detailing and documenting the process of developing an actual application. Through the course of the book, you will learn to use iOS SDK features in your code flawlessly.

Aiming to simplify the process of embedding Facebook iOS SDK features in your app, each chapter focuses on a new feature, and as you move through the chapters, you will find yourself embedding more functionality in your application. We begin with the creation of a new Facebook App ID before creating and setting up a project. Through the course of the book, you will use social platforms to authenticate users and fetch their social information to make your project more attractive and engaging. The book emphasizes on sharing functionalities, such as inviting friends through Facebook messages with the sole intention of making the app viral. By the end of the book, you will look at how to use the Facebook News Feed to make your app go viral. By the end of the book you will have built a powerful application using the world’s largest social media platform.

What you will learn from this book

  • Distribute and promote your application on the social platform
  • Fetch user information and photos with Graph API
  • Display Facebook user profiles and friends list
  • Learn to use Facebook Graph API and API Explorer
  • Check user credentials against the Social Platform effortlessly

Approach
A tutorial-based guide with chapters focusing on learning and embedding crucial Facebook features.

Who this book is written for
If you are a developer who wishes to develop and monetize your apps on the App store, then this is the book for you. This book assumes you have basic knowledge of iOS programming using Objective-C and XCode, however, prior knowledge of Facebook iOS SDK is not required.

Book Details

  • Paperback: 160 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782168435
  • ISBN-13: 978-1782168430
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Integrating Facebook iOS SDK with Your Application appeared first on Wow! eBook.

Social Data Visualization with HTML5 and JavaScript

Posted: 28 Feb 2014 03:16 AM PST

Book Description

The increasing adoption of HTML5 opens up a new world of JavaScript-powered visualizations. By harnessing the power of scalable vector graphics (SVGs), you can present even complex data to your users in an easy-to-understand format and improve the user experience by freeing users from the burden of tabular data.

Social Data Visualization with HTML5 and JavaScript teaches you how to leverage HTML5 techniques through JavaScript to build visualizations. It also helps to clear up how the often complicated OAuth protocol works to help you unlock a universe of social media data from sites like Twitter, Facebook, and Google+.

Social Data Visualization with HTML5 and JavaScript provides you with an introduction to creating an accessible view into the massive amounts of data available in social networks. Developers with some JavaScript experience and a desire to move past creating boring charts and tables will find this book a perfect fit. You will learn how to make use of powerful JavaScript libraries to become not just a programmer, but a data artist.

By using OAuth, which is helpfully demystified in one of the book's chapters, you will be able to unlock the universe of social media data. Through visualizations, you will also tease out trends and relationships which would normally be lost in the noise.

What you will learn from this book

  • Understand how the ever-growing world of data can be simplified through visualization
  • See how traditional graphs fall down in the face of modern visualization
  • Explore the various features of HTML5 which allow for creating visualizations
  • Investigate how social networks delegate authority through OAuth
  • Discover what data is available on Stack Overflow, Facebook, Twitter, and Google+
  • Create exciting graphs which go beyond the normal standards
  • Simplify your code with scales, layouts, and other features of the d3.js visualization library
  • Set up Node.js as a platform to develop visualizations from social media

Approach
This book is a fast-paced guide full of step-by-step instructions that teach you how to visualize social data using HTML5 and JavaScript.

Who this book is for
This book is for developers who are excited about data and who want to share that excitement with others. Developers who are interested in the data which can be extracted from social networks will also find this book hugely beneficial.

Readers should have a working knowledge of both JavaScript and HTML.

Book Details

  • Paperback: 104 pages
  • Publisher: Packt Publishing (September 2013)
  • Language: English
  • ISBN-10: 1782166548
  • ISBN-13: 978-1782166542
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Social Data Visualization with HTML5 and JavaScript appeared first on Wow! eBook.

1 komentar:

  1. Oracle Golden Gate 11g Online Training
    http://www.21cssindia.com/courses/oracle-golden-gate-11g-online-training-232.html
    Introduction to Oracle Golden Gate 11g: Fundamentals for Oracle
    Objectives
    Oracle Golden Gate 11g
    Key Capabilities & Technology Differentiators
    Value Propositions for Oracle Golden Gate
    Oracle Golden Gate Topologies
    Oracle middleware for Business Intelligence
    Oracle Data Integrator EE & Oracle Golden Gate
    Oracle Golden Gate for Real-Time Data Warehousing
    21st Century providing Online training and support on All Technologies. If you are seeking training and support you can reach me on 91-9000444287. Online training by real time Experts. Call us 001-309-200-3848 for online training

    BalasHapus