| Author |
Hibernate Questions.
|
Deepak Lal
Ranch Hand
Joined: Jul 01, 2008
Posts: 507
|
|
Hi All, I had few clarifications on Spring and Hibernate ,,Can you people help me out. 1> what is Spring and Hibernate Framework. ? 2> what are the components of Hibernate Framework. ? 3> what is Spring-AOP? -- Deepak Lal
|
When The Going Gets Tougher,The Tougher gets Going
|
 |
Deepak Lal
Ranch Hand
Joined: Jul 01, 2008
Posts: 507
|
|
|
Need help on this ranchers.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Google is probably your best resource for these questions. But briefly:
what is Spring
Spring is an application framework based. It was born out of the perceived failings of large J2EE application servers to provide a mechanism to offer simmilar functionality without the need to depart too much from a programming model most programmers will understand. So no "magic" components like EJBs for example.
what is ... Hibernate Framework
Hibernate is a persistance framework. It is an abstraction layer between the domain model of your application and the relational data model of your database.
what are the components of Hibernate Framework.
See this.
what is Spring-AOP
Spring-AOP I can't tell you about. But this should help explain AOP.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Hibernate Questions.
|
|
|