0. Preface: Core Technologies
日期:2007年8月7日 作者: 查看:[大字体 中字体 小字体]-
0. Preface: Core Technologies
0.1 The Usual Suspects
This User Guide is written for active web developers and assumes a working knowledge about how Java web applications are built. Before getting started, you should understand the basics of several core technologies:
- HTTP, HTML, and User Agents
- The HTTP Request/Response Cycle
- The Java Language and Application Frameworks
- JavaBeans
- Properties Files and ResourceBundles
- Java Servlets
- JavaServer Pages and JSP Tag Libraries
- Extensible Markup Language
This chapter briefly defines each of these technologies but does not describe them in detail. For your convenience, links to further information are provided if you would like to learn more about a technology.
If you are familiar with Java, but not these technologies, the best overall starting point is The Java Web Services Tutorial . This document is also available for download in PDF format.
If you've created web applications for other platforms, you may be able to follow along and visit the other references as needed. The core technologies used by Struts are also used by most other Java web development prodUCts, so the background information will be useful in any Java project.
If you are not familiar with the Java language generally, then the best starting point is The Java Tutorial . This overlaps with the Java Web Services Tutorial in some places, but the two work well together.
For more about building Java application in general, see the New to Java tutorial.
0.2 HTTP, HTML and User Agents
The World Wide Web was built over the Hypertext Transfer Protocol (HTTP) and the Hypertext Markup Language (HTML). A User Agent, like a web browser, uses HTTP to request a HTML document. The browser then formats and displays the document to its user. HTTP is used to transport more than HTML, but HTML is the lingua franca of the Web and web applications.
- [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] 下一页
- 0. Preface: Core Technologies 相关文章:
- ·《鬼舞者3》中文功略(PS2) - 其他电视游戏攻略秘籍
- ·vista分区软件
- ·最快速定制Vista桌面上的系统图标
- ·深度技术 GHOSTXP V6.0装机个人版
- ·大量Windows Vista 边栏小工具下载
- ·《生化危机2》美版金手指(PS2) - 生化危机4攻略秘籍 - 生化危机4
- ·photoshop换脸技术
- ·ADSL猫 路由设置方法
- ·什么是MIS
- ·Servlet简介
- 0. Preface: Core Technologies 相关软件
- ·拳皇(The King of Fighters) 2003
- ·Motorola Phone Tools V4.12 中文版
- ·Windows无忧助手 V5.4 正式版
- ·Microsoft Office 2003 测试版
- ·Microsoft Office 2003 Suite SP2 简体中文完整版
- ·拳皇(The King of Fighters) 99
- ·拳皇(The King of Fighters) 97
- ·拳皇(The King of Fighters) 98
- ·Windows XP SP2 补丁集(至2007.08.14)
- ·拳皇(The King of Fighters) 2000
上一篇:IE6.0打印机制解析
下一篇:3. Building View Components
- 特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作
- 者.文章版权归文章原始作者所有.对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转
- 载的文章有版权问题请联系编辑人员,我们尽快予以更正. 转载请注明来源:http://www.hackhome.com
精品推荐
热点TOP10
- ·Servlet简介
- ·Java编写的计算器程序及源代码(1)
- ·Java学生成绩管理系统源代码
- ·servlet和JSP过滤器Filter
- ·Struts+Spring+Hibernate实现上传下载
- ·Web2.0时代的核心应用:Ajax简介
- ·用Java实现音频播放
- ·Java Map 集合类简介
- ·你能过关吗?J2EE面试题集锦(附答案)
- ·在桌面应用中使用JAVA DB
- ·使用poi操作Excel的几点注意事项
- ·候捷谈Java反射机制
- ·java网络五子棋的源代码
- ·J2ME游戏开发实例讲解
- ·用java实现print screen,读取位图文件,将位图文件转化位jpeg格式并保存成文件输出!
- ·Java基础:三步学会Java Socket编程
- ·SOAP协议初级指南
- ·开源技术——体验Struts
- ·J2SE简介
- ·JavaDoc用法
特别推荐
- ·你能过关吗?J2EE面试题集锦(附答案)
- ·面向过程与面向对象的区别
- ·Tapestry入门
- ·候捷谈Java反射机制
- ·标准的web.xml
- ·Java异常处理的特殊情况
- ·SOAP协议初级指南
- ·Why Java can be used for games?
- ·用Java Socket制作广播信使程序
- ·J2ME游戏开发实例讲解
- ·用java实现print screen,读取位图文件,将位图文件转化位jpeg格式并保存成文件输出!
- ·[SNAP]实例讲解移动QQ在线平台
- ·0. Preface: Core Technologies
- ·一个简单实用的数据库操作框架
- ·开源技术——体验Struts
- ·Java资料:Swing中的事件处理详细资料
- ·Tomcat性能调整
- ·Java基础:三步学会Java Socket编程
- ·一种通用的输入校验方法和气球泡提示的实现(键盘用户界面模块)
- ·JBoss 4.0 简化了中间件的开发
