Re: Problem with session ojects: memory size, updates

2002-07-18 Thread Adam Hardy
serialization can be a solution to session size growth ? Thanks a lot in advance -Original Message- From: Manish_Purang [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 07:31 To: Struts Users Mailing List Subject: RE: Problem with session ojects: memory size, updates hi, Maybe

RE: Problem with session ojects: memory size, updates

2002-07-17 Thread Jesse Alexander (KADA 11)
this helps Alexander -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 16. Juli 2002 17:37 To: 'Struts Users Mailing List' Subject: RE: Problem with session ojects: memory size, updates I read Value Object pattern on J2EE design pattern http://java.sun.com

RE: Problem with session ojects: memory size, updates

2002-07-17 Thread Dave Hodson
, 2002 10:31 PM To: Struts Users Mailing List Subject: RE: Problem with session ojects: memory size, updates hi, Maybe you could take a look at any of the ejb or java bean design pattern books to get an exhaustive idea about the value objects ..! you can download one free pdf version

RE: Problem with session ojects: memory size, updates

2002-07-17 Thread Dave Hodson
To: 'Struts Users Mailing List' Subject: RE: Problem with session ojects: memory size, updates I read Value Object pattern on J2EE design pattern http://java.sun.com/blueprints/patterns/j2ee_patterns/catalog.html. I understood that JavaBean are an implementation of ValueObjects. a value

RE: Problem with session ojects: memory size, updates

2002-07-16 Thread Heligon Sandra
-Original Message- From: Manish_Purang [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 07:31 To: Struts Users Mailing List Subject: RE: Problem with session ojects: memory size, updates hi, Maybe you could take a look at any of the ejb or java bean design pattern books to get an exhaustive

RE: Problem with session ojects: memory size, updates

2002-07-15 Thread Dave Hodson
14, 2002 10:56 PM To: Struts Users Mailing List Subject: RE: Problem with session ojects: memory size, updates Hi Sandra, I prefer to remove the objects from the session as soon as I can declare that they are not usefull anymore. EG.: In action_1 I build a model-object, use it in jsp_1

RE: Problem with session ojects: memory size, updates

2002-07-15 Thread Heligon Sandra
. Thanks Sandra -Original Message- From: Dave Hodson [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 00:38 To: Struts Users Mailing List Subject: RE: Problem with session ojects: memory size, updates Another possible solution is to create Value Objects and serialize them... Dave --- Dave

RE: Problem with session ojects: memory size, updates

2002-07-15 Thread Manish_Purang
Sandra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:52 AM To: 'Struts Users Mailing List' Subject: RE: Problem with session ojects: memory size, updates Perhaps my question is stupid but I am not sure to know the Value object notion well. Could you give more details about Value

RE: Problem with session ojects: memory size, updates

2002-07-14 Thread Jesse Alexander (KADA 11)
2002 11:47 To: 'Struts Users Mailing List' Subject: RE: Problem with session ojects: memory size, updates Hi, Your English is a hell of a lot better than my French...Your question is one that comes up a lot on the list try a search at: http://www.mail-archive.com/struts-user@jakarta.apache.org

RE: Problem with session ojects: memory size, updates

2002-07-12 Thread Jon.Ridgway
Hi, Your English is a hell of a lot better than my French...Your question is one that comes up a lot on the list try a search at: http://www.mail-archive.com/struts-user@jakarta.apache.org for 'session size'. One pertinent post is:

RE: Problem with session ojects: memory size, updates

2002-07-12 Thread Heligon Sandra
: RE: Problem with session ojects: memory size, updates Hi, Your English is a hell of a lot better than my French...Your question is one that comes up a lot on the list try a search at: http://www.mail-archive.com/struts-user@jakarta.apache.org for 'session size'. One pertinent post is: http