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 > us...@ovirt.org > http://lists.ovirt.org/mailman/listinfo/users > >
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel