You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
Future-proof your applications with best practices and design patterns in Kotlin Key Features Understand traditional and modern design patterns to improve the design of your application Combine the benefits of object-oriented, functional, reactive, and concurrent programming Choose the best microservices architecture and frameworks for your web application Book Description This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged. This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the i...
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is an easy-to-follow guide full of hands-on examples of real-world Java development tasks. Each topic is explained and placed in context, and for the more inquisitive readers, there are more-in-depth details of the concepts used.If you have experience in Java desktop or web application development based on Servlets and you want to update your code instantly without recompiling and redeploying the code, this book is for you.
Das Buch JavaScript für Java-Entwickler führt anhand von vielen Code-Beispielen in die Grundlagen der Programmiersprache JavaScript ein. Zielpublikum sind Java-Entwickler, die sich so einfach und schmerzfrei wie möglich der Sprache JavaScript nähern wollen oder müssen. Deshalb wird alles weggelassen, was man als Java-Entwickler entweder sowieso weiß oder nicht wissen muss. Zudem werden Vergleiche zu bereits bekannten Konzepten aus dem Java-Bereich gezogen.
Create media-rich client applications using JavaFX 9 and the Java 9 platform. Learn to create GUI-based applications for mobile devices, desktop PCs, and even the web. Incorporate media such as audio and video into your applications. Interface with hardware devices such as Arduino and Leap Motion. Respond to gesture control through devices such as the Leap Motion Controller. Take advantage of the new HTTP2 API to make RESTful web requests and WebSockets calls. New to this edition are examples of creating stylized text and loading custom fonts, guidance for working with Scene Builder to create visual layouts, and new content on developing iOS and Android applications using Gluon mobile. The b...
None
JavaFX is a software platform to create and deliver rich Internet applications (RIAs) that can run across a wide variety of devices. JavaFX Essentials will help you to design and build high performance JavaFX 8-based applications that run on a variety of devices. Starting with the basics of the framework, it will take you all the way through creating your first working application to discovering the core and main JavaFX 8 features, then controlling and monitoring your outside world. The examples provided illustrate different JavaFX and Java SE 8 features. This guide is an invaluable tutorial if you are planning to develop and create JavaFX 8 applications to run on a variety of devices and platforms.
This book constitutes the refereed proceedings of the 12th International Conference on High-Performance Computing Systems and Technologies in Scientific Research, Automation of Control and Production, HPCST 2022, held in Barnaul, Russia, during May 20–21, 2022. The 23 full papers included in this book were carefully reviewed and selected from 116 submissions. They were organized in topical sections as follows: hardware for high-performance computing and signal processing; information technologies and computer simulation of physical phenomena; computing technologies in data analysis and decision making; and computing technologies in information security applications.
The Red Army in Romania is the first comprehensive study of the Soviet occupation of Romanian territory in 1940-1941, and its occupation of the country at the end of World War II, which lasted until Soviet troops withdrew from the country in 1958. Based on previously unavailable archival sources, it sheds light on the occupation policies of the Red Army and Soviet policy in Eastern Europe generally at the end of World War II. The authors, both well-known historians, discuss the geopolitical and historical conditions that allowed the Red Army to occupy Romania. They analyze the consequences of the occupation on the country, particularly on political life, as it led to the establishment of a Communist regime in Romania. The Red Army in Romania is a valuable book for students and researchers alike. Constantin Hlihor is a professor of history at the University of Bucharest and a researcher at the Center for Euro-Atlantic Studies and at the Academy for Military Studies in Bucharest. Ioan Scurtu is a professor of history at the University of Bucharest and former director of the Romanian National Archives.
Creating your own domain-specific languages (DSLs) is both challenging and exhilarating. DSLs give users a way to interact with your applications more effectively, and Kotlin is a fantastic language to serve as a host for internal DSLs, because it greatly reduces the pain and effort of design and development. But implementing DSLs on top of Kotlin requires understanding the key strengths of the language and knowing how to apply them appropriately. Learn to avoid the pitfalls and leverage the language while creating your own elegant, fluent, concise, and robust DSLs using Kotlin. Internal DSLs remove the burdens of implementing a full blown language compiler. The host language quickly becomes...