karl san

Greenhorn
+ Follow
since Aug 27, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by karl san

I am a newbie to this area. I am involved in developing a Web Application. Could any of the Java Gurus please explain me the heirarchy i need to have inorder to make my development, debugging and deployment in an ideal and smooth fashion. I am using JDeveloper.
Thanks In Advance.
Would the method suggested by you guys improve the performance of the web application in any way and why?
20 years ago
Is there a way to get the context path of a web app in javascripts.
20 years ago
JSP
Hi,
I am using absolute paths in my web application. So i am using the function request.getContextPath() to get the absolute path. I am required to use this function many time in the same page and across pages. So instead of calling the function again and again, i am thinking of declaring a global variable in my startup page and use the same variable across pages. I am not sure whether this is the best way to do it. Please advice.
Thanks
20 years ago
JSP