robbypelssers.blogspot.com
Share your knowledge: April 2015
http://robbypelssers.blogspot.com/2015_04_01_archive.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Thursday, April 9, 2015. Using ssh tunnel with port forwarding. Let's say the endpoint used from our staging environment would be "http:/ 3rdpartyhostname/coolservice". In this case I want to listen on port 8877, and forward traffic from this port using the ssh tunnel to 3rdpartyhostname on port 80. Ssh -f username@staginghostname -L 8877:3rdpartyhostname:80 -N.
robbypelssers.blogspot.com
Share your knowledge: Fixing collisions ObjectFactory while executing wsdl2java
http://robbypelssers.blogspot.com/2015/03/fixing-collisions-objectfactory-while.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Thursday, March 26, 2015. Fixing collisions ObjectFactory while executing wsdl2java. Often you have to deal with WSDL's from third parties. Sometimes the WSDL including referenced schemas are setup crappy and you run into issues while converting the WSDL to Java. Below we will look into how to fix these issues. Eclipse will complain with following message. Posted by Robby Pelssers.
robbypelssers.blogspot.com
Share your knowledge: May 2015
http://robbypelssers.blogspot.com/2015_05_01_archive.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Thursday, May 7, 2015. Switching between maven settings.xml. Often you have to copy the maven settings.xml file which is configured for a specific customer. But while developing in my spare time I just want to use my own settings.xml file. The easiest way to switch to using a different file is shown below:. Mvn -gs $M2 HOME/conf/settings pelssers.xml clean install.
robbypelssers.blogspot.com
Share your knowledge: December 2013
http://robbypelssers.blogspot.com/2013_12_01_archive.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Tuesday, December 17, 2013. Even Guava doesn't make Java appealing anymore once you tasted Scala. I just hacked some small test case together to give an impression of how one could use Guava. Still I don't like the verbosity. sigh :(. Posted by Robby Pelssers. Subscribe to: Posts (Atom). View my complete profile. Even Guava doesnt make Java appealing anymore onc.
robbypelssers.blogspot.com
Share your knowledge: March 2015
http://robbypelssers.blogspot.com/2015_03_01_archive.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Thursday, March 26, 2015. Fixing collisions ObjectFactory while executing wsdl2java. Often you have to deal with WSDL's from third parties. Sometimes the WSDL including referenced schemas are setup crappy and you run into issues while converting the WSDL to Java. Below we will look into how to fix these issues. Eclipse will complain with following message. Posted by Robby Pelssers.
robbypelssers.blogspot.com
Share your knowledge: Little Ajax exercise
http://robbypelssers.blogspot.com/2014/04/little-ajax-exercise.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Tuesday, April 15, 2014. Posted by Robby Pelssers. Subscribe to: Post Comments (Atom). View my complete profile. HTML5 Web Workers demo. Javascript event delegation (bubbling). Using HTML5 dataset attributes. Using requirejs as javascript module loader. Using Javas FutureTask to execute Callable tasks .
robbypelssers.blogspot.com
Share your knowledge: Javascript event delegation (bubbling)
http://robbypelssers.blogspot.com/2014/04/javascript-event-delegation-bubbling.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Friday, April 11, 2014. Javascript event delegation (bubbling). Posted by Robby Pelssers. Subscribe to: Post Comments (Atom). View my complete profile. HTML5 Web Workers demo. Javascript event delegation (bubbling). Using HTML5 dataset attributes. Using requirejs as javascript module loader. Using Javas FutureTask to execute Callable tasks .
robbypelssers.blogspot.com
Share your knowledge: Javascript XPath Demo
http://robbypelssers.blogspot.com/2014/04/javascript-xpath-demo.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Tuesday, April 15, 2014. Posted by Robby Pelssers. Subscribe to: Post Comments (Atom). View my complete profile. HTML5 Web Workers demo. Javascript event delegation (bubbling). Using HTML5 dataset attributes. Using requirejs as javascript module loader. Using Javas FutureTask to execute Callable tasks .
robbypelssers.blogspot.com
Share your knowledge: Using HTML5 dataset attributes
http://robbypelssers.blogspot.com/2014/04/using-html5-dataset-attributes.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Thursday, April 10, 2014. Using HTML5 dataset attributes. Posted by Robby Pelssers. Subscribe to: Post Comments (Atom). View my complete profile. HTML5 Web Workers demo. Javascript event delegation (bubbling). Using HTML5 dataset attributes. Using requirejs as javascript module loader. Using Javas FutureTask to execute Callable tasks .
robbypelssers.blogspot.com
Share your knowledge: March 2014
http://robbypelssers.blogspot.com/2014_03_01_archive.html
If you're interested in functional programming. You might also want to checkout my second blog which i'm actively working on! Friday, March 28, 2014. Ceylon: building typesafe webpages with the html module. Posted by Robby Pelssers. Ceylon: dealing with files. As we saw earlier Ceylon is modularized. So the API to deal with files is not part of the core language. Check Modularity. For how to specify a dependency on Ceylon file. Posted by Robby Pelssers. Posted by Robby Pelssers. Tuesday, March 18, 2014.