My config doesn't look like that at all. What I took from the docs was
I don't think we should need to write more xml just to add one property. What about the <neo4j:config have an attribute for it instead.Code:<neo4j:config storeDirectory="${neo4j.location}"/> <neo4j:repositories base-package="com.perfectworldprogramming.eventgate"/> <tx:annotation-driven mode="proxy"/>
Sorry, but this is partly what I am trying to show, is that unfortunately, the docs make too many assumptions.
I mean this in a nice way, but there can be a culture difference. You know us Americans, we want everything given to us on a silver platter with specific documentation laid out telling us everything.
If someone is a newbie like me that just wants to jump right into SDN, I will only read the SDN docs including my introduction to Neo4J and will expect that to be fully covered. Mainly because we know that SDN makes things so much simpler, that we don't have to spend even more time reading other docs to figure it all out. I modeled my app around the Cineasts app in the docs expecting it to just work, but found that there were many hidden gems not shown in the docs that were just as important to know and understand to make it work.
I hope you understand, I am not trying to be mean, or negative, or anything bad. I just want to make it better than how great it already is.
Mark


Reply With Quote

