Learning Node Posted: 29 Jun 2012 05:49 AM PDT Book Description With this digital Early Release edition of Learning Node, you get the entire book bundle in its earliest form – the author’s raw and unedited content – so you can take advantage of this content long before the book’s official release. You’ll also receive updates when significant changes are made, as well as the final ebook version. Take your web development skills from the browser to the web server with Node, the programming framework that enables you to write data-driven applications with a language you already know: JavaScript. This guide offers a friendly way to master Node fundamentals with clear and concise information you can use right away. Built on Google's V8 JavaScript engine, Node offers high performance and easy scalability for server-side applications. Learning Node walks you through the differences and parallels between client-side and server-side programming, with practical examples of programming and deployment. - Quickly learn how to install and deploy Node
- Understand how to use Node and related components to build sites and applications efficiently
- Manage Node modules with npm
- Create pages easily with template systems
- Apply client-side skills, tools, and techniques on the server
- Maintain a connection between browser and server with web sockets
Table of Contents Chapter 1. Node.js, Up and Running Chapter 2. Interactive Node with REPL Chapter 3. The Node Core Chapter 4. The Node Module System Chapter 5. Control Flow, Asynchronous Patterns, and Exception Handling Chapter 6. Routing Traffic, Serving Files, and Middleware Chapter 7. The Express Framework Chapter 8. Express, Template Systems, and CSS Chapter 9. Structured Data with Node + Redis Chapter 10. Node and MongoDB: Document Centric Data Chapter 11. The Node Relational Database Bindings Chapter 12. Graphics and HTML5 Video Chapter 13. WebSockets and Socket.IO Chapter 14. Testing and Debugging Node Applications Chapter 15. Guards at the Gate Chapter 16. Scaling and Deploying Node Applications Book Details - Paperback: 400 pages
- Publisher: O’Reilly Media (September 2012)
- Language: English
- ISBN-10: 1449323073
- ISBN-13: 978-1449323073
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Just Spring Data Access Posted: 29 Jun 2012 05:40 AM PDT Book Description JDBC has simplified database access in Java applications, but a few nagging wrinkles remain—namely, persisting Java objects to relational databases. With this book, you'll learn how the Spring Framework makes that job incredibly easy with dependency injection, template classes, and object-relational-mapping (ORM). Through sample code, you'll discover how Spring streamlines the use of JDBC and ORM tools such as Hibernate, the Java Persistence API (JPA), and Java Data Objects (JDO). If you're a Java developer familiar with Spring (perhaps through O'Reilly's Just Spring tutorial) and want to advance your data access skills, this book shows you how. - Learn how to use Spring's basic and advanced data access tools
- Work with Spring's JdbcTemplate class to separate non-critical code from business code
- Eliminate placeholder variables in your queries with the NamedParameterJdbcTemplate class
- Use Spring's template classes to perform batch executions
- Operate inserts on database tables without writing any SQL statements
- Learn about Spring's support for Hibernate as an object-relational-mapping tool
- Use JPA as a standards-based ORM—alone or with Spring support
- Move data from a relational to a non-relational database with JDO
Table of Contents Chapter 1. Basics Chapter 2. Advanced Concepts Chapter 3. Hibernate Chapter 4. Spring JPA Chapter 5. Spring JDO Book Details - Paperback: 78 pages
- Publisher: O’Reilly Media (June 2012)
- Language: English
- ISBN-10: 1449328385
- ISBN-13: 978-1449328382
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Getting Started with Couchbase Server Posted: 29 Jun 2012 05:35 AM PDT Book Description Starting with the core architecture and structure of Couchbase Server, this title will tell you everything you need to know to install and setup your first Couchbase cluster. You’ll be given guidance on sizing your cluster so that you maximise your performance. After installation, you’ll be shown how to use the admin web console to administer your server, and then learn the techniques behind the specific tasks behind cluster management. This includes adding and removing nodes, rebalancing, and backing up and restoring your cluster. Discover how this open source server can help your application gain scalability and performance. - Learn how the server’s architecture affects the way ou build and deploy our database
- Store data without defining a data structure–and retrieve it without complex queries or query languages
- Use a formula to estimate your cluster size requirements
- Set up individual nodes through a browser, command line, or REST API
- Enable your application to read and write data with sub-millisecond latency through managed object caching
- Get a quick guide to building applications that integrate Couchbase’s core protocol
- Identify problems in your cluster with the web console
- Expand or shrink your cluster, handle failovers, and back up data
Table of Contents Chapter 1. Introduction to Couchbase Server Chapter 2. Installation Chapter 3. Couchbase Administration Console Chapter 4. Developing with Couchbase Chapter 5. Monitoring Your Cluster Chapter 6. Managing Your Cluster Book Details - Paperback: 90 pages
- Publisher: O’Reilly Media (June 2012)
- Language: English
- ISBN-10: 1449331068
- ISBN-13: 978-1449331061
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Building Web Applications with Erlang Posted: 29 Jun 2012 05:25 AM PDT Book Description Why choose Erlang for web applications? Discover the answer hands-on by building a simple web service with this book. If you're an experienced web developer who knows basic Erlang, you'll learn how to work with REST, dynamic content, web sockets, and concurrency through several examples. In the process, you'll see first-hand that Erlang is ideal for building business-critical services. Erlang was designed for fault-tolerant, non-stop telecom systems, and building applications with it requires a large set of skills. By the end of the book, you'll have the information you need to build a basic web service and get it running. - Explore the power of Erlang and REST for building web services
- Serve static and dynamic content with the Yaws web server
- Use different methods for outputting data to user, such as encoding Erlang data structures into JSON or XML
- Build an application to listen for HTTP requests, process them, store data, and return useful data
- Go beyond the request-response model—push data to clients with web sockets
- Use Erlang and Yaws to stream data from the server to a client
“A book which is truly needed and will help get Erlang to the next level.” —Francesco Cesarini, CEO of Erlang Solutions, author of Erlang Programming. Table of Contents Chapter 1. Building Scalable Systems with Erlang and REST Chapter 2. Getting Started with Yaws Chapter 3. Appmods: Dynamic Content in Yaws Chapter 4. Implementing REST Chapter 5. File Upload Chapter 6. WebSockets Chapter 7. Streaming Chapter 8. Using the HTTP Client Chapter 9. Building an Application with OTP Appendix A. Installing Erlang and Yaws Appendix B. Beyond Yaws Appendix C. Interfacing with Ruby and Python Appendix D. Using Erlang with Emacs Book Details - Paperback: 156 pages
- Publisher: O’Reilly Media (June 2012)
- Language: English
- ISBN-10: 1449309968
- ISBN-13: 978-1449309961
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Sakai OAE Deployment and Management Posted: 29 Jun 2012 05:19 AM PDT Book Description The Sakai Open Academic Environment (OAE) provides a unique collaboration system for university campuses: a social network that helps students discuss class materials, pursue research, communicate with faculty, and discover the risks and benefits of sharing personal information—all in a private, rather than public, forum. This example-driven guide will get you up to speed on various methods used to deploy, customize, and manage OAE, whether you're an IT specialist in an educational institution, or an academic or instructional technologist. Learn how to work with OAE's source code to modify key areas such as profiles, courses, permissions, and content. You'll soon adapt this network to support the culture and needs of your campus. - Create research projects and online companions for lecture courses
- Learn about the range of OAE's public and privacy settings
- Customize OAE's look and feel, including the welcome screen, drop-down menus, and sign-up pages
- Connect to a local LDAP to work with accounts and authentication
- Install widgets to extend and customize OAE's core functionality
- Integrate OAE with a web server and backend database
- Get a checklist for deploying your custom OAE to production
Table of Contents Chapter 1. Why Sakai? Chapter 2. Installing Sakai OAE Chapter 3. A Whirlwind Tour Chapter 4. Making the Look and Feel Your Own Chapter 5. LDAP Integration Chapter 6. Building On Chapter 7. Scaling Up Book Details - Paperback: 138 pages
- Publisher: O’Reilly Media (June 2012)
- Language: English
- ISBN-10: 1449318762
- ISBN-13: 978-1449318765
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Tidak ada komentar:
Posting Komentar