高分求人翻译一篇英文 (用什么翻译软件的就算了~)~

来源:百度知道 编辑:UC知道 时间:2024/06/10 07:37:42
These days many web pages are not served from static files on the hard drive.Instead,the server generates them dynamically to meet user requests.The content may be pulled from a database or generated algorithmically by a grogram.Indeed,the actual page delivered to the client may contain data combined from several dirrerent sources.In Java,such server-side programs are often written using servlets or Java Server Pages (JSP).They can also be written with other languages,such as C and Perl,or other frameworks,such as ASP and PHP.The concern in this book is not so much with how these programs are written as with how your programs communicate with them.One advantage to HTTP is that it really doesn't matter how the other side of the connection is written,as long as it speaks the same basic HTTP protocol.
The simplest server-side programs run without any input from the user.From the viewpoint of the client,these programs are accessed like any other web page and aren't of much con

许多网页那些日子不服务从静态文件在坚硬drive.Instead, 服务器动态地引起他们遇见用户内容也许被拉扯从数据库或由grogram.Indeed 算法引起的requests.The, 实际页发表对客户也许包含数据被结合从几dirrerent sources.In Java, 这样服务器边节目经常被写使用servlets 或Java 服务器页(JSP).They可能并且被写以其它语言, 譬如C 和Perl, 或其它框架, 譬如ASP 和PHP.The 关心在这本书里非常不是与怎样这些节目被写和与怎样您的节目联络与them.One 好处对HTTP 是那它写, 只要它讲同样基本的HTTP 协议。 最简单的服务器边节目跑没有任一输入从user.From 客户的观点, 这些节目被获取象其他网页并且aren't 受到这个book.The 区别的关注在网页之间由不采取输入并且网页被写在静态HTML 是全部在服务器side.When 文字客户的节目导致, 您dont't 需要知道或关心是否网serer 哺养您一个文件或 某一节目产品它跑了你您的接口对切断是相同在或者方面 案件。 一个轻微地更加复杂的服务器端节目处理器用户输入形式HTML 形式Aweb 形式根本上是colleting 输入从用户, 划分它成整洁的pices, 和通过那些片断方式对服务器的某一节目。clirn 被写在Java 可能执行同样作用, eiyher 由要求用户输入在它的owb GUI 里或由prividing 它自己独特在形成。 HTTP 为java 附属程序提供一个标准, 很好被了解的和很好支持的手段和应用对谈话对遥远的systems;therefore, 我将盖怎么使用Java 对接受和寄发数据到server.There 是其它方式使Java 节目与服务器谈话, 包括遥远的方法祈求(RMI) 并且SOAP.However, RMI 是慢的并且肥皂是相当对比complex.By 方式, HTTP 成熟, 健壮, 更好支持横跨多台平台和网络服务器, 和更好被了解在网发展社区。 Example3-1 和Figure3-3 显示收集的一个简单的形式以二个领域名字和电子邮件address.The 重视用户进入以形式被送回到服务器当用户按"Submit Query" b