基于jsp的文档共享与交流平台毕业设计外文翻译、开题报告、文献综述(编辑修改稿)内容摘要:
un 公司自己用 Java 写的一套开源 office 软件,因为 java 是 sun 公司开发的跨平台的面向对象的编程语言,所以以 java 语言开发的 jodconverter 插件与 OpenOffice 套件的组 合,可以实现跨平台的运行,在任意的服务器上操作。 两种软件都是开源免费的。 缺点就是 OpenOffice 套件文件很大。 第二步: pdf转 swf。 利用 pdf2swf 软件, pdf2swf 提供了命令行参数,我们可以通过 Java 的 Runtime 和 Process 调用 pdf2swf 提供的命令将 pdf 转为 swf。 第三步:将 swf 文件通过 flexpaper 在浏览器中显示, FlexPaper 是一个开源轻量级的在浏览器上显示各种文档的组件,被设计用来与 PDF2SWF 一起使用, 使在 Flex 中显示 PDF 成为可能,而这个过程并无需 PDF 软件环境的支持。 它可以被当做 Flex 的库来使用。 参考文献 [1] 王焕卫、朱林、刘清华,基于 CORBA 的分布式文档工作流管理的实现,计算机工程应用, [2] 张爱梅 .数字图书馆的个性化信息服务 . 图书馆学 刊, [3] 沈嫒芬,林万莲主编 .信息服务及其利用 .武汉:华中师范大学出版社, [4] 张成昱,来强,王平,赵仪,孔黎 .分布式网络信息资源重构模式及系统实现 .清华大学学报, [5] 薛华,薛福任,工作流技术及其在网上审批中的应用,计算机工程与应用, [6] 胡杰,党延忠,基于 web 的工作流技术在文档管理系统中的应用,计算机工程与应用, 2020. 12 [7] 皮晓青,唐守渊,冯驰,梁伟,王润,科技资源开放与共享策略 [M]重庆 :西南师范人学出版社 [8] 王中 网络版权的贬值和措施 电子知识产权 [9] 严蔚敏,吴伟民主编 . 数据结构 清华大学出版社 [10] (美 ) 斯贝尔 (Spell, B.) 著;董梁,刘艳 译 java 高级编程(第二版)清华大学出版社 [11] 刘俊亮 王清华 JSP Web 开发学习实录 清华大学出版社 ( 1) [12] 蒲子明 许勇 王黎 Struts2+Hibernate+Spring 整合开发技术详解 清华大学出版社 [13 ]M. Waldman, . Rubin, and . Cranor, Publius: A robust, tamperevident, censorshipresistant web, Proceedings of the 9th USENIX Security Symposium, August 2020. [14] Free Web site: [15] I. Clarke, O. Sandberg, B. Wiley, and . Hong, “ Free: A Distributed Anonymous Information Storage and Retrieval System in Designing Privacy Enhancing Technologies” , International Workshop on Design Issues in Anonymity and Unobservability, LNCS 2020, July 2020. [16] Mojo nation Web Site: [17] R. Dingledine, . Freedman, and D. Molnar, Chapter 12: Free Haven, In PeerToPeer: harnessing the Power of Disruptive Technologies, Ed. Andy Oram. Cambridge: O39。 Reilly and Associates, 2020. [18] R. Dingledine, . Freedman, and D. Molnar, “ The Free Haven Project: Distributed Anonymous Storage Service” , International Workshop on Design Issues in Anonymity and Unobservability, LNCS 2020, July 2020. [19] D. Nam, M. Lee, J. Lee, and S. Han, “ Distributed Document Sharing System” , Term Project Report, June 2020. 河北科技师范学院 本科 毕业设计外文翻译 JSP technology and mainstream opensource framework for JAVA EE 院(系、部) 名 称 : 工商管理学院 专 业 名 称 : 信息管理与信息系统 学 生 姓 名 : 李建波 学 生 学 号: 0811080211 指 导 教 师: 刘书霞 2020 年 5 月 18 日 河北科技师范学院教务处制 JSP technology and mainstream opensource framework for JAVAEE 1. JSP Profile JSP (Java Server Pages) is initiated by Sun Microsystems, Inc., with many panies to participate in the establishment of a dynamic web page technical standards. JSP technology somewhat similar to ASP technology, it is in the traditional HTML web page document (*.htm, *. html) to insert the Java programming paragraph (Scriptlet) and JSP tag (tag), thus JSP documents (*.jsp). Using JSP development of the Web application is crossplatform that can run on Linux, is also available for other operating systems. JSP technology to use the Java programming language prepared by the category of XML tags and scriptlets, to produce dynamic pages package processing logic. Page also visit by tags and scriptlets exist in the services side of the resources of logic. JSP page logic and web page design and display separation, support reusable ponentbased design, Webbased application development is rapid and easy. Web server in the face of visits JSP page request, the first implementation of the procedures of, and then together with the results of the implementation of JSP documents in HTML code with the return to the customer. Insert the Java programming operation of the database can be reoriented websites, in order to achieve the establishment of dynamic pages needed to and Java Servlet, is in the implementation of the server, usually returned to the client is an HTML text, as long as the client browser will be able to visit. JSP specification of the final version is launched in September 1999, December has introduced specifications. At present relatively new is norms, norms of the draft has also been introduced. JSP pages from HTML code and Java code embedded in one of the ponents. The server was in the pages of client requests after the Java code and then will generate the HTML pages to return to the client browser. Java Servlet JSP is the technical foundation and largescale Web application development needs of Java Servlet and JSP support to plete. JSP with the Java technology easy to use, fully objectoriented, and a platformindependent and secure mainly for all the characteristics of the Inter. JSP technology strength: (1) time to prepare, run everywhere. At this point Java better than PHP, in addition to systems, the code not to make any changes.(2) the multiplatform support. Basically on all platforms of any development environment, in any environment for deployment in any environment in the expansion. Compared ASP / PHP limitations are obvious. (3) a strong scalability. From only a small Jar documents can run Servlet / JSP, to the multiple servers clustering and load balancing, to multiple Application for transaction processing, information processing, a server to numerous servers, Java shows a tremendous Vitality. (4) diver sification and powerful development tools support. This is similar to the ASP, Java already have many very good development tools, and many can be free, and many of them have been able to run on a variety of platforms under. JSP technology vulnerable: (1) and the same ASP, Java is the advantage of some of its fatal problem. It is precisely because in order to crossplatform functionality, in order to extreme stretching cap。基于jsp的文档共享与交流平台毕业设计外文翻译、开题报告、文献综述(编辑修改稿)
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。
用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。