I intend to develop a web application with PowerBuilder and deploy it
in JBoss. But the problem is that I don't know how to do this.
First, how can I reference the EJB that I have already deploy in JBoss
to my application in PB.
Second, PB ask me to create an application server profile, that I
don't know how to configure it. What is the "Profile name", the
"port", the "login and password" if I specify "Jboss" in "server
type".
Please help me.
Sincerly.
On Tue, 20 Nov 2007 23:39:29 -0800 (PST), noel_l...@freenet.mg
wrote:
Developing a web application in Powerbuilder and deploying it to JBoss
is one different thing, using the already developed and deployed pure
J2EE web application in JBoss is another. You can do/achieve both. Bruce
clarified the first.
To achieve the second, you must create the ejb proxies in Powerbuilder
and use them in your code. The second part does have nothing to do with
the application server profile in Powerbuilder.
There is a good example in the code exchange. You can refer to the ejb
client section in the html books as well.
Gokhan.