[jboss-dev-forums] [Design of JBoss ESB] - Re: Regarding JBoss ESB
AmbicaSona
do-not-reply at jboss.com
Wed Jun 25 04:52:47 EDT 2008
oh....may b my explanation was poor...:)
I have not started integrating the ESB with the JSP. actually mine is a web application and accepts only one type of request format. But i have 4 clients and the formats of their request is diifrent from mine. So i am using ESB and changing their format to my application understandable format and sending the response back after receiving the response from my application server by changing in to their specific format.
This i have successfully finished with out any errors and my response is also exactly same as what i wanted. But for this i have followed the guide of JBOSS ESB and i created in a way which will run through command prompt.
Is there any direct class (like in Mule, "org.mule.components.simple.BridgeComponent") through which we can assign a url for this ESB or we have to write a JSP class compulsory? and how i can call ESB from my doPost()/doGet() method of my JSP/Servlet...??????????
i have gone through native_client sample which is exposed as a web service.. i dont want to expose my ESB as a web service.. I just want to make my ESB as a web so that i can call that through a URL...
Any help is highly appreciable..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160464#4160464
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160464
More information about the jboss-dev-forums
mailing list