Category Archives: Java

Running the new MongoDB data adapter for Atom Hopper with Netbeans 7.1

I’ve mentioned Atom Hopper several times in this blog. Atom Hopper (based on Apache Abdera) for those whom might not know is a Rackspace sponsored open source project. Today I’ll show you how to use the new MongoDB data adapter. … Continue reading

Posted in Apache Abdera, Apache Tomcat, Atom Hopper, Java | 3 Comments

What’s new with Atom Hopper (A Java based ATOM server)

Atom Hopper is a Java based ATOM publishing server based on Apache Abdera. You can read some of my previous articles here and the full source code can be found here as well as the up to date wiki. Today … Continue reading

Posted in Atom Hopper, Java | Comments Off

Creating a simple Activity Stream with Apache Abdera2, Java, and Netbeans 7 (with Maven)

The Apache Abdera team is hard at work on Abdera2. Abdera2 has a bunch of new features, check out this email by James Snell to get a sample of whats new and improved. One of the new features is Activity … Continue reading

Posted in Apache Abdera, Java, Netbeans | Comments Off

Build a REST service with Netbeans 7, Java, and Jersey that returns JSON

One of the great things about Jersey is that it makes working with REST really easy. If your new to Jersey and REST then you can check out my previous article that shows you to easily build a simple REST … Continue reading

Posted in Apache Tomcat, Java, REST | 2 Comments

Building a REST service that collects HTML form data using Netbeans, Jersey, Apache Tomcat and Java

The Jersey project is very well documented so it makes it easy to learn REST with Java. In this article I’m going to build two projects. The first project will be a very simple HTML page that presents a form … Continue reading

Posted in Apache Tomcat, Java, Netbeans, REST | 2 Comments

Getting started with Atomic and Atomic-AR (a project using jQuery Mobile) for Atom Hopper

Last month I introduced a new open source ATOM Pub server called: Atom Hopper (source code available on GitHub). I did a small demo of Atom Hopper and had to quickly build a user interface to show off what exactly … Continue reading

Posted in Atom Hopper, Java, JavaScript, Mobile, Open Source | Comments Off

Building a simple REST service using NetBeans 7, a Java Servlet, and JAXB

There are plenty of good Java based REST frameworks out there to build applications with. Restlet, RESTEasy, Jersey, etc. come to mind just to name a few. You don’t need a REST framework to build a simple REST service (although … Continue reading

Posted in Apache Tomcat, Java, Netbeans, REST | 2 Comments

Build a Spring-Data project with MongoDB in under 5 minutes using Netbeans 7 and Maven

Spring-Data is a rapidly moving project and has support for many technologies such as non-relational databases, map-reduce frameworks, and cloud based data services as well as providing support for relational databases. Today I’m going to focus on their support for … Continue reading

Posted in Java, MongoDB, Netbeans | 1 Comment

Reading an ATOM feed using Apache Abdera and Java

Today I’ll show you how to read an ATOM feed using Apache Abdera with Java. I’m going to be using Atom Hopper as the ATOMPub server and you can check out my previous articles on how to get it running.

Posted in Apache Abdera, Atom Hopper, Java, Open Source | Comments Off

Reading an ATOM feed using Rome and Java

Today I’ll show you how to read an ATOM feed using Rome with Java. I’m going to be using Atom Hopper as the ATOMPub server and you can check out my previous articles on how to get it running.

Posted in Atom Hopper, Java, Open Source | Comments Off