Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (88)
- OpenStack (4)
- Perl (1)
- PHP (23)
- Python (15)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (35)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Monthly Archives: May 2012
Setting up a Vert.x (Mod) project to work with Maven and Netbeans 7.1 on OS X and Java 7
Today I’ll show you one way to use Netbeans 7.1 and Maven to work with a Vert.x project. This is just one way you can go about setting up the project and is how I currently do it. If you … Continue reading
Posted in Java, Netbeans, Open Source, Vertx
6 Comments
The speed race is on: Vert.x and Node.js
Vert.x and Node.js are similar in some ways, and different in others. One such difference is that Node.js only allows you to write code in JavaScript whereas Vert.x allows you to code in Java, Groovy, JavaScript, Ruby and eventually as … Continue reading
Posted in Java, JavaScript, Node.js, Open Source, Vertx
5 Comments
Getting started with Socket.IO and Node.js
Node.js is not the cure for everything, however, it can certainly makes working with Websockets very easy when using the Socket.io library. Using websockets you can easily build realtime applications and even multi-player games. Today I’ll show you how to … Continue reading
Posted in JavaScript, Node.js, Open Source
5 Comments
Getting started with Vert.x and Java on OS X
Vert.x is a fairly new project that has already reached 1.0 status and has a growing community. According to their website Vert.x is: Effortless asynchronous application development for the modern web and enterprise. If your familiar with Node.js then you … Continue reading
Posted in Java, Online Games, Vertx
3 Comments
Installing and configuring Netbeans 7.1.2 and the Java JDK 1.7 on OS X
Recently Oracle released the JDK 1.7 for OS X (download here). This is a JDK release as of the time of this article and a consumer version of the JRE 1.7 will be released later in 2012. Today I’m going … Continue reading
Posted in Java, Netbeans
6 Comments
Posting a new ATOM entry to Atom Hopper using Node.js
Previously I blogged about how you can use Apache Abdera to post ATOM entries to an AtomPub server like Atom Hopper. Today I’ll show you how to do something similar but with Node.js.
Posted in Atom Hopper, JavaScript, Node.js, Open Source
Comments Off
Tutorial: Getting started with RESTEasy (a Java REST Framework) and Netbeans 7.1
RESTEasy is quickly becoming a favorite project of mine. RESTEasy allows you to easily and quickly create REST based services with Java. Today I’ll show you how fast you can have a minimal REST service running using Netbeans 7.1 and … Continue reading
Posted in Apache Tomcat, Java, REST
Comments Off



