【精品文档】558关于计算机专业spring脚本Script语言的毕业设计论文英文英语外文文献翻译成品资料:Spring的脚本支持(中英文双语对照)
-
资源ID:1470516
资源大小:1.43MB
全文页数:23页
- 资源格式: DOCX
下载积分:299金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
【精品文档】558关于计算机专业spring脚本Script语言的毕业设计论文英文英语外文文献翻译成品资料:Spring的脚本支持(中英文双语对照)
1、本文是中英对照毕业设计论文外文文献翻译 下载后无需调整复杂的格式直接可 用 一辈子也就一次的事 文 献 引 用 作 者 出 处 信 息 Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5 An In Depth Guide to the Spring Framework and Its Tools 2020 如觉得年份太老 可改为近 2 年 毕竟很多毕业生都这样 做 英文 3903 单词 23056 字符 字符就是印刷符 中文 5990 汉字 如果字数多 了 可自行删减 大多数学校都是要求选取外文的一部分内容进行
2、翻译的 Scripting Support in Spring In previous chapters you saw how the Spring Framework can help Java developers create JEE applications By using the Spring Framework s DI mechanism and its integration with each layer via libraries within the Spring Framework s own modules or via integration with thir
3、d party libraries you can simplify implementing and maintaining business logic However all the logic we have developed so far was with the Java language Although Java is one of the most successful programming languages in history it is still criticized for some weaknesses including its language stru
4、cture and its lack of comprehensive support in areas such as massive parallel processing For example one feature of the Java language is that all variables are statically typed In other words in a Java program each variable declared should have a static type associated with it String int Object ArrayList and so on However in some scenarios dynamic typing may be preferred which is supported by dynamic languages such as JavaScript To address those requirements many scripting languages have been de