Go Back   SitePoint Forums > Forum Index > Program Your Site > Java and JSP
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Oct 21, 2004, 13:05   #1
ArticleBot
SitePoint Articles
 
ArticleBot's Avatar
 
Join Date: Apr 2001
Posts: 0
Article Discussion

This is an article discussion thread for discussing the SitePoint article, "JSP 2.0 Simple Tags Explained"
ArticleBot is offline   Reply With Quote
Old Oct 21, 2004, 13:05   #2
Mike Borozdin
SitePoint Wizard
 
Mike Borozdin's Avatar
 
Join Date: Oct 2002
Location: St.Petersburg, Russia
Posts: 1,730
I would recommend this tutorial (http://www.netbeans.org/kb/articles/...ibrary-40.html) in addition to that one.
Mike Borozdin is offline   Reply With Quote
Old Nov 16, 2004, 21:42   #3
raja
SitePoint Community Guest
 
Posts: n/a
its not good because ur not given any introduction to action tags; ur given directly programming structure;so please rectify it;
ok thank u;
  Reply With Quote
Old Nov 19, 2004, 01:04   #4
billabong
SitePoint Member
 
Join Date: Nov 2004
Location: margaret river
Posts: 5
Nice article, good introduction to the API. I used to get put off "knocking together" a custom tag using the old API - too much hassle,too lazy!

I can actually see myself using this new API!

Any articles on the TagFile approach in the pipeline??
billabong is offline   Reply With Quote
Old Nov 19, 2004, 01:51   #5
grandrew
SitePoint Member
 
Join Date: Nov 2004
Location: Rockingham, WA
Posts: 4
Quote:
Originally Posted by raja
its not good because ur not given any introduction to action tags; ur given directly programming structure;so please rectify it;
ok thank u;
Correct, the intention was to introduce how to structure and code using this API and NOT how to introduce the idea of custom actions.

Visit java.sun.com or the j2ee tutorial at http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ if you want to know more about custom actions and how to use them etc;
grandrew is offline   Reply With Quote
Old Dec 1, 2004, 09:43   #6
BALAJI SINGH .Y
SitePoint Community Guest
 
Posts: n/a
I HAVE REALLY FELT GOOD & I HAVE UNDERSTOOD
TAGS IN A VERY GOOD WAY.
THANKS A LOT TO THE WRITER.
  Reply With Quote
Old Dec 20, 2004, 14:02   #7
Sunil
SitePoint Community Guest
 
Posts: n/a
Nice Article.Quick to grasp.
  Reply With Quote
Old Jun 22, 2005, 09:45   #8
vgarcia
☆★☆★
 
vgarcia's Avatar
 
Join Date: Jan 2002
Location: in transition
Posts: 21,477
Note of interest:

jasper-api.jar is no longer in the Tomcat distribution. To compile your SimpleTag classes properly you have to include jsp-api.jar in your classpath now in addition to servlet-api.jar.
vgarcia is offline   Reply With Quote
Old Aug 4, 2005, 15:13   #9
BOBYS
SitePoint Community Guest
 
Posts: n/a
HOLA

Q TAL
  Reply With Quote
Old Aug 5, 2005, 01:30   #10
bonefry
throw me a bone ... now
 
bonefry's Avatar
 
Join Date: Nov 2004
Location: Romania
Posts: 850
Quote:
Originally Posted by vgarcia
Note of interest:

jasper-api.jar is no longer in the Tomcat distribution. To compile your SimpleTag classes properly you have to include jsp-api.jar in your classpath now in addition to servlet-api.jar.
What version ? I use Tomcat 5.5 (I think it is the latest) and it's there.
bonefry is offline   Reply With Quote
Old Feb 4, 2009, 13:45   #11
Utkal Samal
SitePoint Community Guest
 
Posts: n/a
What is the difference between garbage collector and heap ?
Please help me.
  Reply With Quote
Old Feb 5, 2009, 08:18   #12
sg707
SitePoint Guru
 
Join Date: Apr 2007
Posts: 860
It's a good article but it's missing a crucial part about creating taglib using JSP or maybe it's meant to be another section. Though the second comment above link had that info. It's definitely good to know both but I prefer jsp when it's relatively short code.
sg707 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 12:22.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved