-
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: Apache CXF
jaxws:endpoint of CXF to fire up a JAX-WS service
The previous example of running a JAX-WS Web Service with Apache CXF 2.3.3 (as I described in the previous blog entry Learning Apache CXF with Eclipse and soapUI plugin) reminded me about CXF support for Spring Framework. Run the following class: with the beans.xml in CLASSPATH: and this and the previous example will yield the [...]
Learning Apache CXF with Eclipse and soapUI plugin
I must admit it went very smoothly and I could finally use the tools I’ve been hearing here and there all the time. I can’t however say it was for Apache CXF’s simplicity itself or just by a stroke of luck, but eventually the puzzles fit together really well. While working on the upgrade to [...]
Throwable.printStackTrace() for code comprehension
It’s been a while since I’ve been looking into Apache OpenEJB. With my recent affair with JAX-WS Web Services I thought I’d give it a try again. Not only would it help me understand the JAX-WS specification, but also would let me contribute to the project I’ve been in for a long time. I raised [...]