Quantcast

How to determine list of contorllers / services along with plugin name the belong to.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to determine list of contorllers / services along with plugin name the belong to.

dcdrns
Hi
Basically my application is divided in to several plugins so that each developer can focus on their own plugin. Now I want to add another plugin which will list the all controllers and services along with their respective plugin name.
Some thing like as follows
 Plugin               controller/service
-------------------------------------------------------
1. plugA                contAController
2. PlugA                contBController
3. PlugB                contPController
4. PlugB                contQController


Thank you very much
Dcd
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to determine list of contorllers / services along with plugin name the belong to.

sergiomichels
Maybe the Application Info plugin can help you with this task.

http://grails.org/plugin/app-info/ 





On Fri, Aug 3, 2012 at 12:13 PM, dcdrns <[hidden email]> wrote:
Hi
Basically my application is divided in to several plugins so that each
developer can focus on their own plugin. Now I want to add another plugin
which will list the all controllers and services along with their respective
plugin name.
Some thing like as follows
 Plugin               controller/service
-------------------------------------------------------
1. plugA                contAController
2. PlugA                contBController
3. PlugB                contPController
4. PlugB                contQController


Thank you very much
Dcd




--
View this message in context: http://grails.1312388.n4.nabble.com/How-to-determine-list-of-contorllers-services-along-with-plugin-name-the-belong-to-tp4632680.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to determine list of contorllers / services along with plugin name the belong to.

dcdrns
Loading...