SpringRoo placing <script> and <link> on load-scripts.tagx from view.xml
问题 A best practice of web development is to place the <styles> and <scripts> on a particular page in .css and .js file respectively. This question might be a duplicate from this question and the answer from @java1337 get it working. From his answer file management can be an issue since for every definition of a view (.jspx) it is required to add another .jspx file containing all <link href> and <scripts src> . One possible solution I'm working on is adding in the view.xml the URL/link of all