Why JSP pages rarely seen on web Except Enterprise Level

Hi

I know J2EE are use very strongly in enterprise level due to its resouse rich , persistense on good platform like unix,linux sun solaris, But Generally for any commercial web application i use to see asp and most prefferably PHP pages (at present on demand due to linux platform ) but very rarely seen jsp pages, why is there any solid reason regarding speed efficiancy

or any other reason.

Need to Know

Vivek Sharma

[452 byte] By [harnala] at [2007-12-10]
# 1
JSP engines are comparatively slow when compare to other web engines.
chiguruvadaa at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 2
HiSo can we say it is not better to use J2EE technology for comercial web sites
harnala at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 3
No.If it is a simple web application then we can use other alternatives.But if the application needs security and portablility then we have to go for J2EE.
chiguruvadaa at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 4
YESI am actually developing simple web application.So for that J2EE is not better option. really it is bad news.
harnala at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 5
Yes! for simple web applications PHP is the right one to use.
chiguruvadaa at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 6
> YES> I am actually developing simple web application.So> for that J2EE is not better option. really it is bad> news.No !J2EE is good for simple WEB app. as well
Maris_Orbidansa at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 7

> Hi

> I know J2EE are use very strongly in enterprise level

> due to its resouse rich , persistense on good

> platform like unix,linux sun solaris, But Generally

> for any commercial web application i use to see asp

> and most prefferably PHP pages (at present on demand

> due to linux platform ) but very rarely seen jsp

> pages, why is there any solid reason regarding speed

> efficiancy

> or any other reason.

There are several reasons:

1)PHP is easier to learn.

2)Therefore PHP developers are cheaper.

3)There are more PHP hosting services than for J2EE. Quite often they are cheaper, too.

4)There are more open-source WEB related components written in PHP. For example, discussion forums.

But I strongly believe that there are no technical reasons why PHP is better for small WEB apps!If someone disagrees then please explain you't opinion.

Maris_Orbidansa at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...
# 8

> > YES

> > I am actually developing simple web application.So

> > for that J2EE is not better option. really it is

> bad

> > news.

>

> No !J2EE is good for simple WEB app. as well

That's one thing I would say boldly too :-)

xHackera at 2007-7-10 > top of java,Enterprise & Remote Computing,AVK Portability...