Krutik pandya

Greenhorn
+ Follow
since Dec 17, 2012
Krutik likes ...
Eclipse IDE Oracle Java
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 Krutik pandya

hi,

This is good reference book start with on core java.

Sun Certified Java Programmer by Kathy Sierra


It will provide good understating over collections
yes, ajax is the way in your case. you ask the sample code. however, It will be better, you get basic idea and learn ajax first rather asking direct help.

W3school site is very nice to begin with ajax.

cheers,

Krutik
11 years ago
JSP
Hi,

This is core tagging library used to work with request, response, data rending data. This has special tags start with prefix set in attribute. it is more faster than scriptlet code and jsp tags on jsp pages.

Using jstl can be good practice for coding on jsp

Cheers,

Krutik
11 years ago
JSP

Hi,

Visit following link it will give you all the detail you required.

education.oracle.com/

cheers,

Krutik

Hi,

if you are not using ajax then I believe that you are using simple javscript code to generate the event to call requesting Page. Please check that how you are storing the result set data and getting data on jsp.

You can utilize collections classes to store result data pass it in the request on jsp page.

if you are doing same. post sample of code you are implementing.

Cheers,

Krutik
11 years ago
JSP
you can utilize escape characters or you can also utilize XSS encoding to send data in JSON.
11 years ago