Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Help coderanch get a
new server
by contributing to the
fundraiser
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
JSP
how can we implement an interface in JSP
sitaram irrinki
Ranch Hand
Posts: 158
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
we cant implement interfaces in
JSP
then what is the purpose of implement attribute?
krishnaraj sg
Greenhorn
Posts: 17
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
if u see the JSP speciicaton...it wont allow u to implement any interfaces in the jsp.
Kriti Garg
Ranch Hand
Posts: 50
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can u tell why there is restriction of not implementing an interface in jsp?
Ben Souther
Sheriff
Posts: 13411
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What do you mean implement an interface?
Do you want the JSP itself to be an implementation of something?
If so, why?
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
Kriti Garg
Ranch Hand
Posts: 50
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I mean in page directive of jsp
we have 'extends' but not 'implements' why is it so?
Ben Souther
Sheriff
Posts: 13411
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Adding an 'implements' directive would make a JSP an "instance of" something.
Why would you want to do that?
JSP is a templating technology for displaying markup pages.
What would the 'implement' directive give you?
What would you do with it?
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how can we implement interfaces in JSP
about interface in jsp
Can we implement an interface in jsp ? if not why?
mvc 2
Interface in Jsp
More...