By wtfdeveloper
via makinggoodsoftware.com
Published: Nov 18 2009 / 17:09
Creating services is quite an abstract subject, everyone has his own ideas and preconceptions, so is worth clarifying what I mean by services in this article. A service is a component that holds some business logic which can be easily reused anywhere else in the application no matter where the service is located, or what the communication mechanism is used between the client and the service. The following code samples detail my own personal approach on how to implement services in Java.
Add your comment
Voters For This Link (19)
-
wtfdeveloper -
xokox -
mswatcher -
aclarke -
tenshi -
linuxguru80 -
wytten -
franksalinas -
sheffanet -
phpfreak -
worldofnic -
rvijay17 -
agasea.myopenid.com -
ssahmed555 -
derivation -
LinuxLuigi -
igorb -
msells -
nat101


