| Enterprise OSGi in Action Posted: 04 Apr 2013 01:29 PM PDT  Book Description Enterprise 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 - Build modular applications using servlets, JSPs, WARs, and JPA
- Better component reuse and robustness
- Expert tips for Apache Aries
Table of Contents Part 1: Programming beyond Hello World Chapter 1. OSGi and the enterprise—why now? Chapter 2. Developing a simple OSGi-based web application Chapter 3. Persistence pays off Chapter 4. Packaging your enterprise OSGi applications Part 2: Building better enterprise OSGi applications Chapter 5. Best practices for enterprise applications Chapter 6. Building dynamic applications with OSGi services Chapter 7. Provisioning and resolution Chapter 8. Tools for building and testing Chapter 9. IDE development tools Part 3: Integrating enterprise OSGi with everything else Chapter 10. Hooking up remote systems with distributed OSGi Chapter 11. Migration and integration Chapter 12. Coping with the non-OSGi world Chapter 13. Choosing a stack Appendix A. OSGi—the basics Appendix B. The OSGi ecosystem Book Details - Paperback: 400 pages
- Publisher: Manning Publications (March 2013)
- Language: English
- ISBN-10: 1617290130
- ISBN-13: 978-1617290138
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Enterprise OSGi in Action appeared first on Wow! eBook. |
| Third-Party JavaScript Posted: 04 Apr 2013 01:23 PM PDT  Book Description Third-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 - Writing conflict-free JavaScript, HTML, and CSS
- Making cross-domain requests from the browser
- How to overcome third-party cookie limitations
- Security vulnerabilities of third-party applications
Table of Contents Chapter 1. Introduction to third-party JavaScript Chapter 2. Distributing and loading your application Configuring your environment for third-party development Chapter 3. Rendering HTML and CSS Chapter 4. Communicating with the server Chapter 5. Cross-domain iframe messaging Chapter 6. Authentication and sessions Chapter 7. Security Chapter 8. Developing a third-party JavaScript SDK Chapter 9. Performance Chapter 10. Debugging and testing Book Details - Paperback: 288 pages
- Publisher: Manning Publications (March 2013)
- Language: English
- ISBN-10: 1617290548
- ISBN-13: 978-1617290541
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Third-Party JavaScript appeared first on Wow! eBook. |
| PowerShell in Depth Posted: 04 Apr 2013 01:19 PM PDT  Book Description PowerShell 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 - Covers PowerShell 3.0
- Automating time-consuming tasks
- Managing HTML and XML data
- Background jobs and scheduling
- PowerShell security
- Packaging and deploying scripts
- Standard scripting conventions
- Using the .NET Framework in PowerShell scripts
- Much more
Table of Contents Part 1: PowerShell fundamentals Chapter 1. Introduction Chapter 2. PowerShell hosts Chapter 3. Using the PowerShell help system Chapter 4. The basics of PowerShell syntax Chapter 5. Working with PSSnapins and modules Chapter 6. Operators Chapter 7. Working with objects Chapter 8. The PowerShell pipeline Chapter 9. Formatting Part 2: PowerShell management Chapter 10. PowerShell Remoting Chapter 11. Background jobs and scheduling Chapter 12. Working with credentials Chapter 13. Regular expressions Chapter 14. Working with HTML and XML data Chapter 15. PSDrives and PSProviders Chapter 16. Variables, arrays, hash tables, and scriptblocks Chapter 17. PowerShell security Chapter 18. Advanced PowerShell syntax Part 3: PowerShell scripting and automation Chapter 19. PowerShell's scripting language Chapter 20. Basic scripts and functions Chapter 21. Creating objects for output Chapter 22. Scope Chapter 23. PowerShell workflows Chapter 24. Advanced syntax for scripts and functions Chapter 25. Script modules and manifest modules Chapter 26. Custom formatting views Chapter 27. Custom type extensions Chapter 28. Data language and internationalization Chapter 29. Writing help Chapter 30. Error handling techniques Chapter 31. Debugging tools and techniques Chapter 32. Functions that work like cmdlets Chapter 33. Tips and tricks for creating reports Part 4: Advanced PowerShell Chapter 34. Working with the Component Object Model (COM) Chapter 35. Working with .NET Framework objects Chapter 36. Accessing databases Chapter 37. Proxy functions Chapter 38. Building a GUI Chapter 39. WMI and CIM Chapter 40. Best practices Book Details - Paperback: 632 pages
- Publisher: Manning Publications (February 2013)
- Language: English
- ISBN-10: 1617290556
- ISBN-13: 978-1617290558
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post PowerShell in Depth appeared first on Wow! eBook. |
| Effective Unit Testing Posted: 04 Apr 2013 01:15 PM PDT  Book Description Effective 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 - A thorough introduction to unit testing
- Choosing best-of-breed tools
- Writing tests using dynamic languages
- Efficient test automation
Table of Contents Part 1: Foundations Chapter 1. The promise of good tests Chapter 2. In search of good Chapter 3. Test doubles Part 2: Catalog Chapter 4. Readability Chapter 5. Maintainability Chapter 6. Trustworthiness Part 3: Diversions Chapter 7. Testable design Chapter 8. Writing tests in other JVM languages Chapter 9. Speeding up test execution Appendix A. JUnit primer Appendix B. Extending JUnit Book Details - Paperback: 248 pages
- Publisher: Manning Publications (February 2013)
- Language: English
- ISBN-10: 1935182579
- ISBN-13: 978-1935182573
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Effective Unit Testing appeared first on Wow! eBook. |
| GWT in Action, 2nd Edition Posted: 04 Apr 2013 01:03 PM PDT  Book Description GWT 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 - Covers GWT 2.4 and up
- Efficient use of large data sets
- Optimizing with client bundles, deferred binding, and code splitting
- Using generators and dependency injection
Table of Contents Part 1: Basics Chapter 1. GWT Chapter 2. Building a GWT application: saying "Hello World!" Chapter 3. Building a GWT application: enhancing HelloWorld Part 2: Next steps Chapter 4. Creating your own widgets Chapter 5. Using client bundles Chapter 6. Interface design with UiBinder Chapter 7. Communicating with GWT-RPC Chapter 8. Using RequestFactory Chapter 9. The Editor framework Chapter 10. Data-presentation (cell) widgets Chapter 11. Using JSNI—JavaScript Native Interface Chapter 12. Classic Ajax and HTML forms Chapter 13. Internationalization, localization, and accessibility Part 3: Advanced Chapter 14. Advanced event handling and event busses Chapter 15. Building MVP-based applications Chapter 16. Dependency injection Chapter 17. Deferred binding Chapter 18. Generators Chapter 19. Metrics and code splitting Book Details - Paperback: 680 pages
- Publisher: Manning Publications; 2nd Edition (January 2013)
- Language: English
- ISBN-10: 1935182846
- ISBN-13: 978-1935182849
Note: There is a file embedded within this post, please visit this post to download the file. 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 Description JavaScript 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 - Advanced features of the JavaScript language
- Detailed cross-browser code problems and solutions
- Best practices
Table of Contents PART 1: PREPARING FOR TRAINING Chapter 1. Enter the ninja Chapter 2. Testing and debugging PART 2: APPRENTICE TRAINING Chapter 3. Functions are fundamental Chapter 4. Wielding functions Chapter 5. Closing in on closures Chapter 6. Object-orientation with prototypes Chapter 7. Wrangling regular expressions Chapter 8. Taming threads and timers PART 3: NINJA TRAINING Chapter 9. Ninja alchemy: Run-time code evaluation Chapter 10. With statements Chapter 11. Developing cross-browser strategies Chapter 12. Cutting through attributes, properties, and CSS PART 4: MASTER TRAINING Chapter 13. Surviving events Chapter 14. Manipulating the DOM Chapter 15. CSS selector engine Book Details - Paperback: 300 pages
- Publisher: Manning Publications (December 2012)
- Language: English
- ISBN-10: 193398869X
- ISBN-13: 978-1933988696
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Secrets of the JavaScript Ninja appeared first on Wow! eBook. |