ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Webclient Question

Post new topic  Reply to topic
 Webclient Question « View previous topic :: View next topic » 
Author Message
slnelson76
PostPosted: Wed Apr 09, 2003 1:41 pm    Post subject: Webclient Question Reply with quote

Novice

Joined: 02 Apr 2003
Posts: 13
Location: Iowa

I am trying to extend the web client a little. Mostly to see what kind of options are available.

I am trying to stick a Struts Action between the Main Servlet and the ListViewer.jsp. I can access the Action without going through the servlet so I know it is working properly, but when I try this code snippet:

Code:
   
public ResponsePage logonResponse(RequestContext context)
                      throws ClientException
{
 ResponsePage result = new ResponsePage(context,"/showListViewer.do");
 return result;
}


I get a message:
Quote:
showListViewer.do not found


Obviously there isn't a showListViewer.do file since it is handled by the Action servlet.

My thought is that the Main servlet isn't REALLY doing a proper forward inside the ResponsePage constructor, so it doesn't invoke the Action servlet. Which probably means I can't do it this way. But I thought I would see if anyone knew how to correct this or do it another way.

-Thanks for your time
Back to top
View user's profile Send private message
jet
PostPosted: Thu Apr 17, 2003 9:52 am    Post subject: Reply with quote

Apprentice

Joined: 04 Dec 2002
Posts: 49
Location: New York

u r right...It is hard (may be impossible) to extend the MQWF web client main servlet....we ended up developing our own custom STRUTS servlet using MQWF java APIs (wrap around it) in our workflow web app.
Back to top
View user's profile Send private message
slnelson76
PostPosted: Fri Apr 18, 2003 10:00 am    Post subject: Reply with quote

Novice

Joined: 02 Apr 2003
Posts: 13
Location: Iowa

I got it to work by sending it through a proxy.jsp file that forwards to the struts piece I want. Actually works quite well. Very flexible. Not sure how efficient it is though. Probably not very. Ah well it was just a proof of concept/research thing anyways.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Webclient Question
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.