![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2005
Posts: 17
Rep Power: 0
![]() |
jsp???
in my prev q i asked:
what are the advantages for using php over perl/cgi (and vice versa) is there really much of a difference? i appreciate all the replies but i yet have another question. what are the dis/advantages of JSP??? isn't it supposed to be a graphical language(java)? then why is it doing work that php can do? is this efficient? best regards |
|
|
|
|
|
#2 | ||
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
<html> <head> <title>Test page</title> </head> <body> <?php print "Hello World"; ?> </body> </html> #!/usr/bin/perl print "<html>\n"; print "<head>\n"; ... Quote:
If you're new to programming server-side web applications, I suggest PHP. |
||
|
|
|
|
|
#3 |
|
Professional Programmer
|
right, if you're new go php. I've been looking into JSP a little bit and it's very powerful. Kinda slow on initial page loads because it compiles everything, but it's just as fast as anything else after that. It's imperitive that you learn something easier, like PHP, then move to java, then to JSP later on if you want
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|