Hi,
Interested in peoples' views on the pros and cons of making your service layer methods static?
thanks!
Hi,
Interested in peoples' views on the pros and cons of making your service layer methods static?
thanks!
Yes, I have seen the articles that you mention and have trawled through most of the online docs but haven't found anything that answers my specific questions about the service layer. Do you have any sample code that you would be able to share?
ccie voice
ccie voice lab
msp training
It seems like you would lose the perks of using java beans in your code then... You would not be able to auto-wire beans into your services and would have to pass them into each method. You would not be able to expose service methods as methods of a web service, etc. I can see how that would limit me. What are the advantages of this approach?
Thanks for that, it's much appreciated!