Rabu, 16 Oktober 2013

Wow! eBook: CMIS and Apache Chemistry in Action - 5 new eBooks


Wow! eBook: CMIS and Apache Chemistry in Action - 5 new eBooks

Link to Wow! eBook

CMIS and Apache Chemistry in Action

Posted: 16 Oct 2013 09:32 PM PDT

Book Description

CMIS and Apache Chemistry in Action is a comprehensive guide to the CMIS standard and related ECM concepts, written by the authors of the standard. In it, you’ll tackle hands-on examples for building applications on CMIS repositories from both the client and the server sides. You’ll learn how to create new content-centric applications that install and run in any CMIS-compliant repository.

Content Management Interoperability Services (CMIS) is an OASIS standard for accessing content management systems. It specifies a vendor-and language-neutral way to interact with any compliant content repository. Apache Chemistry provides complete reference implementations of the CMIS standard with robust APIs for developers writing tools, applications, and servers.

CMIS and Apache Chemistry in Action is a comprehensive guide to the CMIS standard and related ECM concepts. In it, you’ll find clear teaching and instantly useful examples for building content-centric client and server-side applications that run against any CMIS-compliant repository. In fact, using the CMIS Workbench and the InMemory Repository from Apache Chemistry, you’ll have running code talking to a real CMIS server by the end of chapter 1.

This book requires some familiarity with content management systems and a standard programming language like Java or C#. No exposure to CMIS or Apache Chemistry is assumed.

What’s Inside

  • The only CMIS book endorsed by OASIS
  • Complete coverage of the CMIS 1.0 and 1.1 specifications
  • Cookbook-style tutorials and real-world examples

Table of Contents
Part 1: Understanding CMIS
Chapter 1. Introducing CMIS
Chapter 2. Exploring the CMIS domain model
Chapter 3. Creating, updating, and deleting objects with CMIS
Chapter 4. CMIS metadata: types and properties
Chapter 5. Query

Part 2: Hands-on CMIS client development
Chapter 6. Meet your new project: The Blend
Chapter 7. The Blend: read and query functionality
Chapter 8. The Blend: create, update, and delete functionality
Chapter 9. Using other client libraries
Chapter 10. Building mobile apps with CMIS

Part 3: Advanced topics
Chapter 11. CMIS bindings
Chapter 12. Security and control
Chapter 13. Performance
Chapter 14. Building a CMIS server

Appendix A. Apache Chemistry OpenCMIS components
Appendix B. BNF
Appendix C. CMIS cheat sheet
Appendix D. Building web applications with JavaScript
Appendix E. References and resources

Book Details

  • Paperback: 480 pages
  • Publisher: Manning Publications (July 2013)
  • Language: English
  • ISBN-10: 1617291153
  • ISBN-13: 978-1617291159
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post CMIS and Apache Chemistry in Action appeared first on Wow! eBook.

Sencha Touch in Action

Posted: 16 Oct 2013 09:24 PM PDT

Book Description

Sencha Touch in Action is the definitive guide to developing applications with Sencha Touch. You’ll begin with basic design principles for building great mobile applications, and then explore the features of Sencha Touch that bring those ideas to life. You’ll learn how and why objects operate in the framework as you work through several real-world examples. This book also promotes the emerging best practices for mobile web development, from widget implementation to developing an application with the Sencha Touch MVC framework. Updated for Sencha Touch 2.

The Sencha Touch framework makes it easy to build cross-platform mobile apps using HTML5 and JavaScript. It offers numerous features that mimic native mobile APIs and an MVC architecture that feels right at home for application developers. So you get the power and richness of native apps and the convenience of standard web tools.

Sencha Touch in Action is a complete guide for developers of native-quality mobile Sencha Touch applications. You’ll explore real-world examples as you master this impressive framework from the ground up. The book shows you good practices for mobile web development, from widget implementation to the structure of MVC applications.

The book requires basic JavaScript skills. It assumes no experience with Sencha Touch or Ext JS.

What’s Inside

  • Covers Sencha Touch 2
  • Build on your existing web dev skills
  • Create mobile web apps that feel like native apps
  • Extend enterprise apps to mobile clients

Table of Contents
Part 1: Introduction to Sencha Touch
Chapter 1. Introducing Sencha Touch
Chapter 2. Using Sencha Touch for the first time
Chapter 3. Sencha Touch foundations

Part 2: Building mobile user interfaces
Chapter 4. Mastering the building blocks
Chapter 5. Toolbars, buttons, and docked items
Chapter 6. Getting the user's attention
Chapter 7. Data stores and views
Chapter 8. Working with forms
Chapter 9. Maps and media

Part 3: Constructing an application
Chapter 10. Class system foundations
Chapter 11. Building Sencha Touch applications

Book Details

  • Paperback: 320 pages
  • Publisher: Manning Publications (July 2013)
  • Language: English
  • ISBN-10: 1617290378
  • ISBN-13: 978-1617290374
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Sencha Touch in Action appeared first on Wow! eBook.

Pro ASP.NET 4.5 in VB, 5th Edition

Posted: 16 Oct 2013 10:28 AM PDT

Book Description

ASP.NET 4.5 remains Microsoft’s preferred technology for creating dynamic websites, providing developers with unrivaled power and flexibility.

Pro ASP.NET 4.5 in VB is the most complete reference to ASP.NET that you will find. This comprehensively revised fifth edition will teach you everything you need to know in order to create well-designed ASP.NET websites. Beginning with core concepts the book progresses steadily through key professional skills. You’ll be shown how to query databases in detail, consider the myriad applications of XML, and step through all the considerations you need to be aware of when securing your site from intruders.

Finally, you’ll consider advanced topics such as using client-side validation, jQuery and Ajax.By the time you have read this book you will have learned all the skills you need to use ASP.NET 4.5 with confidence.

What you'll learn

  • Understand why ASP.NET 4.5 is so special, what its fundamental principles are, the basics of Visual Studio, how ASP.NET controls are created and how they fit into ASP.NET pages, ultimately creating full applications.
  • Become familiar with ASP.NET MVC 4, one of the biggest additions to ASP.NET 4, and understand how to use it and integrate it within your existing ASP.NET applications.
  • Discover the intricacies of ADO.NET and the Entity Framework and how to perform data binding to many sources, from databases to file streams and XML.
  • Learn the various forms of security available and how to best apply them. Once considered the Achilles’ heel of all Windows web applications, security has vastly improved and is now a cornerstone of ASP.NET.
  • Examine in detail advanced user interface techniques, including user controls, customer server controls, client-side JavaScript, GDI+, and Silverlight.
  • Understand how to work with web services, an important skill in an increasingly connected world.
  • Use ASP.NET AJAX, HTML and JavaScript, with an emphasis on contemporary web development techniques.

Who this book is for
This book is aimed at developers with a basic understanding on the .NET Framework who want to learn how to use it in a professional environment. Migrating readers without this foundation would be well served by reading Beginning ASP.NET 4.5 in VB, also by Apress, before tackling this book.

Table of Contents
Part 1: Getting Started
Chapter 1. Your First ASP.NET Application
Chapter 2. Putting ASP.NET in Context
Chapter 3. Essential VB Language Features
Chapter 4. Using jQuery
Chapter 5. Essential Development Tools
Chapter 6. SportsStore: A Real Application
Chapter 7. SportsStore: Navigation and Cart
Chapter 8. SportsStore: Completing the Cart
Chapter 9. SportsStore: Administration
Chapter 10. SportsStore: Deployment
Chapter 11. Testable Web Apps

Part 2: The Core ASP.NET Platform
Chapter 12. Working with Web Forms
Chapter 13. Lifecycles and Context
Chapter 14. Modules
Chapter 15. Handlers
Chapter 16. Page and Control Lifecycle Events
Chapter 17. Managing Request Execution
Chapter 18. Managing State Data
Chapter 19. Caching
Chapter 20. Caching Output
Chapter 21. Handling Errors
Chapter 22. Managing Paths
Chapter 23. URL Routing
Chapter 24. Advanced URL Routing
Chapter 25. Authentication and Authorization
Chapter 26. Membership and OpenAuth
Chapter 27. ASP.NET Configuration
Chapter 28. Asynchronous Request Handling

Part 3: Forms and Controls
Chapter 29. Working with Controls
Chapter 30. Forms and Request Validation
Chapter 31. Creating Custom Controls
Chapter 32. Stateful Controls
Chapter 33. Server-Side HTML Elements
Chapter 34. Model Binding
Chapter 35. Data Binding
Chapter 36. Basic Data Controls
Chapter 37. Complex Data Controls
Chapter 38. Other ASP.NET Controls

Part 4: Client-Side Development
Chapter 39. Managing Scripts and Styles
Chapter 40. Ajax and Web Services
Chapter 41. Client-Side Validation

Book Details

  • Paperback: 1224 pages
  • Publisher: Apress; 5th Edition (September 2013)
  • Language: English
  • ISBN-10: 1430243538
  • ISBN-13: 978-1430243533
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Pro ASP.NET 4.5 in VB, 5th Edition appeared first on Wow! eBook.

Pro ASP.NET Web API

Posted: 16 Oct 2013 10:16 AM PDT

Book Description

Pro ASP.NET Web API shows you how to build flexible, extensible web services that run seamlessly on a range of operating systems and devices, from desktops to tablets to smart phones—even the ones we don't know today.

ASP.NET Web API is a new framework designed to simplify web service architecture. So if you’re tired of interoperability issues between inflexible web services and clients tied to specific platforms or programming languages, or if you’ve ever struggled with WCF, this book is for you.

To start with, you’ll get up to speed on Web API’s modern HTTP programming model, REST and your hosting options. You’ll then dive into building a real application over a series of three chapters, so you can get an immediate feel for how this technology works in practice. The second half of the book features dedicated chapters on topics like routing, controllers, validation and tracing, and the authors close with discussions on performance, hosting and an all-important look at unit testing to help you prepare your application for the real world.

ASP.NET Web API makes HTTP a first-class citizen of .NET. With Pro ASP.NET Web API, you can build HTTP-based web services for your company or business, expose your data to the world across different formats and devices and gain the best possible global reach for your application.

What you'll learn

  • The basics of HTTP web services
  • How to build HTTP-based web services on the .NET platform
  • In-depth knowledge of ASP.NET Web API and its processing architecture
  • How to Unit Test an ASP.NET Web API application
  • Asynchronous programming with ASP.NET Web API
  • Consuming HTTP-based web services across several different clients

Who this book is for
Whether you've previously worked with WCF or are an ASP.NET developer diving into web services for the first time, Pro ASP.NET Web API will show you a clean, modern approach to building HTTP web services.

Table of Contents
Chapter 1. Introduction to ASP.NET Web API
Chapter 2. Introduction to Asynchronous Programming in .NET
Chapter 3. HTTP, REST, and Hypermedia
Chapter 4. HttpClient
Chapter 5. Sample Application: Application Structure and Domain Model
Chapter 6. Sample Application: Building the Web API
Chapter 7. Sample Application: Building the Wrapper and Web Client
Chapter 8. Routing
Chapter 9. Controllers and Actions
Chapter 10. Message Handlers
Chapter 11. Filters
Chapter 12. Media Type Formatters and Model Binding
Chapter 13. Input Validation
Chapter 14. Dependency Resolution
Chapter 15. Unit Testing and Integration Testing
Chapter 16. Optimization and Performance
Chapter 17. Hosting
Chapter 18. Tracing, Logging, and API Documentation

Book Details

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

Related Books

The post Pro ASP.NET Web API appeared first on Wow! eBook.

Windows Phone 8 Recipes

Posted: 16 Oct 2013 10:12 AM PDT

Book Description

Windows Phone 8 Recipes is a problem-solution based guide to the Windows Phone 8 platform. Recipes are grouped according to features of the platform and ways of interacting with the device. Solutions are given in C# and XAML, so you can take your existing .NET skills and apply them to this exciting new venture.

  • Not sure how to get started? No need to worry, there's a recipe for that!
  • Always wondered what it takes to add cool features like gesture support, maps integration, or speech recognition into your app? We’ve got it covered!
  • Already have a portfolio of Windows Phone 7 apps that needs to be upgraded? We have a recipe for that too!

The book starts by guiding you through the setup of your development environment, including links to useful tools and resources. Core chapters range from coding live tiles and notifications to interacting with the camera and location sensor. Later chapters cover external services including Windows Azure Mobile Services, the Live SDK, and the Microsoft Advertising SDK, so you can take your app to a professional level. Finally, you’ll find out how to publish and maintain your app in the Windows Phone Store.

Whether you’re migrating from Windows Phone 7 or starting from scratch, Windows Phone 8 Recipes has the code you need to bring your app idea to life.

What you'll learn

  • Set up your development environment with the Windows Phone 8 SDK.
  • Upgrade your existing Windows Phone 7 apps to Windows Phone 8.
  • Meet and try out the new features provided in the Windows Phone 8 SDK.
  • Bring your apps to life with live tiles, notifications, and cloud services.
  • Discover the easy steps to setting up your own Windows Phone Store account.
  • Learn how to submit your apps for publication to the Windows Phone Store.

Who this book is for
Windows Phone 8 Recipes is for the developer who has a .NET background, is familiar with C# and either WPF or Silverlight, and is ready to tap into a new and exciting market in mobile app development.

Table of Contents
Chapter 1. Introduction to the Windows Phone SDK
Chapter 2. Multi-Resolution Support and Basic User Interface Components
Chapter 3. Gestures
Chapter 4. Tiles and Lock Screen
Chapter 5. Background Agents and Local Notifications
Chapter 6. Appointments and Contacts
Chapter 7. Camera, Photos, and Media
Chapter 8. Maps, Location, and Routing
Chapter 9. Communications and Speech
Chapter 10. Launching and Resuming Apps
Chapter 11. Data Storage
Chapter 12. Windows Azure Mobile Services
Chapter 13. Using the Microsoft Live SDK
Chapter 14. Publishing Your App

Book Details

  • Paperback: 428 pages
  • Publisher: Apress (September 2013)
  • Language: English
  • ISBN-10: 1430259027
  • ISBN-13: 978-1430259022
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Windows Phone 8 Recipes appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar