Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Java 9 recipes, Juneau, Josh Dea, Carl Guime, Freddy


Варианты приобретения
Цена: 6288.00р.
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Juneau, Josh Dea, Carl Guime, Freddy
Название:  Java 9 recipes
Перевод названия: Джош Джуно: Рецепты Java 9
ISBN: 9781484219751
Издательство: Springer
Классификация:

ISBN-10: 1484219759
Обложка/Формат: Paperback
Страницы: 626
Вес: 1.16 кг.
Дата издания: 21.07.2017
Язык: English
Издание: 3 rev ed
Иллюстрации: 44 illustrations, color; 17 illustrations, black and white; l, 626 p. 61 illus., 44 illus. in color.
Размер: 219 x 541 x 39
Читательская аудитория: Professional & vocational
Подзаголовок: A problem-solution approach
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved

This revised edition covers important new features such as Java 9s jShell and the new modularity features enabling you to separate code into independent modules that perform discrete tasks. Also covered are the new garbage collection algorithm and completely revamped process API. Enhanced JSON coverage is provided as well as a new chapter on JavaServer Faces development for web applications.

What Youll Learn
  • Develop Java SE applications using the latest in Java SE technology
  • Exploit advanced features like modularity and lambdas
  • Utilize the jShell to quickly develop solutions
  • Build dynamic web applications with JavaScript and Project Nashorn
  • Create great-looking web interfaces with JavaServer Faces
  • Generate graphics and work with media such as sound and video
  • Add internationalization support to your Java applications

Who This Book Is For

Both beginning Java programmers and advanced Java developers




      Старое издание

Java Performance: The Definitive Guide

Автор: Oaks Scott
Название: Java Performance: The Definitive Guide
ISBN: 1449358454 ISBN-13(EAN): 9781449358457
Издательство: Wiley
Рейтинг:
Цена: 6968.00 р.
Наличие на складе: Поставка под заказ.

Описание: Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance.

Professional Java Ee Design Patterns

Автор: Yener Murat, Theedom Alex
Название: Professional Java Ee Design Patterns
ISBN: 111884341X ISBN-13(EAN): 9781118843413
Издательство: Wiley
Рейтинг:
Цена: 6018.00 р.
Наличие на складе: Поставка под заказ.

Описание: Master JavaEE Design Pattern implementation to improve your coding efficiency Professional JavaEE Design Patterns is the ultimate guide to working more efficiently with JavaEE, and the only resource that covers both the theory and application of design patterns in solving real-world problems.

Modern Java Recipes: Simple Solutions to Difficult Problems in Java 8 and 9

Автор: Kousen Ken
Название: Modern Java Recipes: Simple Solutions to Difficult Problems in Java 8 and 9
ISBN: 149197317X ISBN-13(EAN): 9781491973172
Издательство: Wiley
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With more than 70 detailed recipes, author Ken Kousen shows you how to use the newest features of Java to solve a wide range of problems.

Lift Cookbook: Recipes from the Community for Building Web Applications with Scala

Автор: Dallaway Richard
Название: Lift Cookbook: Recipes from the Community for Building Web Applications with Scala
ISBN: 1449362680 ISBN-13(EAN): 9781449362683
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You`ll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production.

Hibernate Recipes

Автор: Gary Mak; Srinivas Guruzu; Joseph Ottinger
Название: Hibernate Recipes
ISBN: 1484201280 ISBN-13(EAN): 9781484201282
Издательство: Springer
Рейтинг:
Цена: 4186.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Hibernate Recipes, Second Edition contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients, including how to work with the Spring Framework and the JPA.

Mastering concurrency programming with java 9 -

Автор: Gonzalez, Javier Fernandez
Название: Mastering concurrency programming with java 9 -
ISBN: 1785887947 ISBN-13(EAN): 9781785887949
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Master the principles to make applications robust, scalable and responsiveAbout This Book* Implement concurrent applications using the Java 9 Concurrency API and its new components* Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources* Construct real-world examples related to machine learning, data mining, natural language processing, and moreWho This Book Is ForThis book is for competent Java developers who have basic understanding of concurrency, but knowledge of effective implementation of concurrent programs or usage of streams for making processes more efficient is not requiredWhat You Will Learn* Master the principles that every concurrent application must follow* See how to parallelize a sequential algorithm to obtain better performance without data inconsistencies and deadlocks* Get the most from the Java Concurrency API components* Separate the thread management from the rest of the application with the Executor component* Execute phased-based tasks in an efficient way with the Phaser components* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Find out how to use parallel Streams and Reactive Streams* Implement the "map and reduce" and "map and collect" programming models* Control the concurrent data structures and synchronization mechanisms provided by the Java Concurrency API* Implement efficient solutions for some actual problems such as data mining, machine learning, and moreIn DetailConcurrency programming allows several large tasks to be divided into smaller sub-tasks, which are further processed as individual tasks that run in parallel. Java 9 includes a comprehensive API with lots of ready-to-use components for easily implementing powerful concurrency applications, but with high flexibility so you can adapt these components to your needs. The book starts with a full description of the design principles of concurrent applications and explains how to parallelize a sequential algorithm.

You will then be introduced to Threads and Runnables, which are an integral part of Java 9's concurrency API. You will see how to use all the components of the Java concurrency API, from the basics to the most advanced techniques, and will implement them in powerful real-world concurrency applications. The book ends with a detailed description of the tools and techniques you can use to test a concurrent Java application, along with a brief insight into other concurrency mechanisms in JVM.

Style and approachThis is a complete guide that implements real-world examples of algorithms related to machine learning, data mining, and natural language processing in client/server environments. All the examples are explained using a step-by-step approach.

Java 9 revealed

Автор: Sharan, Kishori
Название: Java 9 revealed
ISBN: 1484225910 ISBN-13(EAN): 9781484225912
Издательство: Springer
Рейтинг:
Цена: 5170.00 р.
Наличие на складе: Поставка под заказ.

Описание: Explore the new Java 9 modules, SDK, JDK, JVM, JShell and more in this comprehensive book that covers what`s new in Java 9 and how to use these new features.

Java: The Good Parts

Автор: Waldo Jim
Название: Java: The Good Parts
ISBN: 0596803737 ISBN-13(EAN): 9780596803735
Издательство: Wiley
Рейтинг:
Цена: 3800.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Java has accumulated a considerable amount of crud over the years: the language has become a large and complex, and the libraries associated with it have grown even more. This title reveals which features of Java work and which don`t, and how the good parts make Java one of the best programming languages available.

Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex

Автор: Di Pisa Filippo
Название: Beginning Java and Flex: Migrating Java, Spring, Hibernate and Maven Developers to Adobe Flex
ISBN: 1430223855 ISBN-13(EAN): 9781430223856
Издательство: Springer
Рейтинг:
Цена: 5583.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Over the past few years, the now-open source Adobe Flex framework has been adopted by the Java community as the preferred framework for Java rich Internet applications (RIAs) using Flash for the presentation layer.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия