Should I use an XML parser on the serverside

Hi

I am a newbie. I have an entity ejb generating XML on the serverside.

The flash client goes onto displaying the data through using a parser.

Would a XML schema be adeqate on the server side to test if it is valid and well formed.

My apologies if i am using the wrong forum.

Many Thanks in advance

[337 byte] By [Baigya] at [2007-10-2 3:17:39]
# 1
Yes you should.It will help you both ways. 1, You can unit test your business object in development phase itself.2, You can always make sure that data send to client for display is always valid and well formed.Hope this helps.
EagerJavaa at 2007-7-15 21:45:01 > top of Java-index,Other Topics,Patterns & OO Design...