Here is a toy app that downloads nzbs from usenet: https://github.com/gar3thjon3s/leacher
It's not documented, but it works. The component stuff is hooked up here: https://github.com/gar3thjon3s/leacher/blob/master/src/clj/leacher/main.clj#L53 On 7 October 2014 12:33, JPatrick Davenport <[email protected]> wrote: > Hello, > I'm trying to create a web app. I'm having the damnest time trying to > figure out how to layer my application. I want to pass protocol > implementations to the routes. The protocols define interacting with > various data sources that I need down the way. > > I saw Stuart Sierra's talk about Component. It looks to satisfy my needs. > What I can't find is an example project for component and compojure. > Unfortunately the project com.stuartsierra/component is poorly named. > Googling for component + compojure brings back mostly false positives. > > Does anyone have a gist or blog post about how to do this? > > Thanks, > JPD > > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
