Reputation: 665
Is there a Google group for SDN or is StackOverflow the only place to ask questions about SDN?
I found this issue on Spring JIRA about Optimistic Locking using @Version attributes.
Until this one is implemented, how can I handle this using the typical Repository pattern?
Upvotes: 1
Views: 651
Reputation: 41676
Right now the @Version attribute is not yet supported by SDN, it ist planned though to add support for optimistic concurrency/locking for SDN 4
Upvotes: 0
Reputation: 121
I can answer to your first question :
There is a Neo4j google group where you can ask general questions on concepts and data modelization in Neo4j (SDN too)
There is also a Slack group which you can join by going here. You will find many channels where you can chat directly with the community and Neo4j developpers (including SDN developpers). I particulary like Slack for straight foreward questions and dialogs. There are channels about almost every Neo4j topic, SDN, and language specific integrations.
However StackOverflow is the main place to post code samples and related questions.
Hope you can find what you are looking for in one of these communication tools ;)
Upvotes: 5