Dependency information has been added. Thank you! The documentation will go more into this, but the example is showing how to get started with transaction management. Hermes has a very strict way of dealing with transactions (it will throw errors if you aren't using it as intended). If you get an Titan object back from a transaction, then you must use the vertex or edge refresh methods first before being able to use that object within another transaction. The defs were used to show how to keep an object around and then reuse it later on in a different transaction. The forthcoming docs will explain all of this. Thank you for the feedback! -Zacm
On Tuesday, November 20, 2012 9:30:19 PM UTC-8, Michael Klishin wrote: > > 2012/11/21 Zack Maril <[email protected] <javascript:>> > >> Documentation is admittedly sparse, but should rapidly improve within >> the next few weeks. >> > > There is no dependency/installation information in the README. > Please add it or beginners won't be able to use your library. > > If you need an example: > https://github.com/michaelklishin/welle#maven-artifacts > > I'd also recommend not using def in examples where a local will do. > -- > MK > > http://github.com/michaelklishin > http://twitter.com/michaelklishin > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
