Java 9 Programming By Example - Helion
Tytuł oryginału: Java 9 Programming By Example
ISBN: 9781786464514
stron: 503, Format: ebook
Data wydania: 2017-04-26
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
Get the steps you need to discover the world of Java 9 programming using real-world examples
About This Book
- We bridge the gap between “learning” and “doing” by providing real-world examples that will improve your software development
- Our example-based approach will get you started quickly with software programming, get you up-to-speed with Java 9, and improve your Java skills
- This book will show you the best practices of Java coding and improve your productivity
Who This Book Is For
This book is for anyone who wants to learn the Java programming language. You are expected to have some prior programming experience with another language, such as JavaScript or Python, but no knowledge of earlier versions of Java is assumed.
What You Will Learn
- Compile, package and run a trivial program using a build management tool
- Get to know the principles of test-driven development and dependency management
- Separate the wiring of multiple modules from the application logic into an application using dependency injection
- Benchmark Java execution using Java 9 microbenchmarking
- See the workings of the Spring framework and use Java annotations for the configuration
- Master the scripting API built into the Java language and use the built-in JavaScript interpreter
- Understand static versus dynamic implementation of code and high-order reactive programming in Java
In Detail
This book gets you started with essential software development easily and quickly, guiding you through Java's different facets. By adopting this approach, you can bridge the gap between learning and doing immediately. You will learn the new features of Java 9 quickly and experience a simple and powerful approach to software development. You will be able to use the Java runtime tools, understand the Java environment, and create Java programs.
We then cover more simple examples to build your foundation before diving to some complex data structure problems that will solidify your Java 9 skills. With a special focus on modularity and HTTP 2.0, this book will guide you to get employed as a top notch Java developer.
By the end of the book, you will have a firm foundation to continue your journey towards becoming a professional Java developer.
Style and approach
Throughout this book, our aim is to build Java programs. We will be building multiple applications ranging from simpler ones to more complex ones. Learning by doing has its advantages as you will immediately see the concepts explained in action.
Osoby które kupowały "Java 9 Programming By Example", wybierały także:
- Algorytmy kryptograficzne. Przewodnik po algorytmach w blockchain, kryptografii kwantowej, protoko 79,00 zł, (39,50 zł -50%)
- Informatyk samouk. Przewodnik po strukturach danych i algorytmach dla pocz 58,98 zł, (29,49 zł -50%)
- My 89,00 zł, (44,50 zł -50%)
- Nauka algorytm 58,98 zł, (29,49 zł -50%)
- 40 algorytmów, które powinien znać każdy programista. Nauka implementacji algorytmów w Pythonie 77,00 zł, (38,50 zł -50%)
Spis treści
Java 9 Programming By Example. Your guide to software development eBook -- spis treści
- 1. Getting Started with Java 9
- 2. The First Real Java Program - Sorting Names
- 3. Optimizing the Sort - Making Code Professional
- 4. Mastermind - Creating a Game
- 5. Extending the Game - Run Parallel, Run Faster
- 6. Making Our Game Professional - Do it as a Webapp
- 7. Building a Commercial Web Application Using REST
- 8. Extending Our E-Commerce Application
- 9. Building an Accounting Application Using Reactive Programming
- 10. Finalizing Java knowledge to Professional Level