Results 1 to 6 of 6

Thread: JSP vs JAVA, what cover first ?

  1. #1
    Join Date
    Oct 2004
    Posts
    425
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default JSP vs JAVA, what cover first ?

    I am reading JAVA:How to program 7/e DEITEL/PH, 4th chapter finished just now, well since I want to focus on JSP what you recommend to cover to reach the two chapters in the book at the end, about JSP[JAVA SERVER PAGES] ?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Java is a language. JSP is sorta a dialect of that language, from what I understand, but not really something on its own. So, you will use the same general scripting as with Java, but just in the context of JSP.
    It's something like:
    You need to attend business meetings in Chinese. You can either just learn Chinese and then be able to learn a very formal dialect so you will fit into the business environment, or you can start with only the very formal dialect and JUST learn that.
    Obviously it'll be harder to learn just the formal dialect if you only do that, but it will be less to learn, so it'll take less time.
    But if you want to learn to have a normal (not business) conversation in Chinese anyway (about sports, traveling, or anything else [just like other programming projects]), then it makes a lot more sense to have a strong base in Chinese overall first.

    (Of course if you do learn just JSP I'm sure it'll help you learn Java later if you want, but it would probably make sense to learn Java first if you're doing both.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It isn't a 'dialect', it's just a way of embedding Java code into HTML — an interface to Java. You will need a thorough understanding of Java in order to make good use of it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Sep 2008
    Location
    London or Slovakia
    Posts
    27
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Quote Originally Posted by leonidassavvides View Post
    I am reading JAVA:How to program 7/e DEITEL/PH, 4th chapter finished just now, well since I want to focus on JSP what you recommend to cover to reach the two chapters in the book at the end, about JSP[JAVA SERVER PAGES] ?
    Reading through whole book or you will miss important bits of information. The book is good but I prefer my 6th edition

  5. #5
    Join Date
    Oct 2004
    Posts
    425
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    There are two chapters at end of the book about JSP, well is needed read ALL prior chapters and after enter JSP or ... ?

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Yes, all of it. You need to understand Java, not just JSP — JSP alone will be useless.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •