Hi,

We are in the planning phase of a project that will make a component which
"looks" a lot like Struts.

Currently we have a component that uses JSP's but for this new project we are
going to use a custom built java client for presentation. As we now have some
time we want to redesign our system and at the same time see if there are other
technologies that we can use.

One of our questions is regating the input and output (request, response) which
in this case will be our own xml format and not html,jsp or such. Does it make
sence to use Struts then?

Currently in our system we use a single xml file to describe a "process" which
usually consist of multiple pages. Each page has navigation information,
processing information and so on.

If we use Struts it seems we need to divide this files into the files that
Struts expects and then have all other processing information for a process or a
page in a second file that our part of the component uses.

Can anyone give us any advice?

Thanks in advance!

Lars Brandt


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

Reply via email to