RSS feed
Subscribe to the blog's RSS feed here.JCranky’s Twitter
Tweets by jcranky- agile
- akka
- arduino
- book
- caelum
- case
- casual class
- class
- clone
- cloud
- cloud computing
- coffee
- collections
- css
- date
- digital tv
- dojo
- ejb
- event
- foreach
- function
- functional programming
- ginga
- globalcode
- good practices
- infoq
- j2ee
- java
- java posse
- javascript
- js
- jsf
- junit
- just java
- jxta
- language
- last
- list
- lojinha
- london
- match
- maven
- mercurial
- music
- mvn
- netbeans
- p2p
- pair programming
- pattern matching
- peer-to-peer
- podcast
- programming
- regex
- REST
- robotics
- roo
- s-99
- sbt
- scala
- scala 99 problems
- scalax
- simple build tool
- spring
- spring roo
- springsource
- sun
- tdc
- tdd
- test
- thedevelopersconference
- typesafe
- value
- web development
- xml
- xp
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: xml
Dynamic namespaces with XSLT and Java
Recently I had to implement an XSLT transformation for a project here. It didn’t seem too complicated at first, since XSLT is not an alien technology – actually, it is pretty simple to use / develop with. The problem was … Continue reading
Testing XML data in your unit tests with XMLUnit
Once upon a time I had to compare two pieces of XML data. And it was good. Well, actually, it wasn’t. Comparing two sets of XML can be really tough. Initially, I considered doing so by hand. Bad, bad idea, … Continue reading
XML Handling in Scala
It is finally time to get back to Scala. In this post, lets cover briefly some of the support Scala has for handling XML data. This is impressive stuff, and more so if you are used to how complex this … Continue reading