lambdaj seems like a nice project. What practical steps are needed to start using it? How do I integrate it with my Maven project?
Asked
Active
Viewed 2,855 times
2
-
Created issue: http://code.google.com/p/lambdaj/issues/detail?id=52 – ripper234 Nov 26 '10 at 15:53
-
I found answers to most of my questions in this document. It does not take maven into account though. http://code.google.com/p/lambdaj/wiki/LambdajFeatures – Flavio Nov 26 '10 at 16:48
-
@Flavio - it was a bit hard to find this among all the articles linked to from their main page. I'll give it a go. – ripper234 Nov 26 '10 at 17:13
-
I found this blog post very helpful in understanding how to use Lambdaj: http://harisupriyanto.blogspot.com/2012/09/using-lambdaj-list-of-example.html – Sufian Jan 29 '14 at 06:16
-
Btw, here is an interesting slideshare http://www.slideshare.net/GenevaJUG/lambdaj-at-genevajug – Federico Piazza Jun 03 '14 at 17:09
1 Answers
1
It is straightforward to use lambdaj in a maven project since it is available on the maven central repository as reported here:

Mario Fusco
- 13,548
- 3
- 28
- 37
-
-
1Sorry I misinterpreted your question: I focused on the Maven part and I thought you were asking how to use lambdaj in Maven project. My advice is start from the slides of my presentation at JavaOne: http://lambdaj.googlecode.com/files/lambdaj-javaone-slides.pdf I hope the comparisons of pieces of codes doing the same things in plain java and using lambdaj could be a good starting point to figure the lambdaj's features out – Mario Fusco Nov 27 '10 at 09:28