Document
Raffiner votre recherche
Sujet
- Java 11; Java EE; Software development; JavaBeans; JSP; JSF1
- Java 12; Software development; HTML; JavaScript; JavaServer; WebSheet1
- Java 16; Mobile phones; Android; Software development; Widgets; Layout; SQLite1
- Java; Algorithms; Data structures; Software development; Greedy algorithms; Divide and conquer; Dynamic programming; Backtracking1
- Java; Algorithms; Data structures; Software development; The concept of algorithms; Algorithm analysis; Sorting1
- Java; Android; Software development; Fragments; Using the camera; Locations; External storage; The web; Android and security1
- Java; Basic syntax; Semantics; Software development1
- Java; Development of applications; JavaFX; Software development; Architecture of javaFX; 2D Shapes; FXML1
- Java; Distributed programming; Java EE; Software development; Java persistence API; Enterprise java beans1
- Java; Documents and printing; Software development; Swing details; Layout; The clipboard; A slot machine1
Plus
Auteur
Langue du document
Type de document
Java 6: JDBC and database applications, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the sixth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. The subject of the current book is database applications, and how to write programs in Java that uses a database. In practice, programs that requiring many data transactions always uses databases, and the development of database applications is an important issue and necessary knowledge to work professionally as a software developer. In principle, it is simple, and a good piece of the road is just a question of accepting that you should write as shown in the book’s examples, but database programming requires knowledge of SQL, and the hardest part is actually to write SQL statements correctly. Therefore, the book has an appendix that provides a quick introduction to SQL and describes the most basic syntax. In addition to SQL it is a prerequisite, to try out the book’s examples and solve the book’s exercises, that the reader has a running database, and MySQL will be used. The book has an appendix that shows how to install MySQL.
Java 10: java2D, drawing of the window, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the tenth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. In the previous book, I have relatively detailed treated Swing, and the subject of this book is Java2D, which is the other half of what Java is making available for developing applications with a graphical user interface. One can also think of Java2D as the graphical tools that Swing uses to draw the components in a window. The book is relatively detailed and addresses issues that are not used so often in everyday programming, but the examples are, of course, and also the issues are important, to understand how the GUI works. It is similar to a few other books in this series a book where the focus is on language Java over the process, and only the final example focuses on system development with the development of a Java class library. The book assumes knowledge of Java corresponding to the books Java 3 and Java 4 and to some extent knowledge of Swing corresponding to the book Java 2.
Java 18: Algorithms and data structures, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The book focuses on algorithms written in Java and presents several classic algorithms, but the primary goal is to introduce algorithm analysis, and then allowing the reader to be able to compare and evaluate the complexity of algorithms. In addition, the book treats the classic data structures such as lists and trees and shows how these data structures can be implemented in Java.
Java 17: more about java and android, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The book is about writing applications for Android and is a continuation of the previous book in this series. Among other things, the book will introduce fragments and how to use the facilities like GPS and Camera. The book also say more about services and how to use the web from a phone. After reading this and the previous book you shoul be able to write Java apps for Android.
Java 8: multithreaded programs, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the eighth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. This book deals with threads, and how you in Java can synchronize threads that share resources. The use of threads is an important issue in programming, but it is also a technical area to which are attached many details. The book has therefore primarily focus on programming and the language Java, and only in the final example, there is again focusing on system development and thus the process. After reading the book the reader should be able to use threads in practice and have an understanding of where threads can be used in practical programming. The book requires knowledge of programming and Java corresponding to the content of the first four books in this series and in the interests of the final example is also assumed knowledge of the contents of the previous book, which deals with system development. The book ends with an appendix that gives a general introduction to the Java virtual machine JVM and what it is.
Java 16: mobile phones and android, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The book is about developing of applications for Android, and especially for mobile phone applications. Important topics are the most common widgets, layouts and basically about activities, but also the use of files and databases are processed. The book give an introduction to use of multiple threads and services. After reading this book, you is able to write simple applications to an Android phone.
Java 5: files and java IO, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the fifth in a series of books on software development. The programming language is Java, and the language and its syntax and semantic fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. As the previous book, this book has, however, only to a lesser extent focus on the process, but more on the language and details regarding Java. The subject of this book are files and what Java provides to IO, and the goal is in details to show how to manipulate files. Although the files today do not means exactly the same for practical programming, the processing of files is yet knowledge which is required to have in order to be able to work as a professional software developer. Finally, it is important to be aware that IO plays a crucial role in computer networking, and much of what follows will be used and expanded in the book Java 15 on network programming. Furthermore treat this book data representation, which are mostly deferred to an appendix, which also gives a brief introduction to the binary and hexadecimal numbers. The detailed data representation do not play a big role in everyday life, but also here is a topic that is necessary to have knowledge of, for example, in the context of computer networks. The book assumes that the reader has a knowledge corresponding to what is addressed in Java 3 and Java 4, but if you wish, the book can be postponed until you get the need.
Java 11: web applications and java EE: software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book deals with the development of web applications where the focus is on the server side and how to develop dynamic web pages. The book starts with an introduction to servlets, followed by a brief presentation of Java Server Pages. The rest of the book deals with how to write web applications using Java Server Faces, and after reading the book, you should be able to write classic web applications.
Java 13: distributed programming and Java EE, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the thirteenth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. This book is a continuation of the subjects in Java 11, but with focus on the development of enterprise applications. They are programs that performs their work using components or services hosted on different computers and located on different places, which communicate and coordinate their work over a network. Primary topics are Java EE technologies as JPA, EJB and Web Services. The book requires knowledge of programming of web applications similar to what has been dealt with in the books Java 11 and Java 12.
Java 19: more algorithms and data structures, software development
Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The current book is the nineteenth in this series of books on software development in Java, and it is a continuation of the previous book. The book provides examples of algorithm paradigms including classic algorithms. In addition, several other data structures are described, including the implementation of a red-black binary tree. General trees are also treated in the form of a B-tree and a B+ tree and they are implemented as Java classes. A large part of the book is deals with graphs, including how a graph can be implemented as a class in Java. In addition, classic graph algorithms are described and implemented such as Dijkstra’s algorithm and Prim’s algorithm. The book ends with a chapter that introduces the traveling salesman problem, primarily as an example of an algorithm, where one does not know any solution that can be used in practice.
Java 6: JDBC and database applications, software development
- Auteur
- Klausen Poul
- Sujet
- Java; JDBC; Database applications; software development; Database operations; ResultSet; Data types; Transactions; DDL commands
- Date_TXT
- 2017
- Type de document
- Livre
Java 10: java2D, drawing of the window, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Java2D; Drawing; software development; Shapes; PaChart
- Date_TXT
- 2018
- Type de document
- Livre
Java 18: Algorithms and data structures, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Algorithms; Data structures; Software development; The concept of algorithms; Algorithm analysis; Sorting
- Date_TXT
- 2018
- Type de document
- Livre
Java 17: more about java and android, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Android; Software development; Fragments; Using the camera; Locations; External storage; The web; Android and security
- Date_TXT
- 2018
- Type de document
- Livre
Java 8: multithreaded programs, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Multithreaded programs; Software development; Synchronization; Deadlock; Concurrency tools; Atomic variabler
- Date_TXT
- 2017
- Type de document
- Livre
Java 16: mobile phones and android, software development
- Auteur
- Klausen Poul
- Sujet
- Java 16; Mobile phones; Android; Software development; Widgets; Layout; SQLite
- Date_TXT
- 2018
- Type de document
- Livre
Java 5: files and java IO, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Java IO; Software development; Java.nio
- Date_TXT
- 2017
- Type de document
- Livre
Java 11: web applications and java EE: software development
- Auteur
- Klausen Poul
- Sujet
- Java 11; Java EE; Software development; JavaBeans; JSP; JSF
- Date_TXT
- [S.l.]: Bookboon, 2017
- Type de document
- Livre
Java 13: distributed programming and Java EE, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Distributed programming; Java EE; Software development; Java persistence API; Enterprise java beans
- Date_TXT
- 2018
- Type de document
- Livre
Java 19: more algorithms and data structures, software development
- Auteur
- Klausen Poul
- Sujet
- Java; Algorithms; Data structures; Software development; Greedy algorithms; Divide and conquer; Dynamic programming; Backtracking
- Date_TXT
- 2018
- Type de document
- Livre
1 - 10 / 18 résultat(s)