posted 13 years ago
I have a very basic question.
The name which we provide in the applicationContext.xml regarding creating the bean named "sessionFactory" is fixed or can be changed?
Because i tried "sFactory" instead of writing "sessionFactory" and it threw the errors saying can't find the bean named "sFactory".
applicationContext:-
thanks in advance
Vinod Kumar Nair
"Any fool can write code that a computer can understan. Good programmers write code that humans can understand."