On Thu, 27 Jan 2005 17:23:55 +0000 (UTC), Nelson
<[EMAIL PROTECTED]> wrote:
> 
> Hi Guys,
> 
> I'm new to struts and JSP and need to parse and compare XML files. I
> know you can do this with JSTL tags, but wanting to stick to the
> struts framework, I want to seperate my business method from my JSPs.
> Is their a standard way of doing this in struts, maybe using JAXP, or
> should I stick to JSTL?

Well, seperating business logic out is good.  Getting the xml
comparison out of struts and into a business object of some kind is
even better :)
I would use JAXP or Jakarta Commons Betwixt depending on what I wanted
to compare.

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


-- 
James A Barrows

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

Reply via email to