<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-14 23:09 GMT+08:00 aditya mamidwar <span dir="ltr">&lt;<a href="mailto:aditya.mamidwar@gmail.com" target="_blank">aditya.mamidwar@gmail.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div>Hey,<br><br></div>
is there a simpler way to know which code is responsible for which module of the engine.<br></div></div></blockquote><div>If you import the code from eclipse, you can get a good overview of the engine code by looking at project names.</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div>is there a documentation maintained. or how can identify the files which are important for me.</div>
</blockquote><div>There are some good docs in the wiki if you do some research, but still many places to be fulfilled. </div><div>I think a good starting point of reading the code is the many entry points inside EJB such as Backend.java</div>
<div>You can search classes marked with @Singleton, @Startup and methods marked with @PostConstruct, it acts like main functions in regular executable java programs.</div><div><br></div><div>Hope it helps :)</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><span class=""><font color="#888888"><br clear="all">
<div><div><div><br>-- <br>-Aditya Mamidwar
</div></div></div></font></span></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div>