How can we serialize a jsp page.
Answers were Sorted based on User's Feedback
Answer / sanjay gajula
AT FIRST WE HAVE TO MAKE OUR BEAN CLASS TO IMPLEMENT THE
SERIALIZABLE INTERFACE THEN WE CAN INVOKE THAT
FUNCTIONALITY ON THE JSP PAGE USING JSP ACTIONS
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / guest
We can write a java program and can use in jsp using
use:bean
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / poonam
create the class which implements serializable interface
and write page directive to extend this class.
| Is This Answer Correct ? | 9 Yes | 1 No |
How do I become a java developer?
What is ejb module?
What does enterprise javabeans module contain?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
What is attribute what is asant?
servlet has not any main method in it how does it work by JVM?
What is setfocusable in java?
Which edition of java is used for web application?
Difference between treemap & sortedset
What are j2ee technologies?
What is the description for expression element?
What is java transaction service (jts)?