In this method we keep track of the data by passing the data service as a query string from one page to another pages. A query string starts with ? symbol and is followed by sets of key-value pairs. Each pair is separated using the & symbols. Passing huge amount of data using query string is cumbersomes. This method is recommended only when the data that is needed to be passed is very less indeed. Following example demonstrate passing data using query string: index.html 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html PUBLIC “-//W3C//DTD HTML
The post How to Perform URL Rewriting in Java Servlets appeared first on Coding Security.
How to Perform URL Rewriting in Java Servlets
read more
Tidak ada komentar:
Posting Komentar