[ANN] sv.system - leverage conventions to structure your component-based Clojure systems

2017-02-14 Thread Max Weber
Hi, I like to introduce you to sv.system ( https://github.com/SimpleValue/sv.system) another component library for Clojure. There are many great libraries out there to implement component-based Clojure systems, so why should you care about sv.system. If I had to pick one reason it would be:

[ANN] Process a library inspired by the core idea of Prismatic's Graph

2012-12-21 Thread Max Weber
Hi, process is another library inspired by the core idea of Prismatic's Graph. For that reason it also has a lot of goals in common with Stuart Sierra's Flow library. You should read Prismatic's blog post

Re: Storm

2011-09-21 Thread Max Weber
Thank you very much for such a great contribution to the Clojure ecosystem! I cannot not wait to use Storm in my Clojure projects :-) Best regards Max On 20 Sep., 17:05, nathanmarz wrote: > Yesterday I open-sourced Storm at Strange Loop. Storm is a distributed > and fault-tolerant realtime comp

[ANN] cljs-devmode - A development mode for ClojureScript

2011-07-27 Thread Max Weber
Hello everyone, I like to introduce you to cljs-devmode, which is a "development mode" for ClojureScript. It is really a primitive prototype for a ClojureScript development mode, but it works for me so far. I only wrote it to get started with ClojureScript in one of my Clojure web applications. c

Re: clojurescript development workflow

2011-07-25 Thread Max Weber
Hi, today I've been working on cljs-devmode: https://github.com/maxweber/cljs-devmode It is a really primitive prototype of a development mode for ClojureScript. For an explanation take a look at the README on the GitHub repo. I'm in a hurry so I'm going to continue the work on cljs- devmode tom

Re: BDD - Given When Then

2011-07-14 Thread Max Weber
 You can find the link here. > > https://github.com/ckirkendall/ClojureGiven > > Creighton Kirkendall > > On Jul 11, 2:12 pm, Max Weber wrote: > > > > > > > > > Hi, > > > I like to write some integration/acceptance tests in Clojure. At the moment

BDD - Given When Then

2011-07-11 Thread Max Weber
Hi, I like to write some integration/acceptance tests in Clojure. At the moment I'm using cuke4duke (cucumber), but I'm not satisfied with it. For my unit tests I'm already using lazytest. In the acceptance tests I like to apply the typical Given When Then template (like cucumber do). So are there

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-07 Thread Max Weber
Hi Bojan, there has been a global change within the Facebook Graph API, it doesn't sent a referer in the headers of the authentication callback request anymore. A middleware function of clj-facebook-graph has relied upon this referer. I have fixed this issue in version 0.1.3-SNAPSHOT, but now you

Architecture for a Clojure project

2011-05-26 Thread Max Weber
Hi, imaging you could do a software project from scratch and Clojure is the main programming language. What architecture would you choose? Of course it depends, so here are some requirements and basic conditions: - Let's assume that we are building a web application for some social media st

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-05-10 Thread Max Weber
Hi Bojan, I've added a basic support to post something against the Facebook Graph API. The documentation for this new feature can be found under https://github.com/maxweber/clj-facebook-graph Best regards Max On 9 Mai, 20:22, Bojan Jovičić wrote: > Hi Max, > I have started investigating this,

ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-04-08 Thread Max Weber
Hello everyone, I like to introduce you to clj-facebook-graph, it is a Clojure client for the Facebook Graph API and it is based on clj-http and Ring. I have written a blog post about how to leverage clj-facebook-graph to query the Facebook Graph API: http://max-weber.tumblr.com/post/4183433816/c

RabbitMQ

2011-03-24 Thread Max Weber
What is the best Clojure library to work with RabbitMQ? Best regards Max -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

ANN: Cologne Clojure User Group (Cologne / Köln - Germany)

2011-02-28 Thread Max Weber
Hello everyone, back in December 2010 we launch a Clojure User Group for the wider area of Cologne in Germany. So if you are living in this region and like to join us, then you can find all necessary information under: http://www.meetup.com/clojure-cologne/ Best regards Max -- You received th

Re: Getting http-agent to throw an exception if url doesn't exist?

2011-01-29 Thread Max Weber
Give clj-http a try (https://github.com/getwoven/clj-http). It has an architecture similar to the one of Ring. Especially the Ring-style middleware helps a lot, if you want to add custom behaviour like error handling to clj-http. On 27 Jan., 02:21, Michael Ossareh wrote: > On Wed, Jan 26, 2011 at

ANN: clj-facebook-graph

2011-01-28 Thread Max Weber
Hey if you like to do something with the (relatively new) Facebook Graph API (http://developers.facebook.com/docs/api/) give clj-facebook- graph a try. It's a simple Clojure client for the Facebook Graph API based on clj-http (https://github.com/getwoven/clj-http) and Ring (https://github.com/mmcgr