how communication is taking place in j2ee

S

sk

If you want to go for j2ee solution all the comunication btwn
server and client will be done with xml through http?

If so, some times xml response can be huge and i want to know
if there is a solution to this problem.

S.K
 
O

Oliver Wong

sk said:
If you want to go for j2ee solution all the comunication btwn
server and client will be done with xml through http?

If so, some times xml response can be huge and i want to know
if there is a solution to this problem.

If the XML response is huge because the conceptual data you want
communicated is itself huge (e.g. a map from social insurance number to full
names for every person in North America), then there isn't really much you
can do.

But if the huge-ness is XML's fault, then you have several options:

You can compress the XML.

You can choose to not use XML at all.

You can use XML as a wrapper around compressed data.

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top