parul jain1

Greenhorn
+ Follow
since Apr 25, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by parul jain1

thanks for the help. but i had already read that stuff.
it cleared some of my doubts but i wanted to know what all is part of JVM. where does plugin fit into and is security part of JVM or JRE???
to be precise exact boundaries of each of the above thru a diagram.
one diagram about JDK and JRE was good enough but it doesnt states where does JVM fit therein.
23 years ago
Can somebody clearly state the difference between JRE, JVM, and JDK.
can JVM and JRE be used interchangebly?
where does plugins fit into..
and where does security manager comes into picture...
I will appreciate if somebody cud help me find an ellobarote diagram explaining the above.
thanks
23 years ago
thank you Dustin.
These sites will surely help.
Format is not told to me either.
Its just that in our previous project, during reviews we found lots of bad practices being followed.
Like putting
1. lot of java code inside the jsp page.
2. use of global variables.
etc..
so if you find any document already developed by somebody please refer.
thanks
24 years ago

forwardFileName = "/jsp/"+"homepage"+".jsp";
getServletConfig().getServletContext().getRequestDispatcher(forwardFileName).forward(req, res);
return;
24 years ago
I require to prepare a document regarding "JSP Coding Guidelines". This document will be taken as a standard while developing jsp's in our project.
Suggest some relevant site from where i can pick up the material as it is. The document should clearly tell the Do's and Dont's while writing a jsp page.
thanks
24 years ago