A tutorial on how to run multiple Drupal 7 web sites from a single installation. A complete review is available at http://books.slashdot.org/story/12/07/15/1515213/book-review-drupal-7-multi-sites-co
A practical guide to understanding and working with this proven Java/JSP based content management system .Understand how OpenCms handles and publishes content to the We .Learn how to create your own, complex, OpenCms website .Develop the skills to implement, customize and maintain an OpenCms website This book takes you through the process of creating content rich web sites and applications using OpenCms. Although powerful and flexible, OpenCms can be daunting on first approach, but its advanced features reward the investment in learning. This book exists to ease Java developers into getting the most from OpenCms. OpenCms is a professional-level, open source Website Content Management System, with which you can create and manage complex websites. Based on Java and XML technology, it fits into almost any modern IT environment. With this book you will master OpenCms, and learn the skills to implement, customize and maintain an OpenCms website. This book covers .Installing OpenCms, and its basic concepts .Using the OpenCms Workplace .Exploring the core architecture and the virtual file system .Working with JSP templates .Creating OpenCms modules .Adding custom resource types .Exporting to static HTML .Deploying and managing an OpenCms Website At the end of this book, you will: .Understand how OpenCms handles and publishes content to the We .Be confident working in the OpenCms environment .Have the skills to extend the OpenCms system .Be able to create your own, complex, OpenCms website Who this book is written for If you are a web developer new to OpenCms, or are an experienced OpenCms developer who is looking to get the most from the system, then this is the book for you. A workingknowledge of Java, JSP and XML is required to get the most from OpenCms, and from this book.
SummaryGo in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyGo may be the perfect systems language. Built with simplicity, concurrency, and modern applications in mind, Go provides the core tool set for rapidly building web, cloud, and systems applications. If you know a language like Java or C#, its easy to get started with Go; the trick is finding the practical dirt-under-the-fingernails techniques that you need to build production-ready code.About the BookGo in Practice guides you through dozens of real-world techniques in key areas. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications. Youll learn techniques for building web services, using Go in the cloud, testing and debugging, routing, network applications, and much more. After finishing this book, you will be ready to build sophisticated cloud-native Go applications.Whats Inside Dozens of specific, practical Golang techniques Using Go for devops and cloudops Writing RESTful web services and microservices Practical web dev techniques About the ReaderWritten for experienced developers who have already started exploring Go and want to use it effectively in a production setting.About the AuthorsMatt Farina is a software architect at Deis. Matt Butcher is a Principal Engineer in the Advanced Technology Group at Hewlett Packard Enterprise. They are both authors, speakers, and regular open source contributors. Table of Contents PART 1 - BACKGROUND AND FUNDAMENTALS Getting into Go A solid foundation Concurrency in Go PART 2 - WELL-ROUNDED APPLICATIONS Handling errors and panic Debugging and testing PART 3 - AN INTERFACE FOR YOUR APPLICATIONS HTML and email template patterns Serving and receiving assets and forms Working with web services PART 4 - TAKING YOUR APPLICATIONS TO THE CLOUD Using the cloud Communication between cloud services Reflection and code generation