{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

基于JAVA的web技术介绍(含外文出处)

来源:56doc.com  资料编号:5D12353 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D12353
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于JAVA的web技术介绍(含外文出处)(中文3200字,英文2400字)
作者姓名:Barrett Daniel,Silverman Ricbardl
文章出处:《java权威指南》
摘要:介绍了三种流行的开源框架技术:Struts、Spring、Hibernate,并将这三种框架技术整合起来应用到实际的Web项目开发中去,分别用Struts框架实现表示层,用Spring框架实现业务层,而用Hibemate框架实现持久层。从而大大降低了各层之间的耦合度,提高了项目代码的复用性及项目开发的效率,并易于维护。
关键字:java  数据库连接  服务器
 
JAVA based on Web Technology
1  Introduction
One preface along with the Java technique of gradual mature and perfect, Be establishment business enterprise class application of standard terrace, the J2 EE terrace got substantial of development .Several technique asked for help from to include in the J2 EE norm : Enterprise JavaBean (EJB), Java Servlets (Servlet), Java Server Pages(JSP), Java Message Service(JMS)...etc., development many application system.But, also appeared some problem in the tradition J2 the EE the application of the development the process:
1)the antinomy of of data model and logic model. Currently the database of usage basically and all is relation type database, but the Java be essentially a kind of the language which face to object, object at saving with read usage SQL and JDBC carry on a database operation and lowered plait distance of efficiency and system of can maintenance;

推荐资料