To attain such a task, I think you need to develop a framework over struts
setting your standard way to proceed with data feeding to pages. In other
words you need to do some asumptions since Struts is too general for this
task. A friend of me did something similar with quite success.
A tip: us
To attain such a task, I think you need to develop a framework over struts
setting your standard way to proceed with data feeding to pages. In other
words you need to do some asumptions since Struts is too general for this
task. A friend of me did something similar with quite success.
Regards,
I did have similar experiences parsing files by myself using SAX parsing.
Xerces and other parsers chop files in blocks. 16k is the default size for
xerces, or at least it was.
Hander code must be aware of that, in the events handling, and hold strings
from one block to the other if one tag is
Well, I run in similar issues deploying in iplanetAS 6.0 SP5. I was able to
make it start the application by patching the class loading in struts and
digester jars, but I rejected in patching the custom tags, so I decided to
use plain HTML instead.
WHY this happends? Maybe because iPlanet 6.0 i
Filters require servlets 2.3+
From: [EMAIL PROTECTED]
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Filters..
Date: Tue, 6 Apr 2004 10:23:51 -0400
VJ,
Filters are a good way of extending an existin
A question that I wondered for long. AFAIK, there are 2 paging policies:
- paging in app server memory, in session scope to enable paging in
clustered environments, or
- paging in dababase, using scrollable resulsets or related.
I guess, paging in app server, can overload server memory if query
A question that I wondered for long. AFAIK, there are 2 paging policies:
- paging in app server memory, in session scope to enable paging in
clustered environments, or
- paging in dababase, using scrollable resulsets or related.
I guess, paging in app server, can overload server memory if query
7 matches
Mail list logo