Results 1 to 4 of 4
Thread: Functions in jsp
- 04-02-2007, 11:18 AM #1
Member
- Join Date
- Mar 2007
- Posts
- 16
- Rep Power
- 0
- 04-02-2007, 03:29 PM #2
Member
- Join Date
- Mar 2007
- Posts
- 11
- Rep Power
- 0
Actually jsp is the modified form of java servlets.It is having so many taglibraries.So In advance we have to make use of java beans and jsp together.Jsp is a scriptlet language.So making private functions in jsp is a bad programming technique.We have to make use of java beans..
- 02-17-2009, 03:25 PM #3
Member
- Join Date
- Feb 2009
- Location
- Delhi
- Posts
- 63
- Rep Power
- 0
ya sure,
we can write the function in the scriplets
eg:
<%
public String show()
{
return "good";
}
%>
- 03-25-2009, 10:04 PM #4
Member
- Join Date
- Mar 2009
- Posts
- 25
- Rep Power
- 0
Similar Threads
-
Calculating trigonometric functions
By Java Tip in forum java.langReplies: 0Last Post: 04-16-2008, 10:56 PM -
Calculating hyperbolic functions
By Java Tip in forum java.langReplies: 0Last Post: 04-16-2008, 10:55 PM -
java copy paste cut and undo functions
By Mr tuition in forum AWT / SwingReplies: 1Last Post: 12-09-2007, 12:02 AM -
Quick Question (Functions)
By ibanez270dx in forum New To JavaReplies: 2Last Post: 11-16-2007, 01:42 AM -
I need to be able to deal with functions like matlab
By romina in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:37 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks