
Hey, is there a simpler way to know which code is responsible for which module of the engine. is there a documentation maintained. or how can identify the files which are important for me. -- -Aditya Mamidwar

------=_Part_29883_152911085.1394893582963 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit I don't know of any high-level code documentation for ovirt-engine, other than the Javadoc. But if you post your questions to engine-devel, we can help you. Greg ----- Original Message ----- From: "aditya mamidwar" <aditya.mamidwar@gmail.com> To: users@ovirt.org, engine-devel@ovirt.org Sent: Friday, March 14, 2014 11:09:49 AM Subject: [Users] Source code unerstanding Hey, is there a simpler way to know which code is responsible for which module of the engine. is there a documentation maintained. or how can identify the files which are important for me. -- -Aditya Mamidwar _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users ------=_Part_29883_152911085.1394893582963 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html><body><div style=3D"font-family: times new roman, new york, times, se= rif; font-size: 12pt; color: #000000"><div>I don't know of any high-level c= ode documentation for ovirt-engine, other than the Javadoc. But if you post= your questions to engine-devel, we can help you.<br></div><div><br></div><= div>Greg</div><div><br></div><hr id=3D"zwchr"><blockquote style=3D"border-l= eft:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weig= ht:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Aria= l,sans-serif;font-size:12pt;"><b>From: </b>"aditya mamidwar" <aditya.mam= idwar@gmail.com><br><b>To: </b>users@ovirt.org, engine-devel@ovirt.org<b= r><b>Sent: </b>Friday, March 14, 2014 11:09:49 AM<br><b>Subject: </b>[Users= ] Source code unerstanding<br><div><br></div><div dir=3D"ltr"><div><div><di= v><br></div>Hey,<br><div><br></div></div>is there a simpler way to know whi= ch code is responsible for which module of the engine.<br></div>is there a = documentation maintained. or how can identify the files which are important= for me.<br clear=3D"all"> <div><div><div><br>-- <br>-Aditya Mamidwar </div></div></div></div> <br>_______________________________________________<br>Users mailing list<b= r>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br></blo= ckquote><div><br></div></div></body></html> ------=_Part_29883_152911085.1394893582963--

2014-03-14 23:09 GMT+08:00 aditya mamidwar <aditya.mamidwar@gmail.com>:
Hey,
is there a simpler way to know which code is responsible for which module of the engine.
If you import the code from eclipse, you can get a good overview of the engine code by looking at project names.
is there a documentation maintained. or how can identify the files which are important for me.
There are some good docs in the wiki if you do some research, but still many places to be fulfilled. I think a good starting point of reading the code is the many entry points inside EJB such as Backend.java You can search classes marked with @Singleton, @Startup and methods marked with @PostConstruct, it acts like main functions in regular executable java programs. Hope it helps :)
-- -Aditya Mamidwar
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

----- Original Message -----
From: "aditya mamidwar" <aditya.mamidwar@gmail.com> To: users@ovirt.org, engine-devel@ovirt.org Sent: Friday, March 14, 2014 5:09:49 PM Subject: [Users] Source code unerstanding
Hey,
is there a simpler way to know which code is responsible for which module of the engine. is there a documentation maintained. or how can identify the files which are important for me.
Here is a place to start: https://www.ovirt.org/Category:Architecture And specifically for the backend: https://www.ovirt.org/Backend_modules_bll
-- -Aditya Mamidwar
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (4)
-
aditya mamidwar
-
Greg Sheremeta
-
Moti Asayag
-
plysan