rrusin.blogspot.com
Rafal Rusin's blog: December 2011
http://rrusin.blogspot.com/2011_12_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, December 17, 2011. Table viewer using JQuery plugin and JEE. Example is deployed on Google App Engine, datatablesjee.appspot.com. Then, we need to do filtering and sorting. I ...
rrusin.blogspot.com
Rafal Rusin's blog: May 2012
http://rrusin.blogspot.com/2012_05_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, May 19, 2012. Recently, I tried to run netcat under Windows and I failed to compile it. So I decided to write a simple equivalent in Java, which works under all platforms. So it i...
rrusin.blogspot.com
Rafal Rusin's blog: June 2014
http://rrusin.blogspot.com/2014_06_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, June 14, 2014. Running hadoop 2.2.0 wordcount example under Windows. Recently I went to Hadoop Summit in San Jose ( http:/ hadoopsummit.org/san-jose/. E: test hdfs namenode -format.
rrusin.blogspot.com
Rafal Rusin's blog: July 2014
http://rrusin.blogspot.com/2014_07_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, July 5, 2014. Implementing a Distributed Counter Service Using Hazelcast, Jersey 2 and Guice. Public class CounterService {. Public int increase(final int delta) {. Int newValue =...
rrusin.blogspot.com
Rafal Rusin's blog: June 2011
http://rrusin.blogspot.com/2011_06_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Sunday, June 12, 2011. Visualizing GIS data in JavaFX 2.0 beta using GeoTools. The data itself comes for free from www.naturalearthdata.com. Sample code can be found here: Browse on GitHub.
rrusin.blogspot.com
Rafal Rusin's blog: Implementing a Distributed Counter Service Using Hazelcast, Jersey 2 and Guice
http://rrusin.blogspot.com/2014/07/implementing-distributed-counter.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, July 5, 2014. Implementing a Distributed Counter Service Using Hazelcast, Jersey 2 and Guice. Public class CounterService {. Public int increase(final int delta) {. Int newValue =...
rrusin.blogspot.com
Rafal Rusin's blog: October 2011
http://rrusin.blogspot.com/2011_10_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Sunday, October 16, 2011. Red Black Tree Visualization using HTML5 Canvas and GWT. Google has made great progress on migrating desktop apps into Web. It works on iPhone too :-) ). In autopl...
rrusin.blogspot.com
Rafal Rusin's blog: Running hadoop 2.2.0 wordcount example under Windows
http://rrusin.blogspot.com/2014/06/running-hadoop-220-wordcount-example.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, June 14, 2014. Running hadoop 2.2.0 wordcount example under Windows. Recently I went to Hadoop Summit in San Jose ( http:/ hadoopsummit.org/san-jose/. E: test hdfs namenode -format.
rrusin.blogspot.com
Rafal Rusin's blog: How to create a native Java App
http://rrusin.blogspot.com/2012/08/how-to-create-native-java-app.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Saturday, August 25, 2012. How to create a native Java App. Recently, I stumbled upon JCGO. An interesting project, which translates Java 1.4 code into C. Produced: 640 c/h files (3769 KiB).
rrusin.blogspot.com
Rafal Rusin's blog: November 2014
http://rrusin.blogspot.com/2014_11_01_archive.html
This blog covers topics around programming in various languages, for the industry. It includes my insights based on commercial experience from various projects I worked on. I hope it will provide a simple way of doing complex tasks related to programming, as well as an overview of what's going on in software nowadays. Sunday, November 23, 2014. Handling requests Asynchronously in Java using Jersey 2.13 and Glassfish 4.1. Then start it using command:. Example by running 'mvn package'. The application look...