Hello Rancher Architects,
I am currently writing a Web Service application using Web logic workshop and Server. My web service would support 19 different website for user profile creation and login so for all I have in common Access Control and CommonProfile and for each site i have Site Specific tables so my createUserProfile web service should support all these 19website requests.
so for the same reason I create a WrapperMaster bean with all the Bean instances for these different tables ( ofcourse I am using Hibernate to persist this data).
My problem is, to handle the requests for different websites
So for createUserProfile request will have siteId as well, and based on this siteId I writen a Switch Case to process the request but javascript: x() I know its not correct way of doing things.
Any valuable suggestion please, THANKS,VIJAY