Creating EJB Web Services using SAPDOIT StudioService
Sep 28, 2013 : SAPDOIT StudioService and AppTalk™ allow users to create & deploy EJB web services. The deployed EJB Web services are invoked from any basic application clients such as JSP, PHP, or clients created using the Microsoft® .NET®- Framework SDK, etc.
StudioService creates a wrapper for EJB and AppTalk exposes this wrapper as a Web Service. StudioService, it is easy to develop Web Services in fewer steps even with minimal knowledge of Web Services. Within a Talklet, develop an EJB WAPI using wizard. EBJ WAPI is nothing but a wrapper for the EJB which in turn exposed as a web service. When user invokes the Web Service by making SOAP request this wrapper internally calls the EJB and get the result from it. This result will be returned to the Web Service invoker, such as a client App.
Creating and exposing EJB web service allows J2EE applications users to utilize their existing resources, such as EJBs, and deploy them as web services with minimal effort. SAPDOIT again proves its tools and platform helps its customers to ROLL – Rapid development, Open architecture, Leverage existing resources such as EJBs, and Loosely coupled, allowing any client or application to invoke the exposed web service.