Beginning Bazel: Building and Testing for Java, Go, and More

  • 1h 51m
  • P.J. McNerney
  • Apress
  • 2020

Discover Bazel, a new build and software test set of tools for today's programmers and developers. This book shows you how to speed up your builds and tests, and how to use Bazel in the context of your favorite programming language. You'll see that the languages and SDKs supported include Java, Android, iOS, and Go.

What You Will Learn

  • Use Bazel as a build tool
  • Test software with Bazel
  • Work with Java, C++, Android, iOS, Go, and other programming languages
  • Run Bazel on Linux, macOS, and Windows
  • Scale and extend Bazel to other languages and platforms

Who This Book Is For

Experienced programmers looking for alternative build/test tools.

About the Author

P.J. McNerney is a software developer and programmer with the Major League Baseball online games group building and testing commercial quality software and game applications. He has experience with Eclipse, Bazel, Java, C++, and more.

In this Book

  • Introduction
  • Setup and Installation
  • Your First Bazel Project
  • WORKSPACE File Functionality
  • A Simple Echo Client/Server Program
  • Protocol Buffers and Bazel
  • Code Organization and Bazel
  • gRPC and Bazel
  • Bazel and Android
  • Bazel and iOS