Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why we are using XML?

Answer Posted / naveen kumar raavi

we use XML for Cross Platform communication.
While coming to Web Applications ,XML file plays a key role
such as configuring the web components like
servlets,ActionForm and ACtion classes(Struts) etc.Entire
flow of Web application is stored in XML file.
The importance of XML file in various web components.
1.web.xml
2.struts-config.xml(Struts Framework)
3.hibernate-config.xml and mapping.xml (Hibernate)
4.beans.xml (Spring framew work)
5.applications.xml(EJB)

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between save and saveorupdate?

979


Describe the ear, war, and jar.

917


public class ActionSearchBean extends GenericSearchBean { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

2463


What is java awt event?

882


What is pure java?

1001


What is the description for expression element?

1004


I Want build and release interview questions

3528


What is element?

936


Is java part of oracle?

893


What is actionform?

938


What is j2ee stand for?

871


What is java full stack developer?

1004


What is a panel java?

962


What is document root?

909


What is a j2ee module?

912