views:

104

answers:

2

What are the advantages of using jsp over PHP or Ruby on rails?

Thanks in advance;-)

+1  A: 

Maybe you're a Java shop and you have a lot invested in that kind of infrastructure.

I wouldn't advocate using stock JSP for anything, though. There are toolkits that build on top of it that make life significantly easier for developers. The Tapestry/Hibernate combination is only one example.

tadman
+1  A: 

This is highly subjective and depends heavily on what kind of sites you are building. If you are just using plain JSP it offers little advantage. However, if you want to use one of the many Java frameworks (Spring, Hibernate etc.) it can offer many advantages, depending on the application.

Kris