JSP与WEB技术文献翻译
JSP and WEB technology1 JSP Introduction JSP (JavaServer Pages) is a Java-based scripting technology
JSPanWEBtechnog dloy 1JSPIntroduction JSP(JavaServerPages)isaJava-basedscriptingtechn ology.IsadvocatedbySunMicrosystemsInc.,together withanumberofcompaniesinvolvedintheestablishment ofadynamicwebpagetechnologystandards.JSPtechno logyissomewhatsimilartoASPtechnology,Itisa traditionalHTMLpagefile(*.htm,*.html)toinse rtJavaprogramsegment(Scriptlet)andJSPtag(ta g),ToformtheJSPfile(*jsp).WebdevelopmentwithJ SPisacross-platformapplicationsthatcanrununderLinu x,butalsoinotheroperatingsystems.IntheJSPofthe manyadvantages,oneofwhichisthatitwillbeHTMLen codedWebpagefromthebusinesslogicseparatedeffecti vely.JSPaccesswithreusablecomponents,suchasServlet, JavaBeanandJava-basedWebapplications.JSPalso supportsdirectlyintheWebpageembeddedJavacode.J SPcanbeusedtwowaystoaccessdocuments:JSPdocume ntssentbythebrowserrequest,therequestsentto theServlet.JSPtechnologyusesJavaprogramminglang uage,XML-typetagsandscriptlets,tohaveapac kagedealwiththelogicofdynamicpages.Pagetagsand

