| Author |
Pass some value from one servlet to another servlet
|
vipul pal
Greenhorn
Joined: Nov 04, 2011
Posts: 3
|
|
I am working on Turbine and Spring simultaneously and want to pass some value (like authentication, session id, current page information) from turbine to spring page and both are in same tomcat server.
Please do the needed help.....
|
 |
hemantha kumar k
Greenhorn
Joined: Apr 20, 2010
Posts: 27
|
|
Create the Context Class make all the methods as static and populate the all the fields in Turbine and access it in Spring page
you can make it generic also as you use setAttributes in Servlets
use the HasMap to create your Context Class
|
 |
vipul pal
Greenhorn
Joined: Nov 04, 2011
Posts: 3
|
|
Please explain with a example because i m very new .....
Thanks for your reply
|
 |
 |
|
|
subject: Pass some value from one servlet to another servlet
|
|
|