Re: displayTag needs session scoped objects for sort/export ?

2005-06-12 Thread Lixin Chu
thanks. I do use hibernate. will take a look how to manage it.

On 6/11/05, David G. Friedman [EMAIL PROTECTED] wrote:
 If you use Hibernate as your DAO layer, you could enable caching so
 DisplayTag won't hit the database every time, assuming you have the memory
 footprint to support that caching.
 
 Regards,
 David
 
 -Original Message-
 From: Lixin Chu [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 11, 2005 6:36 AM
 To: user@struts.apache.org
 Subject: Re: displayTag needs session scoped objects for sort/export ?
 
 
 you can but have to hit the DB every time.
 
 On 6/11/05, Lixin Chu [EMAIL PROTECTED] wrote:
  Hi,
  would like to clarify with those who use displayTag:
  is it a must to put list of objects into session to be able sue sort
  and export function ?
 
  thanks
  lixin
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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



Re: displayTag needs session scoped objects for sort/export ?

2005-06-11 Thread Lixin Chu
you can but have to hit the DB every time.

On 6/11/05, Lixin Chu [EMAIL PROTECTED] wrote:
 Hi,
 would like to clarify with those who use displayTag:
 is it a must to put list of objects into session to be able sue sort
 and export function ?
 
 thanks
 lixin


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



RE: displayTag needs session scoped objects for sort/export ?

2005-06-11 Thread David G. Friedman
If you use Hibernate as your DAO layer, you could enable caching so
DisplayTag won't hit the database every time, assuming you have the memory
footprint to support that caching.

Regards,
David

-Original Message-
From: Lixin Chu [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 11, 2005 6:36 AM
To: user@struts.apache.org
Subject: Re: displayTag needs session scoped objects for sort/export ?


you can but have to hit the DB every time.

On 6/11/05, Lixin Chu [EMAIL PROTECTED] wrote:
 Hi,
 would like to clarify with those who use displayTag:
 is it a must to put list of objects into session to be able sue sort
 and export function ?

 thanks
 lixin


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


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



[OT] displayTag needs session scoped objects for sort/export ?

2005-06-10 Thread Lixin Chu
Hi,
would like to clarify with those who use displayTag:
is it a must to put list of objects into session to be able sue sort
and export function ?

thanks
lixin

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