Selasa, 22 Januari 2013

Wow! eBook: jBPM5 Developer Guide - 5 new eBooks


Wow! eBook: jBPM5 Developer Guide - 5 new eBooks

Link to Wow! eBook - Blog

jBPM5 Developer Guide

Posted: 22 Jan 2013 06:02 AM PST

jBPM5 Developer Guide

Book Description

5 is a well known Process System (BPMS) used for defining and executing processes. developers can use 5 to analyze, improve, and maintain processes, which are integral to an organization’s . This book guides you through each level of the jBPM5 platform, allowing you to model and build applications which will automate your scenarios.

The “jBPM5 Developer Guide” covers two important standard specifications that every engineer must be familiar with; the 2 specification and the WS-Human Tasks specification. 2 defines a standard business language that will be used to model business scenarios throughout the book, and WS-Human Tasks will help you to define how real people execute the human elements of those processes. Both standard specifications are covered with in depth examples. Using these two specifications and understanding the BPM discipline will allow you to improve your designs and guide successful implementations that will impact positively on .

“jBPM5 Developer Guide” allows you to adopt quickly the BPM framework to help you achieve your business goals; reducing the amount of time that you need to master BPM concepts and all the individual components provided by the platform. The book is packed with applicable examples, BPM diagrams and step-by-step instructions to help you master jBPM5.

What you will learn from this book

  • Use jBPM5′s configurations and for different environments and scenarios.
  • Discover key concepts behind the Business Process Management discipline.
  • 2 process modeling language for defining and implementing your processes.
  • Leverage Business Rules power to simplify business processes.
  • Practical examples in automating your business process and learn how to integrate them with different enterprise technologies in and non- environments.
  • How to reuse jBPM5′s Human Task component in several applications, not just the Process Engine.
  • Configure the persistence and transactions service to cover long running processes and scale successful implementations for bigger scenarios.
  • Improve your process definitions using Domain Specific Activities.
  • Understand how the framework handles information that flows through your business’s processes.
  • Configure the IDE to start modeling your scenarios.
  • Learn how to analyze your business processes execution using the Complex Event Processing features provided by Drools Fusion.
  • Understand how Business Process can be influenced by external streams of events that arrive in real time.

Approach
Approached from a developer’s perspective, the “jBPM 5 Developer Guide” teaches readers all the essentials of Business Process Management through applicable examples with helpful screenshots and diagrams.

Who this book is for
This book is for Java developers and Java architects who need to have a deep understanding of how Business Process Management frameworks behave in real-life implementations. The book introduces you to the jBPM5 and Drools Community where you can contribute; providing ideas, adding code, fixing issues, or providing documentation and examples.

The book assumes that you know the Java language well and also know some widely used frameworks, for example and Log4J. You should also know the basics of relational databases and the IDE.

Book Details

  • Paperback: 364 pages
  • Publisher: Packt Publishing (December 2012)
  • Language: English
  • ISBN-10: 1849516448
  • ISBN-13: 978-1849516440
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post jBPM5 Developer Guide appeared first on Wow! eBook - Blog.

WiX 3.6: A Developer’s Guide to Windows Installer XML

Posted: 22 Jan 2013 05:59 AM PST

WiX 3.6: A Developers Guide to Windows Installer XML

Book Description

The cryptic science of Installer can seem far off from the practical task of simply getting something installed. Luckily, we have to simplify the matter. is an markup, distributed with an open-source compiler and linker, used to produce a Installer package. It is used by and by countless other companies around the world to simplify deployments.

3.6: A Developer’s Guide to Installer ” promises a friendly welcome into the world of Installer. Starting off with a simple, practical example and continuing on with increasingly advanced scenarios, the reader will have a well-rounded education by book’s end .

With the help of this book, you’ll understand your installer better, create it in less time, and save in the process. No one really wants to devote a lifetime to understanding how to create a hassle-free installer. Learn to build a sophisticated deployment targeting the Windows platform in no time with this hands-on practical guide. Here we speed you through the basics and zoom right into the advanced. You’ll get comfortable with components, features, conditions and actions. By the end, you'll be boasting your latest deployment victories at the local pub.

Once you’ve finished “WiX 3.6: A Developer’s Guide to Windows Installer XML”, you’ll realize just how powerful and awesome an installer can really be.

What you will learn from this book

  • Register with Add/Remove Programs and build in a consistent way to uninstall your .
  • Customize an easy to navigate install Wizard.
  • Gain an understanding of the order in which events happen during an install and how to hook into this process.
  • Learn how WiX builds and links your files into the final MSI package and how to fine tune this process.
  • Make your more modular with Fragments, Components, and ComponentGroups.
  • Prevent users from installing your on unsupported operating systems and introduce other prerequisite checks.
  • Install, start, stop, and uninstall Windows services at the time of setup.
  • required dependencies before installing your own software.

Approach
A step-by-step tutorial with plenty of code and examples to improve your learning curve.

Who this book is written for
If you are a developer and want to create installers for software targeting the Windows platform, then this book is for you. You’ll be using plenty of XML and ought to know the basics of writing a well-formed document. No prior experience in WiX or Windows Installer is assumed. You should know your way around to compile projects, add references and tweak properties.

Book Details

  • Paperback: 488 pages
  • Publisher: Packt Publishing (December 2012)
  • Language: English
  • ISBN-10: 1782160426
  • ISBN-13: 978-1782160427
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post WiX 3.6: A Developer’s Guide to Windows Installer XML appeared first on Wow! eBook - Blog.

CoffeeScript Programming with jQuery, Rails, and Node.js

Posted: 22 Jan 2013 05:55 AM PST

CoffeeScript Programming with jQuery, Rails, and Node.js

Book Description

is a young but popular language that makes web fun and more productive. It compiles to and unleashes its powerful features while not straying too far from the language. It’s become one of the most popular languages on Github and is being used for both and server side .

with , , and ” will not only teach you the CoffeeScript language but also show you how it’s being used by professional programmers with the latest web technologies.

This book will teach you the basics of the language, focusing particularly on how it improves on . It then focuses on building real life projects in CoffeeScript using , , and .

We look at CoffeeScript as a language that takes the power of JavaScript and presents it in an elegant and concise syntax. We will then see how we can use its power to write beautiful and short programs for various environments and how it complements the latest and greatest web frameworks.

CoffeeScript programming with jQuery, Rails, and Node.js is all you need to become well versed with this great language and set you on your way to using it to write web applications

What you will learn from this book

  • The basics of the language and how it compares to JavaScript
  • CoffeeScript’s powerful class syntax
  • Installing CoffeeScript on , Mac OSX, and Linux using Node.js
  • Configuring CoffeeScript for applications
  • The basics of jQuery and using it with CoffeeScript
  • Using localStorage in browser-based applications
  • Two approaches to write CoffeeScript in Rails applications
  • Creating responsive web applications using WebSocket

Approach
It’s a quick guide for programming CoffeeScript and then diving into programming with Rails, jQuery, and Node.js.

Who this book is written for
This book is for web developers who would like to learn programming with CoffeScript. It is also for developers who have some experience in JavaScript and are curious to learn CoffeScript and build applications with it.

Book Details

  • Paperback: 140 pages
  • Publisher: Packt Publishing (December 2012)
  • Language: English
  • ISBN-10: 1849519587
  • ISBN-13: 978-1849519588
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post CoffeeScript Programming with jQuery, Rails, and Node.js appeared first on Wow! eBook - Blog.

Mastering OpenCV with Practical Computer Vision Projects

Posted: 22 Jan 2013 05:53 AM PST

Mastering OpenCV with Practical Computer Vision Projects

Book Description

Computer Vision is fast becoming an important technology and is used in Mars robots, national systems, automated factories, driver-less cars, and medical image to new forms of human-computer interaction. is the most common library for computer vision, providing hundreds of complex and fast algorithms. But it has a steep learning curve and limited in-depth tutorials.

Mastering with Practical Computer Vision Projects is the perfect book for developers with just basic skills who want to try practical computer vision projects, as well as the seasoned experts who want to add more Computer Vision topics to their skill set or gain more experience with ’s new C++ interface before migrating from the C to the C++ .

Each chapter is a separate including the necessary background knowledge, so try them all one-by-one or jump straight to the projects you’re most interested in.

Create working prototypes from this book including real-time , Augmented Reality, shape from video, or track faces & eyes, fluid wall using Kinect, number plate recognition and so on.

Mastering OpenCV with Practical Computer Vision Projects gives you rapid training in nine computer vision areas with useful projects.

What you will learn from this book

  • Perform Face including simple Face & Eye & Skin Detection, Fisherfaces Face Recognition, Head Orientation, complex Facial Feature Tracking.
  • Do Number Plate Detection and Optical Character Recognition (OCR) using Artificial Intelligence (AI) methods including SVMs and Neural Networks
  • Learn Augmented Reality for desktop and or using simple artificial markers or complex markerless natural images
  • Generate a 3D object model by moving a plain , using 3D Structure from Motion (SfM) reprojection methods
  • Redesign desktop real-time computer vision applications to more suitable & iOS
  • Use simple image filter effects including cartoon, sketch, paint, and alien effects
  • Execute Human-Computer Interaction with an Kinect sensor using the whole body as a dynamic input

Approach
Each chapter in the book is an individual and each is constructed with step-by-step instructions, clearly explained code, and includes the necessary screenshots.

Who this book is written for
You should have basic OpenCV and C/C++ experience before reading this book, as it is aimed at Computer Science graduates, researchers, and computer vision experts widening their expertise.

Book Details

  • Paperback: 340 pages
  • Publisher: Packt Publishing (December 2012)
  • Language: English
  • ISBN-10: 1849517827
  • ISBN-13: 978-1849517829
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Mastering OpenCV with Practical Computer Vision Projects appeared first on Wow! eBook - Blog.

Oracle Primavera Contract Management, Business Intelligence Publisher Edition v14

Posted: 22 Jan 2013 05:48 AM PST

Oracle Primavera Contract Management, Business Intelligence Publisher Edition v14

Book Description

’s Primavera Contract , Intelligence Publisher Edition is a document , job cost, and field controls that keeps construction projects on schedule and on budget through complete control.

Primavera Contract Management, Intelligence Publisher Edition v14″ explains the concepts behind the core modules and how to use them.

“Oracle Primavera Contract Management, Business Intelligence Publisher Edition v14″ makes this complex application understandable. You will understand the concepts behind the core modules and how to use them.

This book starts with some basic introduction to Contract management and then covers the advantages and disadvantages of using a spreadsheet in managing information on a . The book then covers in detail the concepts involved with how it works from a 30,000 foot view and explains the concept of how Oracle Primavera Contract Management is diametrically opposed to a spreadsheet mentality.

The book also covers the aspects of how Oracle Primavera Contract Management manages the and contractual relationships on a project.

What you will learn from this book

  • The concepts of Contract Management differs with each organization, learn how PCM is designed to work your way
  • Learn how to manage the over-abundance of data in a project and find what you are looking for quickly
  • There is too much information to keep in your head; use PCM for easy storage and retrieval.
  • The Cost Worksheet is your friend, learn how to use it to your benefit.
  • The Change Process can be daunting, learn the various methods to manage this potentially complex procedure.
  • Learn to set up the Change Process to match your business; don’t be forced into a box.
  • Payments are key to a successful business, learn how to manage them quickly and easily
  • Improperly managed submittals are the second highest reason for losing on a project; learn that your project does not need to be part of this statistic.
  • Learn how to use the drawings module to know who has what and when.
  • Learn how PCM can help out in the field.

Approach
This book is packed with examples that cover concepts and usability of the core modules of a complex application.

Who this book is written for
If you are Project manager or consultant looking forward to using and implementing Oracle Primavera Contract Management in your organization, then this is the best guide for you

No prior knowledge of PCM required.

Book Details

  • Paperback: 208 pages
  • Publisher: Packt Publishing (December 2012)
  • Language: English
  • ISBN-10: 1849686904
  • ISBN-13: 978-1849686907
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Oracle Primavera Contract Management, Business Intelligence Publisher Edition v14 appeared first on Wow! eBook - Blog.

Tidak ada komentar:

Posting Komentar