cancel
Showing results for 
Search instead for 
Did you mean: 

call servlet through stateless sessionbean

former_member219446
Participant
0 Kudos

can any body help me about.....

code to call(run) servlet through stateless session bean,

how can develop it using URL class..

please help me............

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

it can be possible if your session bean can call servlet through an protocol.

means you can create an URL or URL connection class and call it through http protocol.

i .e we can create URLConnetion ( HttpURLConnection ) object to that servlet from a session bean.

I hope this will help you some extent to solve your probs.

Thanks

Mrutyunjaya Tripathy