Results 1 to 7 of 7

Thread: My first developer article

  1. #1
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts

    My first developer article

    My mate works at Sitepoint (as a technical book editor) and managed to twist my arm into writing a developer guide for the JSTL.

    http://www.sitepoint.com/article/1243

    If anyone has any comments or ideas about how it could be better I'd be interested to know. Also, if you want to learn about the Standard Tag Library in Java you can read it for that reason too

    And yes, that is me in the hat
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

  2. #2
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts
    Nice hat
    Simon


  3. #3
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    Nice hat indeed....
    Also the article is nice and short. Quite clear, and has a helpful smattering of wit. WHY have you not written more tutorials !

    One thing I have to pick you up on though... Why would developers that know java quite well - but don't want to mess around with servlets (as they suck) - want to use this new library ? When JSP offers a very comfortable medium for making dynamic webpages quite quickly... I hear your argument about structure to the architecture. But this can be provided by using struts. Clear separation form GUI and backend. And I think provides a very structured manner for using beans.

    I think this tag library will definately have its exponents. But why would developers want to learn a whole new ?language?

  4. #4
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    Errr. Sorry. Not that I expect you to defend this technology. I just think this issue should be raised in the article.....

  5. #5
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    Thanks for the feedback.

    It's not really a whole new language. It's more a way of writing JSP's but without resorting to scriptlets which can get very messy very quickly.

    I see the JSTL as something of a halfway house between JSPs and "proper" frameworks like Struts. Writing with JSTLs enforces you to but business logic etc into the Beans, and ensures (not rigorously but to a large degree) that what you are writing in the JSP is presentation layer and nothing else. I agree that it does not seperate the View and the Controller in the same manner as Struts does, but that is not really its purpose.

    Once you've learnt four or five tags, and the basis for the EL (which will take a competent JSP programmer about 30 minutes) there's not much more to it.

    I agree that there could be more about where the JSTL sits in terms of JSP/Struts/Servlets etc. but the aim of the article was to be more practical than philosophical.
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

  6. #6
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    k...

    Got pulled over once when I was tripping on acid. I'll match that with any drunk story you ever heard....

    (COULD NOT STOP MYSELF)

  7. #7
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    Actually, there was a time when I was in Heaven in London (about 4 AM I seem to recall) where things went particularly mushy peas
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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