Results 1 to 3 of 3
Thread: Web Service from JSP
- 07-02-2007, 04:48 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 111
- Rep Power
- 0
- 07-02-2007, 04:58 PM #2
Member
- Join Date
- Jun 2007
- Posts
- 95
- Rep Power
- 0
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
- 07-02-2007, 05:00 PM #3
Member
- Join Date
- Jun 2007
- Posts
- 91
- Rep Power
- 0
Please, check this:
https://jax-ws.dev.java.net/jax-ws-e...ocs/index.html
WebServices - Axis
Greetings.
Daniel:o
Similar Threads
-
run a batch file as windows nt service
By radhika123 in forum New To JavaReplies: 0Last Post: 04-04-2008, 01:46 PM -
Exporting RMI Service in Spring framework
By Java Tip in forum Spring FrameworkReplies: 0Last Post: 04-02-2008, 10:39 AM -
Java Service Wrapper 3.3.0
By Java Tip in forum Java SoftwareReplies: 0Last Post: 03-29-2008, 01:04 PM -
Exporting RMI Service in Spring framework
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:23 PM -
web service & files, objects
By Arctix in forum Web FrameworksReplies: 0Last Post: 08-11-2007, 02:40 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks