Cargando…

Java APIs, extensions and libraries : with JavaFX, JDBC, jmod, jlink, networking, and the Process API /

"This book completes the Apress Java learning journey and is a comprehensive approach to learning Java APIs, extensions, and modules such as Java EE integration, mobile Java modules, JavaFX, and JDBC. In this book, you'll learn how to build user interfaces with Swing and JavaFX as well as...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sharan, Kishori (Software engineer) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2018.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1030993341
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180411s2018 xxu o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d N$T  |d EBLCP  |d OCLCF  |d AZU  |d UPM  |d UAB  |d OCLCQ  |d VT2  |d U3W  |d SNK  |d WYU  |d OCLCQ  |d LVT  |d K6U  |d CAUOI  |d MERER  |d OCLCQ  |d COO  |d AU@  |d UKAHL  |d LEAUB  |d FVL  |d UMI  |d OCLCQ  |d ADU  |d UHL  |d LEATE  |d OCLCQ  |d SFB  |d OCLCQ  |d DCT  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 1034540913  |a 1038445746  |a 1048186577  |a 1066609669  |a 1066658846  |a 1081281064  |a 1086427855  |a 1104212010  |a 1112865932  |a 1113811482  |a 1122815984  |a 1129357647  |a 1153011444  |a 1153826710  |a 1156086024  |a 1160047411  |a 1161338298  |a 1162783716  |a 1192351864  |a 1203994453  |a 1206408824  |a 1228650625  |a 1237481526  |a 1240506358  |a 1244635003 
020 |a 9781484235461  |q (electronic bk.) 
020 |a 1484235460  |q (electronic bk.) 
020 |a 1484235452 
020 |a 9781484235454 
020 |z 9781484235454  |q (print) 
024 7 |a 10.1007/978-1-4842-3546-1  |2 doi 
029 1 |a AU@  |b 000063566734 
029 1 |a AU@  |b 000069032352 
029 1 |a CHNEW  |b 001063389 
029 1 |a CHVBK  |b 575139498 
035 |a (OCoLC)1030993341  |z (OCoLC)1034540913  |z (OCoLC)1038445746  |z (OCoLC)1048186577  |z (OCoLC)1066609669  |z (OCoLC)1066658846  |z (OCoLC)1081281064  |z (OCoLC)1086427855  |z (OCoLC)1104212010  |z (OCoLC)1112865932  |z (OCoLC)1113811482  |z (OCoLC)1122815984  |z (OCoLC)1129357647  |z (OCoLC)1153011444  |z (OCoLC)1153826710  |z (OCoLC)1156086024  |z (OCoLC)1160047411  |z (OCoLC)1161338298  |z (OCoLC)1162783716  |z (OCoLC)1192351864  |z (OCoLC)1203994453  |z (OCoLC)1206408824  |z (OCoLC)1228650625  |z (OCoLC)1237481526  |z (OCoLC)1240506358  |z (OCoLC)1244635003 
037 |a CL0501000054  |b Safari Books Online 
050 4 |a QA76.73.J38 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMX  |2 thema 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Sharan, Kishori  |c (Software engineer),  |e author. 
245 1 0 |a Java APIs, extensions and libraries :  |b with JavaFX, JDBC, jmod, jlink, networking, and the Process API /  |c Kishori Sharan. 
250 |a Second edition. 
264 1 |a [United States] :  |b Apress,  |c 2018. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c Ã2018 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed April 12, 2018). 
500 |a Includes index. 
520 |a "This book completes the Apress Java learning journey and is a comprehensive approach to learning Java APIs, extensions, and modules such as Java EE integration, mobile Java modules, JavaFX, and JDBC. In this book, you'll learn how to build user interfaces with Swing and JavaFX as well as how to write network programs with the new Java 9 and much more. Java APIs, Extensions and Libraries is for Java programmers who are familiar with the fundamentals of the Java language and Java programming, who are now ready to call upon the power of extended Java functionality available from the huge array of Java APIs, extensions, and libraries. After reading and learning from this book you'll be ready to become a professional Java programmer. What You'll LearnExtend your Java skills beyond the fundamental object-oriented concepts and core language featuresApply Java Swing for building Java front ends Get started with Java network programmingConnect to databases and access data from Java programs using the JDBC APIWork with JavaFX, RMI (Remote Method Invocation), and JNI (Java Native Interface)Use the new scripting features of JavaWho This Book Is ForJava programmers who are familiar with the fundamentals of the Java language and Java programming."--  |c Provided by publisher 
505 0 |a Intro; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Introduction to Swing; What Is Swing?; The Simplest Swing Program; Components of a JFrame; Adding Components to a JFrame; Some Utility Classes; The Point Class; The Dimension Class; The Insets Class; The Rectangle Class; Layout Managers; FlowLayout; BorderLayout; CardLayout; BoxLayout; GridLayout; GridBagLayout; The gridx and gridy Constraints; Case #1; Case #2; Case #3; Case #4; Example #1; Example #2; The gridwidth and gridheight Constraints; The fill Constraint. 
505 8 |a The ipadx and ipady ConstraintsThe insets Constraint; The anchor Constraint; The weightx and weighty Constraints; SpringLayout; GroupLayout; The null Layout Manager; Creating a Reusable JFrame; Event Handling; Handling Mouse Events; Summary; Chapter 2: Swing Components; What Is a Swing Component?; JButton; JPanel; JLabel; Text Components; JTextComponent; JTextField; JPasswordField; JFormattedTextField; JTextArea; JEditorPane; JTextPane; Validating Text Input; Making Choices; JSpinner; JScrollBar; JScrollPane; JProgressBar; JSlider; JSeparator; Menus; JToolBar. 
505 8 |a JToolBar Meets the Action InterfaceJTable; JTree; JTabbedPane and JSplitPane; Custom Dialogs; Standard Dialogs; File and Color Choosers; JFileChooser; JColorChooser; JWindow; Working with Colors; Working with Borders; Working with Fonts; Validating Components; Painting Components and Drawing Shapes; Immediate Painting; Double Buffering; JFrame Revisited; Summary; Chapter 3: Advanced Swing; Using HTML in Swing Components; Threading Model in Swing; Pluggable Look and Feel; Drag and Drop; Multiple Document Interface Application; The Toolkit Class; Decorating Components Using JLayer. 
505 8 |a Translucent WindowsShaped Window; Summary; Chapter 4: Network Programming; What Is Network Programming?; Network Protocol Suite; IP Addressing Scheme; IPv4 Addressing Scheme; IPv6 Addressing Scheme; Special IP Addresses; Loopback IP Address; Unicast IP Address; Multicast IP Address; Anycast IP Address; Broadcast IP Address; Unspecified IP Address; Port Numbers; Socket API and Client-Server Paradigm; The Socket Primitive; The Bind Primitive; The Listen Primitive; The Accept Primitive; The Connect Primitive; The Send/Sendto Primitive; The Receive/ReceiveFrom Primitive; The Close Primitive. 
505 8 |a Representing a Machine AddressRepresenting a Socket Address; Creating a TCP Server Socket; Creating a TCP Client Socket; Putting a TCP Server and Clients Together; Working with UDP Sockets; Creating a UDP Echo Server; A Connected UDP Socket; UDP Multicast Sockets; URI, URL, and URN; URI and URL as Java Objects; Accessing the Contents of a URL; Non-Blocking Socket Programming; Socket Security Permissions; Asynchronous Socket Channels; Setting Up an Asynchronous Server Socket Channel; Setting Up an Asynchronous Client Socket Channel; Putting the Server and the Client Together. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Java (Computer program language) 
650 0 |a Application program interfaces (Computer software) 
650 6 |a Java (Langage de programmation) 
650 6 |a Interfaces de programmation d'applications. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a Application program interfaces (Computer software)  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
776 0 8 |i Printed edition:  |z 9781484235454 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484235461/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35093469 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5343228 
938 |a EBSCOhost  |b EBSC  |n 1781043 
994 |a 92  |b IZTAP