how can i pass the value from the java standalone to jsp without database
zita lakshmi
Ranch Hand
Joined: Nov 13, 2009
Posts: 37
posted
0
Hi
I need to bush a value from a standalone java application to a jsp. Currently i am using database in between java and jsp.
how can i pass the value from the java standalone to jsp without database.
@Zita: I think you mean "assist" me :) "Assess" means to "evaluate or estimate the nature, ability, or quality of."
I'd consider taking some time to check out some of the basic Java web app tutorials before proceeding much further; pretty much any servlet/JSP example will do what you're asking about.
subject: how can i pass the value from the java standalone to jsp without database