I am new to a java application where they are saying that the application uses domain object model (DOM) to communicate with other applications. But I don't know what "domain object model" is. I have searched stackoverflow, but couldn't find a clear answer. Can someone please explain this, to make it clear?
Asked
Active
Viewed 118 times
0
-
5You are sure you're not talking about Document Object Model, right? – ControlAltDel Jun 30 '15 at 11:24
-
1Is it domain object model? DOM refers to document object model in javascript. i think u are confusing with domain model – Tamil Maran Jun 30 '15 at 11:25
-
You could refer here https://en.wikipedia.org/wiki/Document_Object_Model – bane19 Jun 30 '15 at 11:27
-
I know domain specific languages and i know Document Object Model, which describes a concecpt of how to parse and handle a structured document like xml (html). – Rene M. Jun 30 '15 at 11:28
-
Are you working on any web project that uses HTML or XML? – Tamil Maran Jun 30 '15 at 11:29
-
yeah I am sure its not Document object model. – Ravi Jun 30 '15 at 11:30
-
If "they" are saying it, why don't you ask "they" to explain you what "they" mean? – JB Nizet Jun 30 '15 at 11:33
-
Thats what everyone will do initially. But there is a problem that even they don't that exactly. Someone mentioned those things initially in application docs and they are simply following that. – Ravi Jun 30 '15 at 11:35
-
1http://stackoverflow.com/questions/4913673/what-is-java-domain-model – Karthigeyan Vellasamy Jun 30 '15 at 11:38