博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Scripting in Java: Languages, Frameworks, and Patterns
阅读量:4232 次
发布时间:2019-05-26

本文共 1812 字,大约阅读时间需要 6 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp
Groovy and Beyond: Leverage the Full Power of Scripting on the JavaTM Platform!

Using the JavaTM platforms new scripting support, you can improve efficiency, streamline your development processes, and solve problems ranging from prototyping to Web application programming. In Scripting in Java, Dejan Bosanac covers key aspects of scripting with Java, from the exciting new Groovy scripting language to Javas new Scripting and Web Scripting APIs.

Bosanac begins by reviewing the role and value of scripting languages, and then systematically introduces todays best scripting solutions for the Java platform. He introduces Java scripting frameworks, identifies proven patterns for integrating scripting into Java applications, and presents practical techniques for everything from unit testing to project builds. He supports key concepts with extensive code examples that demonstrate scripting at work in real-world Java projects. Coverage includes

*Why scripting languages offer surprising value to Java programmers
*Scripting languages that run inside the JVM: BeanShell, JavaScript, and Python
*Groovy in depth: installation, configuration, Java-like syntax, Java integration, security, and more
*Groovy extensions: accessing databases, working with XML, and building simple Web applications and Swing-based UIs
*Bean Scripting Framework: implementation, basic abstractions, and usage examples
*Traditional and new patterns for Java-based scripting
*JSR 223 Scripting API: language bindings, discovery mechanisms, threading, pluggable namespaces, and more
*JSR 223 Web Scripting Framework: scripting the generation of Web content within servlet containers
http://rapidshare.com/files/46833298/0321321936.zip
http://depositfiles.com/files/1410558
你可能感兴趣的文章
联表查询
查看>>
关于WindowListener的使用
查看>>
关于KeyListener的简单使用
查看>>
关于鼠标移动监听接口:MouseMotionListener
查看>>
TCP/IP详解笔记(一)
查看>>
501. Find Mode in Binary Search Tree
查看>>
504. Base 7
查看>>
593. Valid Square
查看>>
494. Target Sum
查看>>
463. Island Perimeter
查看>>
TCP协议粗析
查看>>
17. Letter Combinations of a Phone Number
查看>>
599. Minimum Index Sum of Two Lists
查看>>
131. Palindrome Partitioning
查看>>
51. N-Queens
查看>>
52. N-Queens II
查看>>
进程池和线程池
查看>>
计算机网络---自顶向下方法
查看>>
排序算法总结
查看>>
僵尸进程以及如何处理僵尸进程
查看>>