1、此文档是毕业设计外文翻译成品( 含英文原文 +中文翻译),无需调整复杂的格式!下载之后直接可用,方便快捷!本文价格不贵 ,也就几十块钱! 一辈子也就一次的事! 外文标题: Introducing Java Web Development 外文作者: Vishal Layka 文献出处 :Learn Java for Web Development. pp 1-41 英文 4377单词,中文 5859汉字。 Introducing Java Web Development The mind, once stretched by a new idea, neve
2、r returns to its original dimensions. Ralph Waldo Emerson An intelligent machine is that which extends the very imagination with which it was built. An example of this is the instruction called i nvoke Dynami , which was introduced with Java 7 to optimize the performance of dynamically typed
3、languages on the Java Virtual Machine (JVM). The JVM, originally intended for Java, can now host a myriad of programming languages, including Groovy2 and Scala.3 This has led to a renaissance of Java web development. This new paradigm of cross-pollination and diverse, well-founded options carves out
4、 a number of niches in the Java ecosystem, resulting in a richer web landscape than ever before. The open source community has capitalized on the multiparadigm capabilities offered by the languages that run on the JVM, by means of web frameworks, to dramatically enhance the productivity in web devel
5、opment. Java EE4 advanced this momentum, pioneered by Java frameworks such as Spring,5 by standardizing and improving the API and run time environment. Further, functional programming constructs, in the form of lambdas, have been added to Java 8. As a result, Java is on the rebound to become an ber
6、solution. This chapter sets the stage for the book by introducing the three key players that join forces in building modern Java web applications: the JVM languages, Java EE, and the Java web frameworks. Note : The JVM languages represent a new category of languages that run on the JVM.With the latest version, Java8, Java is no longer a Privileged JVM language and is now simply one of the many languages that run on the JVM. The chapter begins by introducing the JVM languages and then introduces Java EE. The Java