Architecture of servlet
Advance Web Programming
Architecture of servlet -
Servlet Architecture को three tier mode में application के साथ build किया जाता है।
First tier- इसमें java enabled browser तथा network पर चलने वाला किसी भी plateform का computer या workstation होता है।
Second tier- इसमें servlets होते है, जो कि एक definite protocol पर application को run करते हैं।
Third tier- इसमें data repository होती है, relational database interface जैसे कि JDBC का प्रयोग करके इस tier को access केिया जा सकता है।
Servlet Architecture को three tier mode में application के साथ build किया जाता है।
First tier- इसमें java enabled browser तथा network पर चलने वाला किसी भी plateform का computer या workstation होता है।
Second tier- इसमें servlets होते है, जो कि एक definite protocol पर application को run करते हैं।
Third tier- इसमें data repository होती है, relational database interface जैसे कि JDBC का प्रयोग करके इस tier को access केिया जा सकता है।