| |
Struts Tutorials:
Struts2 Tag CheckBoxList , Checkbox, Iterator, IF
Struts2 Tag Library Example
Struts2 Tiles Example
Struts2 Tiles I18N Example
Struts2 Questions
Struts Tiles I18N Example
Struts Eclipse MVC
Struts2 Tags
Struts2 Example and Tutorial
Struts MVC
Struts2 Validation
Hibernate Tutorials:
Hibernate Case Study
Class Hierarchy Persist Example
Using Hibernate Interceptor
Hibernate Questions with Answer
Hibernate Many-to-Many Mapping Example
Hibernate one-to-many Mapping Example
Hibernate and ORM tools
Spring Hibernate Example
Hibernate SessionFactory Example
Hibernate Mapping Class Hierarchy
Hibernate Questions
Hibernate SessionFactory Questions
Spring Hibernate Example:
Spring Hibernate Case Study
Written By : Amit
Title :
Interview Questions
Description :
On Hibernate More...
|
Written By : Amit
Title :
mapping class hierarchy table per subclass
Description :
Example More...
|
Written By : Amit
Title :
ways create Hibernate SessionFactory
Description :
Example More...
|
Written By : Amit
Title :
Spring Hibernate Integration example
Description :
Example More...
|
Written By : Amit
Title :
ORM Hibernate Best FIT
Description :
Discussion More...
|
Written By : Amit
Title :
One to Many mapping example
Description :
Code More...
|
| Hibernate Tutorial,Case-study-Hibernate,discussion Author : Amit Date (Year/Month/Date): 2009-02-18
A case study discussed on Hibernate for a context | |
When it comes to decision making factors for choosing right
component and right methodology for achieving better results
in terms of higher efficiency and improved productivity.
It is better to have some tools utilities evaluated for
many different scenarios for applicability and viability,
and flexibility with reliability of functional aspect.
Suppose project requirement/ desired functionality requires
heavy operations on database and with transaction across
multiple usecases. For example, usecase one does a operation
like that is a super set of another usecase. This way usecase
one starts a transaction, and usecase two starts a nested
transaction, but usecase two will have to get feedback from
usecase three. Can this entire operation be atomic? interesting
fact is that third usecase is asynchronous in nature.
Let me explain in short,
usecase1 calls -> usecase2 remote asynchronous call (-/-)> usecase3.
Hibernate question as follows:
Can you suggest how to use Hibernate in this context?
|
|
|
|