posted 15 years ago
Hey Guys,
I'm new to spring and working on a project involving spring. We are building the app from scratch and I have been given the Job of handling spring related stuff.
I've created daos and all that stuff and now working on the service layer. During my search, I found a sample application and was looking in the code of the application to see how the things are done in spring. However, I was stuck at the following code snippet in the service bean file:
I feel lost when I see all those PROPAGATION_REQUIRED and the the target value of name parameter.
I have a feature in my app for the user to search. So, I wanted to write a SearchService class. Should I blindly follow what's been done in the above mentioned code?
I do feel that I get a better understanding of the code above before going ahead.
Thanks!!!