Hi,

I need to create an application which shall be interacting with a
webserver that shall primarily serve all data as xml. The application
is more like a CRUD application - it shall parse xml, display the
values as form fields. Also, it needs to submit the form fields as xml
with the same schema as it was recieved (rather than the regular form
post mechanism). This xml receiving / posting-back concept is
something that cannot be changed / done away with.

I need to create an architecture for this application so that the
application is maintainable, modular, and, efficient. How do I go
about creating this architecture? Is jQuery the right tool for this
purpose? Or, do we need to use multiple javascript libraries (yui,
jquery) for this? Anybody here experienced anything similar?

The architectural part is something I am really keen on getting right.

I would love to hear detailed replies. Tons of sincere appreciation in
advance.

Reply via email to