Activiti in Action

Activiti in Action
Author: Tijs Rademakers
Publsiher: Simon and Schuster
Total Pages: 690
Release: 2012-07-11
Genre: Computers
ISBN: 9781638352471

Download Activiti in Action Book in PDF, Epub and Kindle

Summary Activiti in Action is a comprehensive tutorial designed to introduce developers to the world of business process modeling using Activiti. Before diving into the nuts and bolts of Activiti, this book presents a solid introduction to BPMN 2.0 from a developer's perspective. About the Technology Activiti streamlines the implemention of your business processes: with Activiti Designer you draw your business process using BPMN. Its XML output goes to the Activiti Engine which then creates the web forms and performs the communications that implement your process. It's as simple as that. Activiti is lightweight, integrates seamlessly with standard frameworks, and includes easy-to-use design and management tools. About the Book Activiti in Action introduces developers to business process modeling with Activiti. You'll start by exploring BPMN 2.0 from a developer's perspective. Then, you'll quickly move to examples that show you how to implement processes with Activiti. You'll dive into key areas of process modeling, including workflow, ESB usage, process monitoring, event handling, business rule engines, and document management integration. Written for business application developers. Familiarity with Java and BPMN is helpful but not required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Activiti from the ground up Dozens of real-world examples Integrate with standard Java tooling Table of Contents PART 1 INTRODUCING BPMN 2.0 AND ACTIVITI Introducing the Activiti framework BPMN 2.0: what's in it for developers? Introducing the Activiti tool stack Working with the Activiti process engine PART 2 IMPLEMENTING BPMN 2.0 PROCESSES WITH ACTIVITI Implementing a BPMN 2.0 process Applying advanced BPMN 2.0 and extensions Dealing with error handling Deploying and configuring the Activiti Engine Exploring additional Activiti modules PART 3 ENHANCING BPMN 2.0 PROCESSES Implementing advanced workflow Integrating services with a BPMN 2.0 process Ruling the business rule engine Document management using Alfresco Business monitoring and Activiti PART 4 MANAGING BPMN 2.0 PROCESSES? Managing the Activiti Engine

Liferay in Action

Liferay in Action
Author: Rich Sezov
Publsiher: Simon and Schuster
Total Pages: 566
Release: 2011-09-19
Genre: Computers
ISBN: 9781638352525

Download Liferay in Action Book in PDF, Epub and Kindle

Summary Liferay in Action is a comprehensive and authoritative guide to building portals on the Liferay 6 platform. Fully supported and authorized by Liferay, this book guides you smoothly from your first exposure to Liferay through the crucial day-to-day tasks of building and maintaining an enterprise portal that works well within your existing IT infrastructure. About the Technology A portal is a website built around a collection of components that request, display, and share information. Liferay Portal 6, an enterprise-ready development platform, makes it a snap to build portals that integrate with your existing backend systems and provide a rich interactive user experience. Because Liferay uses standard Java and JavaScript, along with built-in SOAP and JSON support for web services, developers can be productive immediately. And since it's available in both a free, open source version as well as a fully-supported commercial edition, it's an affordable solution for almost any business or organization About the Book Liferay in Action is the official guide to building Liferay portal applications using Java and JavaScript. If you've never used Liferay before, don't worry. This book starts with the basics: setting up your development environment and creating a working portal. Then, it builds on that foundation to help you discover social features, tagging, ratings, and more. You'll also explore the Portlet 2.0 API, and learn to create custom themes and reusable templates. Experienced developers will learn how to use new Liferay APIs to build social and collaborative sites, use the message bus and workflow, implement indexing and search, and more. This book was developed in close collaboration with Liferay engineers, so it answers the right questions, and answers them in depth. No experience with Liferay or the Portlets API is required, but basic knowledge of Java and web technology is assumed. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Complete coverage of Liferay Portal 6 Covers both the commercial and open source versions Custom portlet development using the Portlet 2.0 spec Liferay's social network API Add functionality with hooks and Ext plugins ====================================== Table of Contents PART 1 WORKING WITH LIFERAY AND PORTLETS The Liferay difference Getting started with the Liferay development platform PART 2 WRITING APPLICATIONS ON LIFERAY'S PLATFORM A data-driven portlet made easy MVC the Liferay way Designing your site with themes and layout templates Making your site social Enabling user collaboration PART 3 CUSTOMIZING LIFERAY Hooks Extending Liferay effectively A tour of Liferay APIs

Cloud Native Java

Cloud Native Java
Author: Josh Long,Kenny Bastani
Publsiher: "O'Reilly Media, Inc."
Total Pages: 643
Release: 2017-08-11
Genre: Computers
ISBN: 9781449374617

Download Cloud Native Java Book in PDF, Epub and Kindle

What separates the traditional enterprise from the likes of Amazon, Netflix, and Etsy? Those companies have refined the art of cloud native development to maintain their competitive edge and stay well ahead of the competition. This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry. Many organizations have already waded into cloud computing, test-driven development, microservices, and continuous integration and delivery. Authors Josh Long and Kenny Bastani fully immerse you in the tools and methodologies that will help you transform your legacy application into one that is genuinely cloud native. In four sections, this book takes you through: The Basics: learn the motivations behind cloud native thinking; configure and test a Spring Boot application; and move your legacy application to the cloud Web Services: build HTTP and RESTful services with Spring; route requests in your distributed system; and build edge services closer to the data Data Integration: manage your data with Spring Data, and integrate distributed services with Spring’s support for event-driven, messaging-centric architectures Production: make your system observable; use service brokers to connect stateful services; and understand the big ideas behind continuous delivery

Open Source ESBs in Action

Open Source ESBs in Action
Author: Tijs Rademakers,Jos Dirksen
Publsiher: Simon and Schuster
Total Pages: 770
Release: 2008-08-31
Genre: Computers
ISBN: 9781638354680

Download Open Source ESBs in Action Book in PDF, Epub and Kindle

Most modern business systems include independent applications that exchange information with each other-a technique usually called enterprise integration. An architectural approach called the Enterprise Service Bus (ESB) offers developers a way to handle the messages between those independent applications without creating a lot of custom code. While commercial ESB solutions can be quite expensive to implement and maintain, a set of high-quality open source ESB tools offer the same functionality at a substantially lower cost. Open Source ESBs in Action shows you how to implement and use two open source ESB implementations: Mule and ServiceMix. The authors introduce you to these freely-available ESB tools and present practical examples of how to use them in real-world scenarios. You will learn how the various features of an ESB such as transformation, routing, security, connectivity and more can be implemented using Mule and ServiceMix. You will also learn how to solve common enterprise integration problems using a structured approach. Beyond simply learning how Mule and Service Mix work, you'll learn the core techniques of ESB implementation such as Process Choreography, or the implementation of complex business processes through an ESB, and Service Orchestration, or exposing a set of services as a single service. The book shows you the fundamentals of ESB-based event processing and Quality of Service concerns like security, reliable delivery, and transaction management. Working in integration projects is exciting, with new technologies and paradigms arriving every day. Open Source technologies like Mule and ServiceMix both offer lower-cost solutions and a higher degree of innovation than commercial ESB implementations. Open Source ESBs in Action will help you master ESB-driven integration techniques quickly and will provide you with knowledge you need to work effectively with Mule and ServiceMix. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Alfresco 3 Cookbook

Alfresco 3 Cookbook
Author: Snig Bhaumik
Publsiher: Packt Publishing Ltd
Total Pages: 380
Release: 2011-07-26
Genre: Computers
ISBN: 9781849511094

Download Alfresco 3 Cookbook Book in PDF, Epub and Kindle

Over 70 recipes for implementing the most important functionalities of Alfresco.

Usability Engineering

Usability Engineering
Author: Jakob Nielsen
Publsiher: Elsevier
Total Pages: 362
Release: 1994-11-11
Genre: Computers
ISBN: 9780080520292

Download Usability Engineering Book in PDF, Epub and Kindle

Written by the author of the best-selling HyperText & HyperMedia, this book is an excellent guide to the methods of usability engineering. The book provides the tools needed to avoid usability surprises and improve product quality. Step-by-step information on which method to use at various stages during the development lifecycle are included, along with detailed information on how to run a usability test and the unique issues relating to international usability. * Emphasizes cost-effective methods that developers can implement immediately * Instructs readers about which methods to use when, throughout the development lifecycle, which ultimately helps in cost-benefit analysis. * Shows readers how to avoid the four most frequently listed reasons for delay in software projects. * Includes detailed information on how to run a usability test. * Covers unique issues of international usability. * Features an extensive bibliography allowing readers to find additional information. * Written by an internationally renowned expert in the field and the author of the best-selling HyperText & HyperMedia.

Alfresco Developer Guide

Alfresco Developer Guide
Author: Jeff Potts
Publsiher: Packt Publishing Ltd
Total Pages: 557
Release: 2008-10-31
Genre: Computers
ISBN: 9781847193124

Download Alfresco Developer Guide Book in PDF, Epub and Kindle

Customizing Alfresco with actions, web scripts, web forms, workflows, and more

Fire on Headless Mountain

Fire on Headless Mountain
Author: Iain Lawrence
Publsiher: Holiday House
Total Pages: 259
Release: 2022-08-23
Genre: Juvenile Fiction
ISBN: 9780823452934

Download Fire on Headless Mountain Book in PDF, Epub and Kindle

Separated from his siblings in the midst of a dangerous forest fire, 11-year-old Virgil must find a way to survive using only his wits and the lessons his late mother taught him about the wilderness. Virgil is making his older siblings trek to a mountain lake on a trip unlike any they’ve have taken before. They carry precious cargo: the ashes of their beloved mother, who asked that her remains be scattered at her favorite spot. But when a forest fire is sparked by a bolt of lightning at the exact moment when their van breaks down, the journey quickly turns to disaster. While the oldest, Josh, is gone to find help, Virgil and his sister, Kaitlyn, spot fleeing animals and soon see flames flickering above the tree line. Once the sky begins to darken with the haze of burning timber, Virgil finds himself separated from his sister and left alone in the wilderness. He isn’t sure he can make it, but with the memory of his late mother, a science teacher, and all her lessons to guide him, he quickly learns that not everything has a perfect explanation and survival starts with letting go. Fire on Headless Mountain showcases not only the overwhelming beauty and terrifying power of nature, but also the gift of memory when facing great emotional and physical trials. Lessons on ecosystems and fire safety are also seamlessly interwoven into this thrilling adventure tale. Praise for DEADMAN’S CASTLE “Lawrence, the Canadian writer whose High Seas Trilogy encompassed three chilling historical novels, now offers a menacing, contemporary tale of dread, danger, and revenge. Portraying family dynamics and middle-school antics with equal insight and attention to detail, Igor’s first-person narrative is absorbing.”–Booklist “Featuring effective worldbuilding, this is a great, suspenseful tale of terror for upper middle graders”.–School Library Journal “Friendship difficulties provide a contrast and an anchor to the terrifying threat, and the various plot elements are deftly tied together in a fitting twist that will have readers quickly turning the pages. Filled with suspense and intrigue."–Kirkus Reviews