<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Jos Dirksen</title> <atom:link href="http://www.javacodegeeks.com/author/Jos-Dirksen/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Fri, 24 May 2013 16:00:53 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Getting started with Scala and Scalatra &#8211; Part IV</title><link>http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra.html</link> <comments>http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra.html#comments</comments> <pubDate>Sat, 06 Oct 2012 15:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Scala]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra-part-iv.html</guid> <description><![CDATA[Welcome to the last part of this series of tutorials on scala and scalatra. In this part we&#8217;ll look at how you can use Akka to handle your requests using an asynchronous dispatcher, how to use subcut for dependency injection and finally how you can run the complete API in the cloud. In this example [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Getting started with Scala and Scalatra &#8211; Part III</title><link>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra_24.html</link> <comments>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra_24.html#comments</comments> <pubDate>Mon, 24 Sep 2012 10:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Scalatra]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra-part-iii.html</guid> <description><![CDATA[This post is the third on a series of articles I&#8217;m writing on scalatra. In &#8216;part I&#8217; we created the initial environment, and in &#8216;part II&#8217; we created the first part of a REST API and added some tests. In this third part of the scalatra tutorial we&#8217;re going to look at the following topics: [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra_24.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Twitter REST API from Scala and Java using signpost</title><link>http://www.javacodegeeks.com/2012/09/twitter-rest-api-from-scala-and-java.html</link> <comments>http://www.javacodegeeks.com/2012/09/twitter-rest-api-from-scala-and-java.html#comments</comments> <pubDate>Tue, 18 Sep 2012 01:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Twitter]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/twitter-rest-api-from-scala-and-java-using-signpost.html</guid> <description><![CDATA[If you&#8217;ve read some other articles on this blog you might know that I like creating visualizations of various datasets. I&#8217;ve just started a small project where I want to visualize some data from Twitter. For this I want to retrieve information about followers and profile information directly from twitter. I actually started looking for [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/09/twitter-rest-api-from-scala-and-java.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Getting started with Scala and Scalatra &#8211; Part II</title><link>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra_12.html</link> <comments>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra_12.html#comments</comments> <pubDate>Wed, 12 Sep 2012 22:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Scalatra]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra-part-ii.html</guid> <description><![CDATA[In the previous part of the tutorial we created a simple application from scratch and setup Eclipse so we could edit the scala files for scalatra. In this second part of the tutorial you&#8217;ll learn how to do the following: How to start scalatra with embedded Jetty for easy testing and debugging Create a simple [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra_12.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Getting started with Scala and Scalatra &#8211; Part I</title><link>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra.html</link> <comments>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra.html#comments</comments> <pubDate>Mon, 10 Sep 2012 01:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[Scalatra]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/getting-started-with-scala-and-scalatra-part-i.html</guid> <description><![CDATA[In this series of tutorials we&#8217;re going to look a bit closer at scalatra. Scalatra is a lightweight scala based micro-web framework, that can be used to create high performance websites and APIs. In this first tutorial we&#8217;ll just get started with the installation of scalatra and import our test project into Eclipse. SBT and [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/09/getting-started-with-scala-and-scalatra.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java Word (.docx) documents with docx4j</title><link>http://www.javacodegeeks.com/2012/07/java-word-docx-documents-with-docx4j.html</link> <comments>http://www.javacodegeeks.com/2012/07/java-word-docx-documents-with-docx4j.html#comments</comments> <pubDate>Tue, 03 Jul 2012 19:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[docx4j]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/java-word-docx-documents-with-docx4j.html</guid> <description><![CDATA[A couple of months ago I needed to create a dynamic Word document with a number of tables and paragraphs. In the past I&#8217;ve used POI for this, but I&#8217;ve found this hard to use and it doesn&#8217;t work that well for me when creating more complex documents. So for this project, after some searching [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/07/java-word-docx-documents-with-docx4j.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Netty: Using SPDY and HTTP transparently</title><link>http://www.javacodegeeks.com/2012/05/netty-using-spdy-and-http-transparently.html</link> <comments>http://www.javacodegeeks.com/2012/05/netty-using-spdy-and-http-transparently.html#comments</comments> <pubDate>Thu, 10 May 2012 01:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JBoss Netty]]></category> <category><![CDATA[SPDY]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/netty-using-spdy-and-http-transparently.html</guid> <description><![CDATA[Most people have already heard about SPDY, the protocol, from google, proposed as a replacement for the aging HTTP protocol. Webservers are browsers are slowly implementing this protocol and support is growing. In a recent article I already wrote about how SPDY works and how you can enable SPDY support in Jetty. Since a couple [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/netty-using-spdy-and-http-transparently.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Binary websockets with Play 2.0 and Scala</title><link>http://www.javacodegeeks.com/2012/05/binary-websockets-with-play-20-and.html</link> <comments>http://www.javacodegeeks.com/2012/05/binary-websockets-with-play-20-and.html#comments</comments> <pubDate>Wed, 02 May 2012 09:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Scala]]></category> <category><![CDATA[JavaCV]]></category> <category><![CDATA[OpenCV]]></category> <category><![CDATA[Play Framework]]></category> <category><![CDATA[WebSockets]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/binary-websockets-with-play-2-0-and-scala.html</guid> <description><![CDATA[In a recent article I showed how you can use webrtc, canvas and websockets together to create a face detection application whose frontend runs completely in the browser, without the need for plugins. In that article I used a Jetty based backend to handle the image analysis using OpenCV through the JavaCV wrapper. When I [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/binary-websockets-with-play-20-and.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Connect to RabbitMQ (AMQP) using Scala, Play and Akka</title><link>http://www.javacodegeeks.com/2012/04/connect-to-rabbitmq-amqp-using-scala.html</link> <comments>http://www.javacodegeeks.com/2012/04/connect-to-rabbitmq-amqp-using-scala.html#comments</comments> <pubDate>Fri, 20 Apr 2012 04:00:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Akka]]></category> <category><![CDATA[AMQP]]></category> <category><![CDATA[Play Framework]]></category> <category><![CDATA[RabbitMQ]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/connect-to-rabbitmq-amqp-using-scala-play-and-akka.html</guid> <description><![CDATA[In this article we&#8217;ll look at how you can connect from Scala to RabbitMQ so you can support the AMQP protocol from your applications. In this example I&#8217;ll use the Play Framework 2.0 as container (for more info on this see my other article on this subject) to run the application in, since Play makes [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/04/connect-to-rabbitmq-amqp-using-scala.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Protect a REST service using HMAC (Play 2.0)</title><link>http://www.javacodegeeks.com/2012/04/dzoneprotect-rest-service-using-hmac.html</link> <comments>http://www.javacodegeeks.com/2012/04/dzoneprotect-rest-service-using-hmac.html#comments</comments> <pubDate>Thu, 05 Apr 2012 11:10:00 +0000</pubDate> <dc:creator>Jos Dirksen</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Play Framework]]></category> <category><![CDATA[RESTful Web Services]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/protect-a-rest-service-using-hmac-play-2-0.html</guid> <description><![CDATA[We have HTTPS, what more do we need? When you talk about security for REST based APIs, people often point to HTTPS. With HTTPS you can easily protect your services from prying eyes using methods everybody is familiar with. When you, however, require an additional level of security, or HTTPS just isn&#8217;t available, you need [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/04/dzoneprotect-rest-service-using-hmac.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/4 queries in 0.001 seconds using apc
Object Caching 1129/1130 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-24 20:00:18 -->