Hi Greg, > Ah, OK. I had actually considered building something like this as well. I was > calling the custom XML format "SXON" - Simple XML Object Notation. It was > basically an XML equivalent of JSON. I never got around to building it, > though, since we already had JSONSerializer. Great.
> Right, src/main AND src/test. I've seen that on Maven-based projects and I > don't particularly like that arrangement. It's a minor distinction but I > think src and src-test would be preferable. As you, I don't like too this maven default in layout ... but changing from it could give problems (to pivot application creators) creating new projects with that standard archetype. In Eclipse with one of maven support plugins all is synchronized (standard eclipse build without maven, or eclipse with maven, or maven standalone). So, for me both solutions are usable. Ah, some months ago when I've tried to convert starter to maven i created pom files also for Pivot subprojects, tell me if useful, at least as a starting point (some modifications/optimization still are required). > We generally store our resources in the same directories as the classes that > use them, so we don't need to duplicate or synchronize directory structures. Yes, but to simplify views, this could help, or if not for wtk files (that could be treated like code) I'd prefer to move other contents to the dedicated dir resource as from standard ... but it's a personal preference. > I'd suggest using multiple workspaces. Create one dedicated to Pivot and one > (or more) for your other projects. Yes, i have already, thanks. Bye, Sandro
