persisting Shoppingbasket as a Blob object is decreasing the performance,
any one can give a better idea about alternative for this.
At present blob object contains ShoppingBasketBean
it is a collection of 
1)shopperId
2)OrderData
3)ItemData
4)RecipientData
5)BillingMessage
6)SoldToMessage

as per the business requirements we need to persist this Object in database
everytime user add an item to basket 
so if user adds 10 items to shopping basket it results 1 INSERT and 9 UPDATE
statements against database using blob object.

another problem is one of the object is changes for example added a new
field into ItemData.java as per business requirements
i am getting ClassCastException versionID is changed.

any alternative solution for this.
Thanks in advance..

Narendranatha R Sajjala,
1800flowers.com
Ph:516-237-4881



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to