Ray's playground

 

2010年3月29日

Being a Servlet: request AND response(Head First Servlets and JSP)

摘要: Each request runs in a separate thread!  When you use GET, the parameter data shows up in the browser’s input bar, right after actual URL (and separated with a “?”).Still another iss... 阅读全文

posted @ 2010-03-29 23:56 Ray Z 阅读(290) 评论(0) 推荐(0) 编辑

Forms(The Definitive Guild to Django)

摘要: Django comes with a form library, called django.forms, that handles many of the issues we’vebeen exploring in this chapter—from HTML form display to validation. Let’s dive in andrewo... 阅读全文

posted @ 2010-03-29 21:38 Ray Z 阅读(292) 评论(0) 推荐(1) 编辑

Basics(Essential Windows Communication Foundation)

摘要: For the client to communicate meaningful information to the service, itneeds to know the ABCs: the address, the binding, and the contract.  Services can be hosted in any operating system process, from... 阅读全文

posted @ 2010-03-29 16:51 Ray Z 阅读(235) 评论(0) 推荐(0) 编辑

导航