Narrow your search

Library

KU Leuven (31)

ULiège (31)

Odisee (28)

Thomas More Kempen (28)

Thomas More Mechelen (28)

UCLL (28)

ULB (28)

VIVES (28)

KBC (24)

UGent (23)

More...

Resource type

book (38)

digital (3)


Language

English (38)

German (1)


Year
From To Submit

2023 (39)

Listing 1 - 10 of 39 << page
of 4
>>
Sort by

Book
Joy with Java : Fundamentals of Object Oriented Programming
Authors: ---
ISBN: 9781009211918 Year: 2023 Publisher: Cambridge, United Kingdom New York, NY, USA Cambridge University Press

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Understanding object-oriented programming is vital for a modern computer programmer, and the Java programming language has been one of the most powerful tools available to computer programmers since its inception in 1995. It has also consistently changed since then, making it a vast and powerful resource for object-oriented programming today, finding many applications like mobile programming, Internet programming and software development. This lucid textbook introduces the student not only to the nuances of object-oriented programming, but also to the many syntaxes and semantics of the modern Java language. Each concept of programming is explained, and then illustrated with small but effective ready-to-run programs. Important points to be noted have been emphasized and hints have been given at the end of each discussion so that programmers are careful to avoid common pitfalls. Finally, a number of practice problems taken from real world scenarios encourage the student to think in terms of problem solving, consolidating the knowledge gained"--


Book
2022 29th Asia Pacific Software Engineering Conference (APSEC)
Author:
ISBN: 1665455373 9781665455374 1665455381 Year: 2023 Publisher: [Place of publication not identified] : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Beginning Java objects : from concepts to code
Author:
ISBN: 1484290593 1484290607 Year: 2023 Publisher: New York, NY : Apress Media LLC,

Loading...
Export citation

Choose an application

Bookmark

Abstract

As a programming language, Java's object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. That being said, many people learn Java syntax without truly understanding its object-oriented roots, setting them up to fail to harness all of the power of Java. This book is your key to learning both! This new third edition of Beginning Java Objects: From Concepts to Code discusses Java syntax, object principles, and how to properly structure the requirements of an application around an object architecture. It is unique in that it uses a single case study of a Student Registration System throughout the book, carrying the reader from object concepts, to object modeling, to building actual code for a full-blown application. A new chapter covers a technology-neutral discussion of the principles of building a three-tier architecture using Java, introducing the notion of model layer – presentation layer – data layer separation. Coding examples used throughout the book are Java version-neutral. The core object-oriented principles that you will learn from this book are timeless, and are relevant to all versions of the Java language, as well as to many other object-oriented languages. The book can be used for individual self-study or as a university-level textbook. What You Will Learn Know basic object-oriented principles, from the simplest notion of classes and objects through the power of encapsulation, abstract classes, and polymorphism Approach the requirements for an application to structure it properly around objects Render the resultant object model into Java code, building a complete functioning model layer for the Student Registration System case study Conceptually round out an object layer by adding presentation and data layers .


Book
Java von Kopf bis Fuß : Eine abwechslungsreiche Entdeckungsreise durch die objektorientierte Programmierung.
Authors: --- --- ---
ISBN: 9783960107484 396010748X Year: 2023 Publisher: Heidelberg : o'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Java von Kopf bis Fuß - jetzt vollständig überarbeitet und aktualisiert - ist eine umfassende Erlebnistour durch die objektorientierte Programmierung und Java. Ganz nach modernen Lernprinzipien entworfen, führt Sie dieses Buch von den Grundlagen der Sprache zu fortgeschrittenen Themen wie Lambdas, Streams, Threads, Generics, Threading oder Networking. Und das Beste ist: Sie werden dabei lernen, wirklich wie erfahrene Entwickler:innen zu denken. Auf Ihrem Weg dorthin werden Sie nicht nur lesen. Sie knacken Rätsel, spielen, lösen Krimis und kommen mit Java auf eine Weise zusammen, die Sie sich nicht hätten träumen lassen. Aber natürlich werden Sie auch Unmengen echten Java-Code schreiben. Mithilfe zahlreicher Übungen, Puzzle, Interviews und Abbildungen lädt dieses Buch Ihnen das Wissen direkt ins Hirn. Wenn Sie sich gerne langweilen, besorgen Sie sich lieber ein anderes Buch. Aber wenn Sie wirklich Java lernen wollen, ist alles andere kalter Kaffee.


Book
Mastering Apex Programming : A Salesforce Developer's Guide to Learn Advanced Techniques and Programming Best Practices for Building Robust and Scalable Enterprise-Grade Applications
Author:
ISBN: 1837630429 Year: 2023 Publisher: Birmingham, England : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Applications built on the Salesforce platform are now a key part of many organizations' IT systems, with more complex and integrated solutions being delivered every day. As a Salesforce developer working with Apex, it is important to understand the range and variety of tools at your disposal, how and when to use them, and what the best practices are. This revised second edition includes a complete restructuring and five new chapters filled with detailed content on the latest Salesforce innovations including integrating with DataWeave in Apex, and utilizing Flow and Apex together to build scalable applications with Administrators. This Salesforce book starts with a discussion around common mistakes, debugging, exception handling, and testing. The second section focuses on the different asynchronous Apex programming options to help you build more scalable applications, before the third section focuses on integrations, including working with platform events and developing custom Apex REST web services. Finally, the book finishes with a section dedicated to profiling and improving the performance of your Apex including architecture. With code examples used to facilitate discussion throughout, by the end of the book you will be able to develop robust and scalable applications in Apex with confidence.


Digital
Getting started with Java using Eclipse : mastering the language and the development platform
Authors: --- ---
ISBN: 9783895765629 Year: 2023 Publisher: Susteren Elektor International Media B.V.

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Practical MongoDB Aggregations : The Official Guide to Developing Optimal Aggregation Pipelines with MongoDB 7. 0
Authors: ---
ISBN: 1835086845 Year: 2023 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Begin your journey toward efficient data manipulation with this robust technical guide and enhance your aggregation skills while building efficient pipelines for a variety of tasks Key Features Build effective aggregation pipelines for increased productivity and performance Solve common data manipulation and analysis problems with the help of practical examples Learn essential strategies to aggregate time series data in financial datasets and IoT Purchase of the print or Kindle book includes a free PDF eBook Book Description Officially endorsed by MongoDB, Inc., Practical MongoDB Aggregations helps you unlock the full potential of the MongoDB aggregation framework, including the latest features of MongoDB 7.0. This book provides practical, easy-to-digest principles and approaches for increasing your effectiveness in developing aggregation pipelines, supported by examples for building pipelines to solve complex data manipulation and analytical tasks. This book is customized for developers, architects, data analysts, data engineers, and data scientists with some familiarity with the aggregation framework. It begins by explaining the framework's architecture and then shows you how to build pipelines optimized for productivity and scale. Given the critical role arrays play in MongoDB's document model, the book delves into best practices for optimally manipulating arrays. The latter part of the book equips you with examples to solve common data processing challenges so you can apply the lessons you've learned to practical situations. By the end of this MongoDB book, you'll have learned how to utilize the MongoDB aggregation framework to streamline your data analysis and manipulation processes effectively. What you will learn Develop dynamic aggregation pipelines tailored to changing business requirements Master essential techniques to optimize aggregation pipelines for rapid data processing Achieve optimal efficiency for applying aggregations to vast datasets with effective sharding strategies Eliminate the performance penalties of processing data externally by filtering, grouping, and calculating aggregated values directly within the database Use pipelines to help you secure your data access and distribution Who this book is for This book is for intermediate-level developers, architects, analysts, engineers, and data scientists who are interested in learning about aggregation capabilities in MongoDB. Working knowledge of MongoDB is needed to get the most out of this book.


Book
ICOOOLPS '23 : Proceedings of the 18th ACM International Workshop on Implementation, Compilation, Optimization of OO Languages, Programs and Systems : July 17, 2023 Seattle, WA, USA
Authors: ---
Year: 2023 Publisher: New York, NY : Association for Computing Machinery,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Welcome to the 2023 edition of International Workshop on Implementation, Compilation, Optimization of Object-Oriented Languages, Programs and Systems (ICOOOLPS 2023), held on July 17th at the University of Washington, Seattle, WA, co-located with ECOOP and ISSTA 2023. ICOOOLPS brings together researchers and practitioners working in the field of programming language implementation and optimization. Although its origins are attached to object-oriented approaches, it has since broadened its scope and now encompasses all programming language paradigms.


Book
Internet-Ontologies-Things : Smart Objects, Hidden Problems, and Their Symmetries
Author:
ISBN: 1501399268 150139925X Year: 2023 Publisher: New York, NY : Bloomsbury Academic,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"An investigation of how power mobilizes algorithmic and ontological objects, for example smartwatches and smart buildings, to uncover hidden problems within the physical domains of the IoT"--


Multi
Beginning Java Objects
Authors: ---
ISBN: 9781484290606 9781484290590 9781484290613 Year: 2023 Publisher: Berkeley, CA Apress :Imprint: Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

As a programming language, Java's object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. That being said, many people learn Java syntax without truly understanding its object-oriented roots, setting them up to fail to harness all of the power of Java. This book is your key to learning both! This new third edition of Beginning Java Objects: From Concepts to Code discusses Java syntax, object principles, and how to properly structure the requirements of an application around an object architecture. It is unique in that it uses a single case study of a Student Registration System throughout the book, carrying the reader from object concepts, to object modeling, to building actual code for a full-blown application. A new chapter covers a technology-neutral discussion of the principles of building a three-tier architecture using Java, introducing the notion of model layer – presentation layer – data layer separation. Coding examples used throughout the book are Java version-neutral. The core object-oriented principles that you will learn from this book are timeless, and are relevant to all versions of the Java language, as well as to many other object-oriented languages. The book can be used for individual self-study or as a university-level textbook. What You Will Learn Know basic object-oriented principles, from the simplest notion of classes and objects through the power of encapsulation, abstract classes, and polymorphism Approach the requirements for an application to structure it properly around objects Render the resultant object model into Java code, building a complete functioning model layer for the Student Registration System case study Conceptually round out an object layer by adding presentation and data layers .

Listing 1 - 10 of 39 << page
of 4
>>
Sort by