Thanks for the reply Mark and Elin..
I did the following to understand more on this ACL.
1)Created a new group called "web link group root" under that i have
two sub groups "can not see" and "can see"..
2)Created two users user-1 and user-2. user-1 will be under the groups
"Registered" and "can not see". user-2 has "Registered","can see"..
3)Went to components->weblinks->options->web link group root i select
allowed in all except "Configure", "Access Administration Interface"
4)Then i click "can not see" and select "Configure" and "Access
Administration Interface" to "inherited" and other options as
"denied"..
5)Then i click "can see" and select all to "inherited"..
6)Created a new menu that points to weblinks =>Submit a Web Link view
(form).
7)When the user-1 logs in he can not see the web link form. But user-2
logs in could see the form.
I opened the access.xml in administration/components/com_weblinks i
could see the set of access permissions. These permission is getting
listed in the step-3 to 5 of above. In the file site/components/
com_weblinks/controllers/weblinks.php i could see these functions
1)allowAdd() 2)allowEdit() that calls the JUser->authorise() which is
the main reasion for the denying of user-2 and permitting user-2 of
the above step-1 to 7.
As a next procedures i download the component developing tutorial's
hello world for 1.7 from
http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!2.5
(
http://www.glennarkell.com/joomlaorg/com_helloworld_0.0.18.zip)
installed it and opened the access.xml in the administration/
components/com_helloworld/access.xml I add the following new line
(rule)
<action name="core.test" title="test ignore" description="test by ACL
learner" />
Now i open the administration->component->com_helloworld->permission i
could see my new test permission in the list. I belive that this is
the way i could provide my own custom permission for both frontend and
backend. But i really don't know how..!! Where is the documentation or
examples for that? If a case study then that would be very fine.
Off topic..
I have started to learn joomla along with 4 of my friends. All the
other 3 friends changed their learning in drupal. Their say is.. "we
are finding a good documentation and examples with drupal compared
with joomla". I stand out of words..