I have an application that generates and stores directed graph data, then needs to reconstruct graphs from persisted data and perform analysis on them.
When I try to read in and graph data (nodes...
Type: Posts; User: mgstick; Keyword(s):
I have an application that generates and stores directed graph data, then needs to reconstruct graphs from persisted data and perform analysis on them.
When I try to read in and graph data (nodes...
That's a big help, thanks. Is there anything else that should be on the svn ignore list, other than the three folders mentioned above?
Michael
In the Grails Cookbook Tutorial "Checking Projects into SVN" (which, by the way, could use some updating), the advice is to check the .project and .classpath STS/Eclipse config files into your...
You can see a reply to this thread in the STS Forum here.
Andrew, thanks for your reply. I was just starting to look into turning our utility app into a plugin, but wasn't sure yet whether it was the right way to go. So far, I hadn't read anything about the...
I'm trying to develop a reusable Grails "utility" server-side application that can be used by developers of multiple other Grails applications in a manner like how Java apps can depend on other...
I'm trying to develop a reusable, Grails "utility" server application that can be used by developers of multiple other Grails applications in a manner like how Java apps can depend on other Java...