本書主要介紹了SAP異于ABAP傳統編程的SAP Java的 Web編程技術。圍繞常用的Web Dynpro for Java技術,以SAP Java 的技術架構、開發環境、基礎編程和相關應用為主線,講解Web Dynpro for Java這門技術中各元素之間的關聯及制約關係,包括如何設置Web Dynpro for Java的運行環境,如何創建及編輯Web Dynpro for Java的基本
Java語言是近二十年來最為流行的通用面向對象程序設計語言,當今程序幾乎都採用圖形用戶界面(GUI)。本書以NetBeans IDE為開發工具,以Java語言基礎知識和基本語法、Java GUI程序的可視化設計方法、最新的Java SE 8和Java SE 9及Java SE 10等版本類庫中有關的實用類的使用為主要內容,介紹Java面向對象程序設計方法及應用型Java GUI程序設計方法。全書所
This updated edition of Java in a Nutshell not only helps experienced Java programmers get the most out of Java versions 9 through 11, it’s also a learning path for new developers. Chock full of
Microservices break down a large application into smaller components, each interacting with each other to create a united whole. As each component can start, stop, and scale independently, so the whol
本書以最新的Java SE 8爲基礎,全面講解Java編程語言、Java面向對象技術和Java核心類庫。全書共18章,主要內容包括Java語言基礎(數據類型、運算符與表達式、程序流程控制)、類與對象基礎、數組與字符串、Java面向對象特徵(類的繼承與多態、內部類與注解類型、接口與Lambda表達式)、常用核心類、泛型與集合框架、异常處理、輸入輸出、JavaFX圖形界面及事件處理、常用控件、JDBC
A Comprehensive Guide with 70+ ExamplesGet the Kindle version FREE when purchasing the Paperback!The second book in the Step-By-Step Java Series delves further into practical Java programming. We beli
Master the fundamentals of Scala and understand its emphasis on functional programming that sets it apart from Java. This book will help you translate what you already know in Java to Scala to start y
Java Made Easy – a Step-by-Step Guide for BeginnersGet the Kindle version FREE when purchasing the Paperback!Learning a programming language can seem like a daunting task. You may have looked at codin
Readers familiar with Cay Horstmann's original, two-volume Core Java books who are looking for a comprehensive but condensed guide to all of the new features and functions of Java SE 9 will
With traditional software unit tests, there’s never a guarantee that an application will actually function correctly in the production environment. When you add microservices, testing becomes even mor