|
|
|
|
![]() ![]() |
Jan 30 2005, 04:13 PM
Post
#1
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 85 Joined: 27-December 04 Member No.: 2,976 |
No for real what is it...I've seen it used before(nintendo'site and others) is it like Java/JavaScript and if it is can someone post a link to a good tutorial and can someone post an example of it.
|
|
|
|
Jan 30 2005, 07:23 PM
Post
#2
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 378 Joined: 8-January 05 Member No.: 3,174 |
JSP is a bit like PHP or ASP, in the sense that it is a sever scripting language. The simple (and somewhat inaccurate) explanation: It's basically Java with a few extra bits.
If you just want a short explanation, Wikipedia have a pretty good one, with a short bit first and then a longer, bit more in-depth bit. Read it here. If you want lots of technical info I'd suggest Sun's JSP pages (Sun is the company behind Java (and in extension JSP)). Please note that JavaScript is a client-side scripting language that has nothing to do with Java. |
|
|
|
Feb 1 2005, 02:12 AM
Post
#3
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 85 Joined: 27-December 04 Member No.: 2,976 |
A bit like PHP? Dude that's like Java + ASP...ok I've always seen it before...it looks more complicated. But is it more powerful?
|
|
|
|
Feb 1 2005, 11:12 AM
Post
#4
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 378 Joined: 8-January 05 Member No.: 3,174 |
Well, servlets are more powerful than ASP and PHP. Although I guess it can depend a bit on how you define powerful of course, but servlets basically let you do anything that normal Java lets you do. Which is quite a bit.
|
|
|
|
Feb 2 2005, 03:38 PM
Post
#5
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 351 Joined: 19-October 04 From: India Member No.: 1,824 |
hi friends,
JSP is a technology which combines the power of Java Servlets and html. i.e, the presentation layer and the business logic. In case anyone is unaware, Java servlets are like java program which execute on the server(u can call them programs for server side processing) basically jsp are converted into servlets by the web server or servlet container. Its lets u separate the part of presentation from complex logic of processing. It is very powerful technology which allow you to build scalable applications. Features like custom tags add to its power. The sun's site wud be a good source of information about the same. Cheers. |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 13th October 2008 - 02:13 PM |