Re: 'grails-app' folder name

2025-04-19 Thread Gianluca Sartori
Just to make it clear it was not part of the proposal to move the folder under `src`, just to rename it. I was not aware of all the implications with the plugins and I know it is not a priority at all, but to me the timing was good to "speak now or forever hold your peace". I tried it, thank you a

Re: 'grails-app' folder name

2025-04-18 Thread James Daugherty
The grails-app directory is there to force a division between domain | views | services | assets. It can contain non-source files, and thus it wouldn't make sense to have it under src ever. We need a way to distinguish this, and putting it under resource wouldn't make sense since the files are of

Re: 'grails-app' folder name

2025-04-18 Thread James Fredley
I have never thought much about the grails-app directory name and do not think it should change since it does a good job describing the contents. We should review our documentation around the directory structure, for a Grails application, to ensure it clearly details the structure and purpose fo

Re: 'grails-app' folder name

2025-04-18 Thread Andrew Garcia
Hi Gianluca, For me I try to use /assets to imply and assert files that participate in the asset-pipeline and are compiled & handled in a particular way with its own build system entirely separate from Angular -Andrew On Fri, Apr 18, 2025 at 8:54 AM Gianluca Sartori wrote: > Hi Andrew, > > out

Re: 'grails-app' folder name

2025-04-18 Thread Brandon Howard
I get what you’re going for and I appreciate you throwing the idea out there. But I don’t think this is the right move. The grails app folder isn’t just a label. It’s part of how the framework functions. Grails, the build system, plugins, and pretty much every tool in the ecosystem expect that

Re: 'grails-app' folder name

2025-04-18 Thread Gianluca Sartori
Hi Andrew, out of curiosity, what's the reason why you are not using the `/grails-app/assets` folder to store your client side JS code? Gianluca Sartori On Fri, 18 Apr 2025 at 14:44, Andrew Garcia wrote: > Hi Gianluca, > We hold out angular files in src/main/client which I’d say also makes it

Re: 'grails-app' folder name

2025-04-18 Thread Andrew Garcia
Hi Gianluca, We hold out angular files in src/main/client which I’d say also makes it qualify as the “webapp”. For me the grails-app folder helps make clear the separation of concerns; grails-app is my backend benefiting from all the frameworks benefits and conventions, src is the Wild West of p

Re: 'grails-app' folder name

2025-04-18 Thread Søren Berg Glasius
Hi Gianluca, To me, grails-app is just a folder name like webapp, so I don't see the benefit of changing the folder-name, except for a few letters shorter. If others think the idea is good, I'm not opposed to it, I just don't see a big win. Den fre. 18. apr. 2025 kl. 11.01 skrev Gianluca Sartori