Agile

Communication at XKCD

March 12, 2012
By
Communication at XKCD

The comic strip at XKCD today is brilliant.  It takes a bit of effort to follow it, but the punchline is brilliant.  Communication is tough.  How does this apply to agile teams?  You be the judge! (PS.  XKCD is a … Continue reading

Read more »

Comment on Multiple select with Spring MVC by Rick

March 10, 2012
By

@Antti, I'm not seeing your solution work either. Can someone confirm that Antti's solution should work (Spring 3.1) ? For example I have

Dim
int key
String descr
MassExportVO
private List biaItems; 
//settter/getters
When this form submits however I end up with: ' to required type 'java.util.List' ...

Read more »

Comment on Multiple select with Spring MVC by cyril

March 10, 2012
By

Excellent tutorial!

Read more »

Comment on WebSphereMQ Integration using Mule ESB Community Edition by Tobias Trelle

March 9, 2012
By

I used a client version 6.x, maybe they moved some of the classes between the jars in version 7. Of course you are right w/ the MQ headers. The raw MQI API in general is much broader than the standard JMS API.

Read more »

Comment on WebSphereMQ Integration using Mule ESB Community Edition by john_mk

March 9, 2012
By

I needed to add "com.ibm.mq.jmqi.jar" to the class path because of a class loading error. Otherwise the above seems to work. I´m using the jar´s from MQ Client version 7.0.1.3 As a general comment on jms versus the native WMQ connector (as provided with Mule EE) is that you will typically not have access to all...

Read more »

Comment on Spring Data – Part 4: Geospatial Queries with MongoDB by Tobias Trelle

March 9, 2012
By

Hi Simon, I'm not an DB2 expert and don't know about the Spatial Extender. Sorry.

Read more »

Comment on Spring Data – Part 4: Geospatial Queries with MongoDB by Simon

March 8, 2012
By

Good article. How about spatial queries support with DB2 Spatial Extender? Do you have some examples? Thanks.

Read more »

Comment on Robot Framework Acceptance Tests: Develop With Eclipse, Run With Maven by kimlam8888

March 5, 2012
By

Today I have a addition question for the external libraries of python that I developed, it names 'extension.py'. That python library contains some useful keyword for my testing services. When I run it by Maven, the report show error "No keyword found". I've tried to put my library extension.py to --variable RESOURCES:${project.basedir}\src\ch\main\robot\resources However, the error...

Read more »

Comment on File Downloads With Selenium — Mission Impossible? by kimlam8888

March 5, 2012
By
Comment on File Downloads With Selenium — Mission Impossible? by kimlam8888

It's awesome. Regarding to the id when it's auto generated from the URL, I'm using context menu and select "copy link location" then declare it into a URL variable that ready for wget command. It's works right now then I can download the file :) Thank you Andeas!

Read more »

Comment on Mule+CXF struggle with quoted encodings by John Prystash

March 2, 2012
By

Thanks a lot for this info! This did the trick for me. We were using Mule 2.2.6 which pulls in CXF 2.1.9. I re-built cxf-rt-core from source, updated the version number, and depended on the new version, things work great.

Read more »

Tags