Re: [Users] Source code unerstanding

2014-03-16 Thread Moti Asayag


- Original Message -
 From: aditya mamidwar aditya.mamid...@gmail.com
 To: users@ovirt.org, engine-de...@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
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Source code unerstanding

2014-03-15 Thread Greg Sheremeta
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.mamid...@gmail.com 
To: users@ovirt.org, engine-de...@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 




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Source code unerstanding

2014-03-15 Thread plysan
2014-03-14 23:09 GMT+08:00 aditya mamidwar aditya.mamid...@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


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Source code unerstanding

2014-03-14 Thread aditya mamidwar
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