[Remoting] - Re: connection validator
by tom.elrod@jboss.com
ConnectionValidator is used to make a ping request on the server. It is used in two scenarios. The first is if register a connection listener with the client to be notified when a server has died. The second is for a detector to check a suspected dead server is indeed dead.
There was a change made (see JBREM-530) so that when the connection validator made a call on the server, it would use a new thread to make this call and then if thread didn't return within some timeout (5 seconds), the connection check would return false. Eventually the calling thread would timeout and exit. This was originally done this way because didn't know which client invoker instance would be using and since might the same one that other clients where using, didn't want to change the config (i.e. make the timeout 1 second) since would impact the other clients. However, have found a way around this so that can use a separate client invoker for making this call and still maintain all the config that might be needed to make the call, which is checked in (JBREM-555)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960230#3960230
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960230
19 years, 9 months
[JBoss jBPM] - Re: Help needed- Regarding Regarding jbpm-jpd
by kumar.ravis
Hi kukeltje
First of all thanks for prompt reply.
Actually I want to develop a simple web-application using JBPM, but I am not sure JBPM is best suitable for that or not. I am trying to explain the scenario with the help of following steps.
1. User -login
2. After successful login, user will select some fields on form (form component may be dropdown list, radio button, text field etc.) and submit the form.
3. depends on those fields; application will display some static or dynamic page to the user.
This is very simple application and here I supposed to create some custom forms (may be 5-6) and write some codes to handle those requests.
But I am confused JBPM is best suitable for this or not?
If yes then how can I create custom form using jbpm-jpd and where I can write code for handling those requests?
I would also like to say, this application does not includes different business processes (as I have studies example mention in JBPM user-guide ), so I think JBPM may not be best for such a simple (request-response) application and jsp-servlet will be better option for this.
Answer to this question will be very help full to me.
Please response.
Thanks in advance
-Ravi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960227#3960227
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960227
19 years, 9 months