thanks for all your ideas and advice especially the one with the filter was
very helpful. :)
ciao 4 now
Julian
> --- Ursprüngliche Nachricht ---
> Von: "Mark Lowe" <[EMAIL PROTECTED]>
> An: "Struts Users Mailing List"
> Betreff: Re: Strategy for Controlling
On 3/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> > Population of indexed properties is a nice gift, but then I cant think
> > of many situations where needing to scope anything that extreme is
> > required. A bean with simple properties w
On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> Population of indexed properties is a nice gift, but then I cant think
> of many situations where needing to scope anything that extreme is
> required. A bean with simple properties will do
>
>
>
>
> takes care of any simple properties
I don't w
On 3/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> > On 3/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> > > On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> > > > For data you need to store across lots of requests, you can create
On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> On 3/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> > On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> > > For data you need to store across lots of requests, you can create a
> > > simple javaclass to hold the data you need. Something lik
On 3/22/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> > For data you need to store across lots of requests, you can create a
> > simple javaclass to hold the data you need. Something like a StateBean
> > or even a hashmap, the point is that if
On 3/22/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> For data you need to store across lots of requests, you can create a
> simple javaclass to hold the data you need. Something like a StateBean
> or even a hashmap, the point is that if you have one object that your
> storing things in you know where
Julian Tillmann wrote the following on 3/22/2006 4:04 AM:
Can someone give me advice how to control and clean
the amount of Collections (HashTables/ArrayList)
that are stored in the session.
Are you actually sure you have a performance problem with too much stuff
stored in Session scope? So
session.removeAttribute("collectionname");
chain.doFilter(..);
}
HTH
Mark
>
> greetings
>
> > --- Ursprüngliche Nachricht ---
> > Von: "Mark Lowe" <[EMAIL PROTECTED]>
> > An: "Struts Users Mailing List"
> &g
interesting I'll
take a look.
As a last resort would my proposal be an
acceptable alternative?
greetings
> --- Ursprüngliche Nachricht ---
> Von: "Mark Lowe" <[EMAIL PROTECTED]>
> An: "Struts Users Mailing List"
> Betreff: Re: Strategy for Controlling th
On 3/22/06, Julian Tillmann <[EMAIL PROTECTED]> wrote:
> Hi
>
> Can someone give me advice how to control and clean
>
> the amount of Collections (HashTables/ArrayList)
>
> that are stored in the session.
If you do find you need collections stored in httpsession, i wouldn't
use hashtable.
>
> My
11 matches
Mail list logo