-
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: JAX-WS
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 [...]
Learning Clojure and JAX-WS at once – Clojure supports annotations, but JAX-WS doesn’t like it
While reading the redbook IBM WebSphere Application Server V7.0 Web Services Guide, I’ve stumbled upon JAX-WS javax.xml.ws.Endpoint class. It’s been a while since I worked with Clojure and since one of the selling points of dynamic languages like Clojure is their ability to boost prototyping to the maximum, a weird idea crossed my mind – [...]
SOAP 1.2 over JMS in Rational Application Developer 8.0.1
People who wrote the SOAP 1.2 spec was very kind and provided a short introduction in SOAP Version 1.2 Part 0: Primer (Second Edition). I had a very pleasant reading and didn’t expect to learn it as easily and quickly. It was just before I was wondering whether to use the SOAP 1.2 or SOAP [...]
Text Message off and No response returned in Generic Service Client gone
A problem – No response returned in Generic Service Client for EJB Web Services with JMS transport and its solution – Text Message option in IBM WebSphere JMS Transport Configuration should’ve been off. Easy, isn’t it? Didn’t they tell you to turn options on only when they’re really needed?! As the saying goes “Once burnt [...]
No response returned in Generic Service Client for EJB Web Services with JMS transport
The Web Services course odyssey of mine continues. I’ve been able to learn about the product – IBM Rational Application Developer V8.0.1 a lot to a great surprise of mine and I don’t think the last day, tomorrow, will be different. It was that I had to teach the students how to use the tool [...]