adspace
What are possible ways XML used in j2ee WebApplication.Like
storing data in to database and for data transfer .Apart
from this any uses.
Answer Posted / Rajander Kumar
XML (Extensible Markup Language) is often used in J2EE web applications for data storage, data transfer, and other purposes. Here are some common ways XML is utilized:
1. Data Storage: In J2EE applications, XML can be used to store data persistently in an XML database or as flat files (e.g., .xml files).
2. Data Transfer: XML can be used for exchanging data between different systems or applications, as it is platform-independent and human-readable.
3. Configuration Files: XML files are frequently employed for storing configuration settings of J2EE components like servlets, EJBs, and web services.
4. Web Services: XML is essential in the communication between web services using protocols such as SOAP, REST, or XML-RPC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers