Wow! eBook: Enterprise OSGi in Action - 6 new eBooks |
- Enterprise OSGi in Action
- Third-Party JavaScript
- PowerShell in Depth
- Effective Unit Testing
- GWT in Action, 2nd Edition
- Secrets of the JavaScript Ninja
Posted: 04 Apr 2013 01:29 PM PDT Book DescriptionEnterprise OSGI in Action is a hands-on guide for developers using OSGi to build the next generation of enterprise Java applications. By presenting relevant examples and case studies, this book guides the reader through the maze of new standards and projects. Enterprise OSGi is a set of standards for building modular Java applications which integrate seamlessly with existing Java EE technologies. It extends the OSGi component framework to distributed systems. Enterprise OSGi in Action is a hands-on guide for developers using OSGi to build enterprise Java applications. Many examples and case studies show you how to build, test, and deploy modular web applications. The book explains how to take advantage of dynamism, distribution, and automatic dependency provisioning, while still integrating with existing Java EE applications. The book is written for Java EE developers. No prior experience with OSGi is required. What’s Inside
Table of Contents Part 2: Building better enterprise OSGi applications Part 3: Integrating enterprise OSGi with everything else Appendix A. OSGi—the basics Book Details
Related Books
The post Enterprise OSGi in Action appeared first on Wow! eBook. |
Posted: 04 Apr 2013 01:23 PM PDT Book DescriptionThird-Party JavaScript guides web developers through the complete development of a full-featured third-party JavaScript application. You’ll learn dozens of techniques for developing widgets that collect data for analytics, provide helpful overlays and dialogs, or implement features like chat or commenting. The concepts and examples throughout this book represent the best practices for this emerging field, based on thousands of real-world dev hours and results from millions of users. There’s an art to writing third-party JavaScript—embeddable scripts that can plug into any website. They must adapt easily to unknown host environments, coexist with other applications, and manage the tricky security vulnerabilities you get when code and asset files are served from remote web addresses. Get it right and you have unlimited options for distributing your apps. This unique book shows you how. Third-Party JavaScript guides you through the ins and outs of building full-featured third-party JavaScript applications. You’ll learn techniques for developing widgets that collect data for analytics, provide helpful overlays and dialogs, or implement features like chat and commenting. The concepts and examples throughout the book represent the best practices for this emerging field, based on thousands of real-world dev hours and results from millions of users. Written for web developers who know JavaScript, this book requires no prior knowledge of third-party apps. What’s Inside
Table of Contents Book Details
Related Books
The post Third-Party JavaScript appeared first on Wow! eBook. |
Posted: 04 Apr 2013 01:19 PM PDT Book DescriptionPowerShell in Depth is the kind of book you’ll want open on your desk most of the time. With 40 short chapters, each focused on a specific area of PowerShell, you’ll be able to find the answers you need quickly. Each chapter is concise and to-the-point, so you can spend less time reading and more time getting down to the business at hand. It was written by three seasoned PowerShell experts, and every technique has been thoroughly tested. With this book in hand, you’ll be able to consistently and quickly produce production quality, maintainable scripts that will save you countless hours of time and effort. Organized into 40 concise chapters, PowerShell in Depth is the go-to reference for administrators working with Windows PowerShell. Every major shell technique, technology, and tactic is explained and demonstrated, providing a comprehensive reference to almost everything an admin would do in the shell. Written by three experienced authors and PowerShell MVPs, this is the PowerShell book you’ll keep next to your monitor—not on your bookshelf! This book requires basic familiarity with PowerShell. What’s Inside
Table of Contents Part 2: PowerShell management Part 3: PowerShell scripting and automation Part 4: Advanced PowerShell Book Details
Related Books
The post PowerShell in Depth appeared first on Wow! eBook. |
Posted: 04 Apr 2013 01:15 PM PDT Book DescriptionEffective Unit Testing is written to show how to write good tests—tests that are concise and to the point, expressive, useful, and maintainable. Inspired by Roy Osherove’s bestselling The Art of Unit Testing, this book focuses on tools and practices specific to the Java world. It introduces you to emerging techniques like behavior-driven development and specification by example, and shows you how to add robust practices into your toolkit. Test the components before you assemble them into a full application, and you’ll get better software. For Java developers, there’s now a decade of experience with well-crafted tests that anticipate problems, identify known and unknown dependencies in the code, and allow you to test components both in isolation and in the context of a full application. Effective Unit Testing teaches Java developers how to write unit tests that are concise, expressive, useful, and maintainable. Offering crisp explanations and easy-to-absorb examples, it introduces emerging techniques like behavior-driven development and specification by example. Programmers who are already unit testing will learn the current state of the art. Those who are new to the game will learn practices that will serve them well for the rest of their career. What’s Inside
Table of Contents Part 2: Catalog Part 3: Diversions Appendix A. JUnit primer Book Details
Related Books
The post Effective Unit Testing appeared first on Wow! eBook. |
Posted: 04 Apr 2013 01:03 PM PDT Book DescriptionGWT in Action, Second Edition is a completely revised edition of the best-selling GWT book. It covers the new features introduced in GWT 2.4 and 2.5, as well as the best development practices that have emerged in the GWT community. It begins with a rapid-fire introduction to GWT and Ajax to get you up to speed with GWT concepts and tools. Then, you’ll explore key concepts like managing events, interacting with the server, creating UI components, building your user interface declaratively using UiBinder … and more. Google Web Toolkit works on a simple idea. Write your web application in Java, and GWT crosscompiles it into JavaScript. It is open source, supported by Google, and version 2.5 now includes a library of high-quality interface components and productivity tools that make using GWT a snap. The JavaScript it produces is really good. GWT in Action, Second Edition is a revised edition of the best-selling GWT book. In it, you’ll explore key concepts like managing events, interacting with the server, and creating UI components. As you move through its engaging examples, you’ll absorb the latest thinking in application design and industry-grade best practices, such as implementing MVP, using dependency injection, and code optimization. Written for Java developers, the book requires no prior knowledge of GWT. What’s Inside
Table of Contents Part 2: Next steps Part 3: Advanced Book Details
Related Books
The post GWT in Action, 2nd Edition appeared first on Wow! eBook. |
Secrets of the JavaScript Ninja Posted: 04 Apr 2013 01:00 PM PDT Book DescriptionJavaScript developers commonly rely on collections of reusable JavaScript code–written by themselves or by someone else at their company. Alternatively, they rely on code from a third party. But in all these cases they need to know how to either construct a cross-browser library from scratch or be adept at using and maintaining their library of choice. In Secrets of the JavaScript Ninja, JavaScript expert John Resig reveals the inside know-how of the elite JavaScript programmers. Written to be accessible to JavaScript developers with intermediate-level skills, this book will give you the knowledge you need to create a cross-browser JavaScript library from the ground up. This book takes you on a journey towards mastering modern JavaScript development in three phases: design, construction, and maintenance. You first are given a base of strong, advanced JavaScript knowledge, enabling you to make decisions about the overall design of a library and how to tackle its eventual construction. The book then teaches you how to construct your library. It examines all the numerous tasks JavaScript libraries have to tackle and provides practical solutions and development strategies for their creation. It then guides you through the various maintenance techniques you will need to keep your code running well into the future. With Secrets of the JavaScript Ninja you will have all the knowledge you need to build your own JavaScript library and to use any modern JavaScript library. What’s Inside
Table of Contents PART 2: APPRENTICE TRAINING PART 3: NINJA TRAINING PART 4: MASTER TRAINING Book Details
Related Books
The post Secrets of the JavaScript Ninja appeared first on Wow! eBook. |
You are subscribed to email updates from Wow! eBook To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar