In J2ee,
In general, Servlet and jsp is used for web based apllications in server side programming purpose.
Jsp is using as Large View purpose.mainly to develope the Presentaions or frond apllication purpose.

Servlet is also doing same thing , and in case of Struts Framework, Servlet acts as controller between the request comming from the browser and Server.