Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration

Answer Posted / varun

This should be added in the spring xml configuration file.

<bean id="..." class="...">
<!-- collaborators and configuration for this bean go here -->
</bean>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ripple effect?

1125


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1889


What is local interface. How values will be passed?

1093


How can I scroll through list of pages like the search results in google?

1012


What are the types of scaling?

1140


What is the difference between RMI registry and OS Agent?

1197


How would you detect a keypress in a jcombobox?

1187


What is the difference between the session.update() method and the session.lock() method?

1086


What are the different approaches to represent an inheritance hierarchy?

1117


What is the difference between system.out ,system.err and system.in?

1162


How will you pass parameters in RMI? Why do you serialize?

1316


What do you know about seam?

1129


Why are my checkboxes not being set from on to off?

1182


Why is string immutable in java?

1144


What is the map interface?

1175