Автор: Jorge Acetozi Название: Pro Java Clustering and Scalability ISBN: 1484229843 ISBN-13(EAN): 9781484229842 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
Автор: Alexandru Jecan Название: Java 9 Modularity Revealed ISBN: 1484227123 ISBN-13(EAN): 9781484227121 Издательство: Springer Рейтинг: Цена: 4611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Tagline: The single most important feature in Java 9
Автор: Markus Duft Название: Eclipse TEA Revealed ISBN: 1484240928 ISBN-13(EAN): 9781484240922 Издательство: Springer Рейтинг: Цена: 4611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
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.
Автор: Denys Zelenchuk Название: Android Espresso Revealed ISBN: 1484243145 ISBN-13(EAN): 9781484243145 Издательство: Springer Рейтинг: Цена: 4191.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Write Android user interface (UI) tests using Google Espresso for Android. You’ll cover all the major topics of writing functional UI automated tests using the Espresso testing framework, including different ways of running automated tests, architecting test projects in an easy and maintainable way, and using tools which help to implement automated tests with less effort.
Android Espresso Revealed explains the basics of using Espresso to write automated UI tests, and how to customize the framework for advanced functionality. The author provides examples in both Java and Kotlin, and includes dealing with network operations in UI tests, testing application accessibility, implementing supervised monkey tests, and more.
What You Will Learn
Write Espresso tests with both Kotlin and Java including test project migration from Java to KotlinTest web views inside the application under testUse Espresso to set up test devices or emulators to minimize test flakiness and run tests in Firebase Test LabVerify and stub intents with Espresso-IntentsMove test projects to AndroidXTest notifications or operate on third-party apps during Espresso test executionApply different test architecture approaches to the test project to reduce maintenance effortImplement supervised monkey tests using Espresso and UIAutomator
Who This Book Is For
Engineers with experience of Android test automation will benefit from this book
Автор: Alan Bradburne Название: Rails 5 Revealed ISBN: 148421708X ISBN-13(EAN): 9781484217085 Издательство: Springer Рейтинг: Цена: 2374.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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
Автор: Jesper Wisborg Krogh Название: MYSQL connector/Python revealed : ISBN: 1484236939 ISBN-13(EAN): 9781484236932 Издательство: Springer Рейтинг: Цена: 8384.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
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.
Автор: Horstmann Cay S. Название: Core Java Volume I--Fundamentals ISBN: 0135166306 ISBN-13(EAN): 9780135166307 Издательство: Pearson Education Рейтинг: Цена: 8710.00 р. Наличие на складе: Поставка под заказ.
Описание: The #1 Guide for Serious Programmers: Fully Updated for Java SE 9, 10 & 11
Cay Horstmann's Core Java, Volume I-Fundamentals, Eleventh Edition, is the definitive guide to writing robust, maintainable code with the Java SE 9, 10, and 11 language and libraries. Horstmann writes for serious programmers who use Java in production projects, and need a deep, practical understanding of the language and API. Throughout, he delivers what you need most: hundreds of real (non-toy) examples revealing the most powerful, effective ways to get the job done. Updated examples reflect the new var keyword and take advantage of improvements in the Java API. You'll learn how to use JShell's new Read-Eval-Print Loop (REPL) for more rapid and exploratory development, and apply new features of the APIs for streams, input/output, processes, and concurrency. In this first of two volumes, Horstmann offers in-depth coverage of fundamental Java and UI programming, including object-oriented programming, generics, collections, lambda expressions, Swing design, concurrency, and functional programming. If you're an experienced programmer moving to Java SE 9, 10, or 11, there's no better source for expert insight, solutions, and code.
Master foundational techniques, idioms, and best practices for writing superior Java code
Efficiently implement encapsulation and inheritance
Use sound principles of object-oriented design
Leverage the full power of objects with interfaces, lambda expressions, and inner classes
Harden programs through effective exception handling and debugging
Write safer, more reusable code with generic programming
Improve performance and efficiency with Java's standard collections
Build cross-platform GUIs with the Swing toolkit
Fully utilize multicore processors with Java's improved concurrency
See Core Java, Volume II-Advanced Features, Eleventh Edition (ISBN-13: 978-0-13-516631-4, coming in 2018), for expert coverage of Java 9, 10, and 11 enterprise features, the module system, annotations, networking, security, and advanced UI programming. Register your book for convenient access to downloads, updates, and/or corrections as they become available, including a bonus chapter on JavaFX. See inside book for details.
Описание: 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).
Автор: Krochmalski Jaroslaw Название: Docker and Kubernetes for Java Developers ISBN: 1786468395 ISBN-13(EAN): 9781786468390 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 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.
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.
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.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru