- This topic has 5 replies, 3 voices, and was last updated 17 years, 10 months ago by dimonus.
-
AuthorPosts
-
spreeMemberBob:
I have tried to integrate Web Services and EJB with no result.Is there a tutorial that shows how to do it ❓ .
Thanks for your help.
GregMemberIt isn’t specific for EJB integration, but have a look at the Webservices Quickstart located at Help > Help Contents > MyEclipse Learning Center > Web Services Development > Getting Started > Code First Development Example.
spreeMemberGreg:
I did the Code First Development Example and it was very usefull cause we are just getting started with web services, but where i work the standar is Ejb that’s why it`s so important for me to learn how to do it with my eclipse but the main reason is that I`m trying to explain to my boss why myEclipse is the best choise to work with.
GregMemberWe don’t have any specific tools that will integrate EJB with Web services, like converting a EJB session bean into Webservice etc.
However, how about this… You write a Webservice using our tutorial that just does a simple POJO implementation and have that POJO just call into your EJB Session bean or whatever.
I just wrote a quick example of this very thing to prove it would be doable and it was pretty easy. Looking up the EJB from the POJO webservice Implementation was the trickest part. I will try to post this code somewhere, either on a blog or put it into our WS documentation in the near future.
spreeMemberThanks that would be great….
dimonusMemberHi Greg, today already January of 2007 and current version of MyEclipse is 5.1.0 GA.
I’m wondering if in this version we have any tool or wizard for exposing EJB as Web Services.
I’m interesting specifically for developing such WS for BEA Weblogic 8.1
Meanwhile I founded only this tutorial which explains how to create WS from stateless EJB for BEA Weblogic AS. But unfortunately this example using Weblogic proprietary ANT tags such as “servicegen”. Such technique can be used in any IDE that can run ANT or even without any IDE at all, but require much more time for writing ANT scripts.
[/url] -
AuthorPosts