hi! At 13:48 22.03.2002 -0700, you wrote: >I am new to servlets. > >Therefore I was wondering if someone could apport dome experience. What is >the API responsible for the TCP IP management (pckt aggregation etc.)? >Then what is the interface that discriminates the messages depending on >their protocols or function (get vs post)? I am have heard like >everyone about Apache, Jakarta and Tomacat but do not know what each one >of these programs do.
look at the docs for java.net, java.io, and java.nio. Apache is a project providing us great open-source softweare (e.g. apache webserver, jakarta is a sub-project), Tomcat is a servlet-container (handles servlet-stuff when plugged into apache webserver, if standalone it also can handle web requests, check out jakarta.apache.org/tomcat and the archives for further information), jakarta is an apache project offering open-source java APIs and software (see http://jakarta.apache.org/). -mw >Thanks People > >Daniel > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
