-
Recent Posts
Recent Comments
- Jacek Laskowski on Why would I prefer Liberty Profile over TomEE?! No easy answer
- Jean-Louis MONTEIRO on Why would I prefer Liberty Profile over TomEE?! No easy answer
- Pobody on OpenJDK 1.8.0-jdk8-b35 seems to break Leiningen 2
- Piotr Kania on Java 7 New Features Cookbook give-away contest
- Jacek Laskowski on Java 7 New Features Cookbook give-away contest
My Tweets
- On my way back home. Thanks #GeeCON for fabulous platform to meet up with friends and to get introduced to new techs and geeks. 2 days ago
- RT @pawelstawicki: On scala, akka & camel presentation. Scala very basics up to now :/ #geecon 2 days ago
- RT @maciejb: Listening to Sala / Akka / Camel talk by @piotrga. Scala introductory talks are so 2008. #geecon 2 days ago
- Gonna use :paste to #Scala repl more often during presentations :-) Thanks @piotrga! Need it for #Clojure REPL #geecon 2 days ago
- Listening to @piotrga's talk abt #Scala, #Akka and #Camel. Functional map used, closures mentioned - almost a talk about #Clojure :) #geecon 2 days ago
Archives
Categories
Tags
Apache Aries Apache CXF Apache OpenEJB BRMS Clojure ClojureScript course CSS3 Dart Eclipse Eclipse Equinox EJB Erlang F# Git GlassFish Google Guice Grails HTML5 IBM Installation Manager IBM WebSphere AS ILOG JRules IntelliJ IDEA java7 JavaScript JAX-WS JBoss AS JMS jquery OSGi Processing rabbitmq Rational Application Developer Scala Service Component Architecture SOAP soapUI Spring Framework Web Services WebSphere Application Server WebSphere ESB WebSphere Integration Developer WebSphere Lombardi Edition WebSphere Process Server WS-BPELMeta
Tag Archives: Google Guice
Dynamically redefining classpath in Clojure REPL
In my previous blog entry Clojure for module development in Google Guice? I presented a way to start Guice from within Clojure REPL. It was fun and turned out easy (yet possibly irrelevant for most people). It however paved the way for creating the new self-learning environment of mine. The idea is to learn Guice [...]
AbstractModule.bindConstant(), @Inject and @Named in Google Guice
I’ve recently come across the bindConstant() method of com.google.inject.AbstractModule. I had a vague idea of its use and value, and decided to google it. I was looking for some code examples and got really surprised when it took me quite a while until I was finally able to find one at Guice: Difference between Binder#bindConstant() [...]
Clojure for module development in Google Guice?
I’ve been learning Clojure for some time and been meaning to use it for development with Java EE. So far, I’ve been unable to find anything very inspiring and stumbled upon Google Guice. One reason to learn dynamic languages like Clojure, Scala or Groovy is that they’re dynamic and can still run on JVM. That’s [...]