View Single Post
  #2 (permalink)  
Old 07-02-2007, 06:58 PM
Felissa Felissa is offline
Member
 
Join Date: Jun 2007
Posts: 95
Felissa is on a distinguished road
I would caution you about the design though. A JSP is really meant for display purposes, not "code". You're likely going to be better off having a bean of some sort behind the JSP that does the actual communication with the web service and have the JSP interact with that bean. That way you keep your display logic separate from your back end logic.

Greetings.

Felissa
Reply With Quote