Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Java 13 Revealed, Kishori Sharan


Варианты приобретения
Цена: 41920.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 291 шт.  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

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

Автор: Kishori Sharan
Название:  Java 13 Revealed
ISBN: 9781484254066
Издательство: Springer
Классификация:


ISBN-10: 1484254066
Обложка/Формат: Soft cover
Страницы: 273
Вес: 0.57 кг.
Дата издания: 2019
Язык: English
Издание: 2nd ed.
Иллюстрации: 1 illustrations, black and white; xx, 273 p. 1 illus.
Размер: 254 x 178 x 16
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: For Early Adoption and Migration
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. This book provides extensive coverage of the new HTTP Client APIs, which were introduced in Java 9 as a preview and was made a standard feature in Java 11. New Java features such as launching a single-file source code program and new switch syntax are discussed in detail.What You Will Learn Use local variable type inference to declare local variables using the var restricted type name introduced in Java 10 Take advantage of application class data sharing among JVMs for faster application startup Create HTTP requests, responses, and web sockets with the new HTTP Client APIs Run a single-file Java source code program using the java command without compiling it Apply the new switch statement and expressions to write compact and less error-prone code Work with text blocks in Java code About new APIs, deprecated APIs, and deprecated tools Who This Book Is ForJava developers who want to update their Java skills from Java 9 to Java 13.
Дополнительное описание:
1: Local Variable Type Inference.- 2: Java Versioning Scheme.- 3: The HTTP Client API.- 4: Launching Single File Source Code Programs.- 5: Enhanced Switch.- 6: Text Blocks.- 7: Class Data Sharing.- 8: Tools and APIs Changes.



Java 9 Modularity Revealed

Автор: Alexandru Jecan
Название: Java 9 Modularity Revealed
ISBN: 1484227123 ISBN-13(EAN): 9781484227121
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Tagline: The single most important feature in Java 9

OCA / OCP Java SE 8 Programmer Certification Kit: Exam 1Z0-808 and Exam 1Z0-809

Автор: Jeanne Boyarsky, Scott Selikoff
Название: OCA / OCP Java SE 8 Programmer Certification Kit: Exam 1Z0-808 and Exam 1Z0-809
ISBN: 1119272092 ISBN-13(EAN): 9781119272090
Издательство: Wiley
Рейтинг:
Цена: 73920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Your complete certification guide on the path to Oracle Java SE The Oracle Java SE Certification track now consists of three levels Associate (OCA), Professional (OCP), and Master (OCM).

Beginning Programming with Java For Dummies, 5th E dition

Автор: Burd
Название: Beginning Programming with Java For Dummies, 5th E dition
ISBN: 1119235537 ISBN-13(EAN): 9781119235538
Издательство: Wiley
Рейтинг:
Цена: 23220.00 T
Наличие на складе: Невозможна поставка.
Описание: Learn to speak the Java language like the pros Are you new to programming and have decided that Java is your language of choice?

Pro Java Clustering and Scalability

Автор: Jorge Acetozi
Название: Pro Java Clustering and Scalability
ISBN: 1484229843 ISBN-13(EAN): 9781484229842
Издательство: Springer
Рейтинг:
Цена: 32600.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Build clustered and scalable Java-based, real-time applications using Spring Framework, Boot, WebSocket, Cassandra, Redis and RabbitMQ. In this book, you'll tie all this together with a dive-in case study, a real-time scalable chat application under differing scenarios. Pro Java Clustering and Scalability also discusses how to horizontally scale the WebSocket chat application using a full STOMP broker such as RabbitMQ.
Although this is a programming book, it also discusses many interesting infrastructure topics and tips about continuous delivery, Docker, NoSQL (Cassandra and Redis) and other related technologies.
What You Will Learn

  • Handle clustering and scalability using various open source Java, microservices, and web services tools and technologies
  • Use Spring Framework, Boot, and other Spring technologies
  • Integrate with Redis, RabbitMQ, Cassandra, NoSQL, and much more
  • Test the case study code under various scenarios and stresses

Who This Book Is For
Experienced Java developers with at least some prior experience with Java, especially Spring Framework, Boot and other tools, and some web services.



MYSQL connector/Python revealed :

Автор: Jesper Wisborg Krogh
Название: MYSQL connector/Python revealed :
ISBN: 1484236939 ISBN-13(EAN): 9781484236932
Издательство: Springer
Рейтинг:
Цена: 55890.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Move data back and forth between database and application. The must-have knowledge in this book helps programmers learn how to use the official driver, MySQL Connector/Python, by which Python programs communicate with the MySQL database.
This book takes you from the initial installation of the connector through basic query execution, then through more advanced topics, error handing, and troubleshooting. The book covers both the traditional API as well as the new X DevAPI. The X DevAPI is part of MySQL 8.0 and is an API that can be used with connectors for several programming languages and is used from the command-line interface known as MySQL Shell. You will learn to use the connector by working through code examples and following a discussion of how the API calls work.
By the end of the book, you will be able to use MySQL as the back-end storage for your Python programs, and you’ll even have the option of choosing between SQL and NoSQL interfaces.
What You'll Learn
Install MySQL Connector/PythonConnect to MySQL and configure database accessExecute SQL and NoSQL queries from your Python programTrap errors and troubleshoot problemsStore data from different languages using MySQL’s character set supportWork in the X DevAPI that underlies all of MySQL’s language connectors
Who This Book Is For
Developers familiar with Python who are looking at using MySQL as the back-end database. No prior knowledge of Connector/Python is assumed, but readers should be familiar with databases and the Python programming language.

The Minimum You Need to Know about Java on OpenVMS

Автор: Hughes Roland
Название: The Minimum You Need to Know about Java on OpenVMS
ISBN: 1939732026 ISBN-13(EAN): 9781939732026
Издательство: Неизвестно
Рейтинг:
Цена: 41380.00 T
Наличие на складе: Невозможна поставка.

Beginning Jakarta Ee: Enterprise Edition for Java: From Novice to Professional

Автор: Spath Peter
Название: Beginning Jakarta Ee: Enterprise Edition for Java: From Novice to Professional
ISBN: 1484250788 ISBN-13(EAN): 9781484250785
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Build Java-based enterprise applications using the open source Eclipse Jakarta EE platform. This feature-packed book teaches you enterprise Java development top to bottom. It covers Java web-tier development using servlets, JavaServer Faces (JSF), RESTful applications, and JSON. You’ll also cover Java data-tier development using persistence and transaction handling, messaging services, remote procedure calls, concurrency, and security to round out a complete Java-based enterprise application.
Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and consultant, this book contains the best information possible on enterprise Java technologies. You’ll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development.
What You Will Learn
Build enterprise Java applications using Jakarta EESet up your development environmentCreate page-flow web applications with JSF Write single-page web applications with REST and JSONPersist data using JPA in Jakarta EEBuild enterprise Java modules using EJBs and CDI Work with transaction engines using JTA Secure, log, and monitor your Jakarta EE applications
Who This Book Is For
Beginning Java EE application developers with some experience of Java 8.

Computer Programming The Doctrine 2.0: Full Breakdown of HTML, Python, C, C++, Coding Raspberry PI, Java, SQL, HTML and Black Hat Hacking.

Автор: Silva Adesh
Название: Computer Programming The Doctrine 2.0: Full Breakdown of HTML, Python, C, C++, Coding Raspberry PI, Java, SQL, HTML and Black Hat Hacking.
ISBN: 1999256751 ISBN-13(EAN): 9781999256753
Издательство: Неизвестно
Рейтинг:
Цена: 28510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Discover How to Program Effectively in Less Than 5 Days, Even if You Have NeverWritten Code Before...

Have you ever been so wrapped up in a puzzle or game thatyou couldn't put it down until you solved it?

Programming is like that. It meets yourmind's need for stimulation and exercise. And it's incredibly rewarding.

Yet, Coding is not just a free-time activity for tech geeks.

As the world becomes moretechnologically advanced, computer programming awareness and skills are not just for thosepursuing software development careers. It's increasingly showing up in other jobs, businessopportunities, and life.

Did you know that coding and programming jobs are one ofthe most secure and best-paid jobs around the world?

According to BSL, themedian annual wage for computer programmers was $84,280 in 2018.

The field is growing strong and companies are headhunting coders.

But even if youdon t want to become a professional coder, programming skills increase your salary in otherfields such as marketing, finance, and business analysis. Several studies have shown thatprogramming skills added more than $20,000 to the annual salary.

Nowadays mobileapplications are the #1 tool to create a stronger relationship with your customers. Evenif you don t dare to create an app yourself, you will find yourself collaborating with aprofessional developer. Understanding what they're doing and communicating effectivelyrequires being versed in these topics.

Knowing how to code is the most effective tool tosolve a huge variety of problems.

"Computer Programming - The Doctrine 2.0"helps get you started with introductory concepts that build on one another to quickly give youvaluable programming skills.

Yoúll discover:

  • Fundamental conceptsof programming and how they fit together to create powerful apps and software
  • Howyou can build your first program with one "cheat"
  • The training module that makes learninghow to code as easy as "Pi"
  • Easy ways to Customize your website the way you want
  • The effective tools hackers use to break into systems and how to protect yourself
  • Thefoundation of 5 different programming languages to preview which one is best for youto pursue

Some people hesitate to start programming because they've previously had anegative experience, or the material seems intimidating. Of course, it will seem difficult if thelessons aren't effectively sequenced.

The key is to start with the basics to ensurefundamental concepts are grasped. Getting this foundation in place gives the necessary confidence and allows for quick progress moving forward.

Following this approach, kids at the age of 5 learn to program as part of the mandatory curriculum in manyelementary schools.

If they can build their first videogames at the age of 7, it will be apiece of cake for you.

If you want to quickly learn programming to open up an infiniteamount of personal and professional opportunities, scroll up and click the Add to Cartbutton.


Docker and Kubernetes for Java Developers

Автор: Krochmalski Jaroslaw
Название: Docker and Kubernetes for Java Developers
ISBN: 1786468395 ISBN-13(EAN): 9781786468390
Издательство: Неизвестно
Рейтинг:
Цена: 60070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: PostgreSQL is a powerful open source database management system, now recognized as the experts` choice for a wide range of applications. This book contains useful administration recipes for improving the performance, security, and stability of your PostgreSQL 11 solution.

Eclipse TEA Revealed

Автор: Markus Duft
Название: Eclipse TEA Revealed
ISBN: 1484240928 ISBN-13(EAN): 9781484240922
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Discover the open source Eclipse Tasking Engine Advanced (TEA) project in this compact to-the-point book. It covers how to automate tasks using TEA and focuses on simplifying and aiding the creation of extensions for the Eclipse IDE in a way which makes them accessible both from the IDE’s UI and in a headless fashion from the command line.
Additionally, Eclipse TEA Revealed explores the library of pre-built components included with TEA, mostly in the area of rich client platform (RCP)-based Java application development, for building projects, updating sites, dealing with target platforms, and more. After reading and using this book, you'll be up to speed on the fundamentals of Eclipse TEA and ready to use it for more productive Java-based application builds and developments.
What You Will Learn
View TEA’s internal architecture Work with TEA’s APIs Write TEA componentsUse the pre-built TEA componentsSet up headless environments using TEA
Who This Book Is For
Readers should be Java developers interested in extending the Eclipse IDE and/or setting up headless environments based on Eclipse.

Rails 5 Revealed

Автор: Alan Bradburne
Название: Rails 5 Revealed
ISBN: 148421708X ISBN-13(EAN): 9781484217085
Издательство: Springer
Рейтинг:
Цена: 15830.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 1. Overview 2. Breaking Changes and Upgrading from Rails 4.2 3. ActiveRecord 4. Test Framework Changes 5. Rails 5 API 6. JavaScript and Turbolinks 3 7. ActionCable

Definitive Guide to Modern Java Clients with JavaFX

Название: Definitive Guide to Modern Java Clients with JavaFX
ISBN: 1484249259 ISBN-13(EAN): 9781484249253
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Невозможна поставка.
Описание:

Build enhanced visual experiences and design and deploy modern, easy-to-maintain, client applications across a variety of platforms. This book will show you how these applications can take advantage of the latest user interface components, 3D technology, and cloud services to create immersive visualizations and allow high-value data manipulation.
The Definitive Guide to Modern Java Clients with JavaFX is a professional reference for building Java applications for desktop, mobile, and embedded in the Cloud age. It offers end-to-end coverage of the latest features in JavaFX and Java 13. After reading this book, you will be equipped to upgrade legacy client applications, develop cross-platform applications in Java, and build enhanced desktop and mobile native clients.
What You Will Learn
Create modern client applications in Java using the latest JavaFX and Java 13Build enterprise clients that will enable integration with existing cloud services Use advanced visualization and 3D featuresDeploy on desktop, mobile, and embedded devices
Who This Book Is For
Professional Java developers who are interested in learning the latest client Java development techniques to fill out their skillset.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия