Java in Academia and Research

Ke Cai

  • 出版商: CreateSpace Independ
  • 出版日期: 2012-12-20
  • 售價: $3,280
  • 貴賓價: 9.5$3,116
  • 語言: 英文
  • 頁數: 306
  • 裝訂: Paperback
  • ISBN: 1481261606
  • ISBN-13: 9781481261609
  • 相關分類: Java 程式語言
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Java is a programming language originally developed by Sun Microsystems in 1995. Nowadays, Java is widely used in various fields. This book is to introduce how Java is being used in academic. Contents include Java virtual machine design, cost analysis of Java, popular open source library for research, Java in machine learning, enterprise Java applications and more. This book can be served as a good reference book for those who want to start their research career by using Java as the major development platform or who want to understand more about Java capabilities. Chapter 1 gives a detailed overview on Java. Chapter 2 proposes teaching materials for programming education. The materials are used to create animation by programming, do not require special knowledge of mathematical. Students were able to tackle programming positively by using the materials. Chapter 3 describes how the Spiral Model systemically blends Java concepts to student needs. Also, other pedagogical patterns, such as Early bird, Tool box, Mix Old and New are implemented through Graphics Progressive Projects, to foster the best teaching practices of the introductory Java course. Chapter 4 proposes a method that supports to merge duplicate code into a single module. It suggests how every of duplicate code can be merged by using several code metrics. Chapter 5 describes an ongoing effort to develop a highly-automated approach for migrating Java source-code, such as standard class libraries, to restricted JVMs. The resulting code migration tool is called Monarch, and is built upon the TL System - a general-purpose program transformation system. Chapter 6 proposes a framework for command processing in Java/Swing programs based on the model-view-controller (MVC) pattern. It supports centralized exception handling, premature command termination, pre- and post-processing of commands, undo/redo based on event objects and model listeners, and generic undo/redo commands. Chapter 7 discusses the software complexity to ensure the Quality Assurance of software. Software metrics have been found to be useful in reducing software maintenance costs by assigning a numeric value to reflect the ease or difficulty with which a program module may be understood. Chapter 8 discusses Aspect-Oriented Programming, which (AOP) is an emerging programming paradigm providing novel constructs to improve the overall modularity of a software system. Chapter 9 examines static and dynamic task assignment methodologies in a grid computing environment for dependent tasks. The proposal strategy reduces the average response time of tasks submitted to the grid with respecting the constraints of dependency. Chapter 10 presents a case-based reasoning system applied to the domain of the cooking recipes. Chapter 11 presents the historical background of UnBBayes, its architectural underpinnings, and the major technical challenges behind its development. The use of graphical probabilistic models became an appealing way of enabling information systems to coherently exploit incomplete information. Chapter 12 considers the problems and the solutions that are concerned with the extension of Java with Higher Order mechanisms: that is methods as parameters and closures. The formal definition of such constructs, integrated in Java, is provided together with an implementation which preserves re-targetability and portability of the Java compilers and of the JVM. Chapter 13 aims at designing and developing an application using JAVA technology to estimate the quality of service of the Internet connections through a real-time multimedia applications. This application is especially useful for ISP and for end users who want to estimate the quality of their Internet access. Chapter 14 provides a report on the research that was conducted on to support mobile application development through a Java IDE to better address the difficulties that are faced by Java Mobile developers.

商品描述(中文翻譯)

Java 是一種程式語言,最初由 Sun Microsystems 於 1995 年開發。如今,Java 在各個領域被廣泛使用。本書旨在介紹 Java 在學術界的應用。內容包括 Java 虛擬機設計、Java 的成本分析、用於研究的流行開源庫、Java 在機器學習中的應用、企業 Java 應用等。本書可作為希望以 Java 作為主要開發平台開始研究生涯的讀者或想深入了解 Java 能力的讀者的良好參考書。

第一章對 Java 進行了詳細概述。第二章提出了用於程式設計教育的教學材料。這些材料用於通過程式設計創建動畫,並不需要特殊的數學知識。學生能夠積極地使用這些材料來解決程式設計問題。第三章描述了螺旋模型如何系統性地將 Java 概念融入學生需求中。此外,還通過圖形漸進項目實施了其他教學模式,如早鳥、工具箱、舊與新混合,以促進入門 Java 課程的最佳教學實踐。第四章提出了一種支持將重複代碼合併為單一模塊的方法。它建議如何通過使用幾個代碼度量來合併每一段重複代碼。第五章描述了一項正在進行的努力,旨在開發一種高度自動化的方法,用於將 Java 源代碼(如標準類庫)遷移到受限的 JVM。最終的代碼遷移工具稱為 Monarch,並建立在 TL 系統之上,這是一個通用的程序轉換系統。第六章提出了一個基於模型-視圖-控制器(MVC)模式的 Java/Swing 程序命令處理框架。它支持集中式異常處理、提前終止命令、命令的前處理和後處理、基於事件對象和模型監聽器的撤銷/重做,以及通用的撤銷/重做命令。第七章討論了軟體複雜性,以確保軟體的質量保證。軟體度量被發現對於通過分配數值來反映程式模塊的易理解性或難理解性,從而降低軟體維護成本是有用的。第八章討論了面向方面的程式設計(Aspect-Oriented Programming, AOP),這是一種新興的程式設計範式,提供新穎的結構以改善軟體系統的整體模組化。第九章考察了在網格計算環境中針對依賴任務的靜態和動態任務分配方法。該提案策略在考慮依賴約束的情況下,減少了提交給網格的任務的平均響應時間。第十章介紹了一個應用於烹飪食譜領域的案例推理系統。第十一章介紹了 UnBBayes 的歷史背景、其架構基礎以及其開發背後的主要技術挑戰。使用圖形概率模型成為使信息系統能夠一致地利用不完整信息的一種吸引人的方式。第十二章考慮了與使用高階機制擴展 Java 相關的問題和解決方案:即將方法作為參數和閉包。提供了這些結構的正式定義,並提供了一個實現,保留了 Java 編譯器和 JVM 的重新目標性和可攜性。第十三章旨在設計和開發一個使用 JAVA 技術的應用程序,以通過實時多媒體應用程序估算互聯網連接的服務質量。這個應用程序對於 ISP 和希望估算其互聯網訪問質量的最終用戶特別有用。第十四章提供了一份報告,介紹了為支持通過 Java IDE 進行移動應用程序開發而進行的研究,以更好地解決 Java 移動開發者面臨的困難。