Link to home
Start Free TrialLog in
Avatar of Manikandan Thiagarajan
Manikandan ThiagarajanFlag for India

asked on

JSTL

What is meant by jstl?.

what is the use in java,j2ee technolgies?

at what purpose  we go for jstl?.

ASKER CERTIFIED SOLUTION
Avatar of suprapto45
suprapto45
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Manikandan Thiagarajan

ASKER

how to work on that?.

could i have to download anything?.
Yes, definitely

If you already have a working J2EE Web Application, you need to install JSTL (put some jar on your project) and you need to reference it in your JSP and you are ready to go.

http://java.about.com/od/beginningjava/l/aa_jstl_intro.htm

Please also read part 2 on how to install JSTL

David
well,instead of scriplets we are using jstl.

could you please explain simple.

advantage and disadvantages of jstl than jsp.
sorry,

advantage and disadvantages of jstl than scriplet


Hi,

Thanks for accepting.

I think that the main benefit of JSTL compared to Scriptlet is mostly on the easier of maintenance. Non-Java developer would find it easier to read JSTL compared to embedded scriptlet. Additionally, there is also a benefit in terms of reusability.

David
could you please provide link for studying purpose