Best practice to modularise a large Grails app?
        Posted  
        
            by Mulone
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mulone
        
        
        
        Published on 2010-05-23T13:19:36Z
        Indexed on 
            2010/05/23
            13:20 UTC
        
        
        Read the original article
        Hit count: 304
        
Hi all, A Grails app I'm working on is becoming pretty big, and it would be good to refactor it into several modules, so that we don't have to redeploy the whole thing every time.
In your opinion, what is the best practice to split a Grails app in several modules? In particular I'd like to create a package of domain classes + relevant services and use it in the app as a module. Is this possible? Is it possible to do it with plugins?
Cheers, Mulone
© Stack Overflow or respective owner