Re: html servlet flow
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Fri, 16 Jun 2006 16:47:46 GMT
"Jeff Kish" <kishjjrjj@xxxxxxxxxxx> wrote in message news:ag34929iv6ciosf208sjg9tmh5l79ovuo2@xxxxxxxxxx
I'm still trying to get my head around what is going on between the
browser and Tomcat.
Still appreciate any elucidation, still studying.
The browser submits an HTTP request, and the server sends an HTTP response. That response usually contains HTML, but it could respond with anything (including images, flash animations, PDFs, etc.)
The server is free to send back any content it wants, and the browser is free to submit any HTTP request it wants.
When writing websites, you have to provide enough information in your responses so that the user can accomplish whatever tasks it is they want done. You also have to take into account the fact that users are free to send any request they want, and so you have to be able to handle non-sensical requests and not assume requests will arrive in any particular order or anything like that.
- Oliver
.
- Follow-Ups:
- Re: html servlet flow
- From: Jeff Kish
- Re: html servlet flow
- References:
- html servlet flow
- From: Jeff Kish
- Re: html servlet flow
- From: Jeff Kish
- html servlet flow
- Prev by Date: Re: running unix script from java app
- Next by Date: Re: Distribute java program with security
- Previous by thread: Re: html servlet flow
- Next by thread: Re: html servlet flow
- Index(es):
Relevant Pages
|
|