[Users] Source code unerstanding

plysan plysab at gmail.com
Sat Mar 15 16:01:15 UTC 2014


2014-03-14 23:09 GMT+08:00 aditya mamidwar <aditya.mamidwar at 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 at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20140316/9928d2c2/attachment-0001.html>


More information about the Users mailing list