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)
Category Archives: Apache Tomcat
Setting up Repose: The REstful PrOxy Service Engine
From the Repose website: Repose is an open-source RESTful HTTP proxy service that scales to the cloud. Repose provides the solution to common API processing tasks such as rate limiting, client authentication, versioning, and logging so that web service developers … Continue reading
Posted in Apache Tomcat, Atom Hopper, Java, Open Source, Repose
6 Comments
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
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
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
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
Using a Java Servlet Filter to intercept the response HTTP status code with Netbeans 7 and Maven
Version 2.3 of the Java servlet spec introduced the concept of filters. According to the documentation from Oracle’s site: “A filter dynamically intercepts requests and responses to transform or use the information contained in the requests or responses”. Today I’ll … Continue reading
Posted in Apache Tomcat, Java, Netbeans
Comments Off
Setting up Apache Tomcat basic authentication using the DataSourceRealm for Atom Hopper
I’ve done a few articles now on Atom Hopper which is an open source project hosted on GitHub. Up until now though Atom Hopper has been left open to world if you are not inside of a private network (which … Continue reading
Posted in Apache Tomcat, Atom Hopper, Java, Open Source
1 Comment
Running Atom Hopper with Apache Tomcat
In my last post I introduced you to Atom Hopper. Today I want to show you how to take the Atom Hopper WAR file and run it inside Apache Tomcat as well as change some of the default settings.
Posted in Apache Abdera, Apache Tomcat, Atom Hopper, Java, Open Source
1 Comment
Setting up Apache Tomcat basic authentication using the DataSourceRealm on CentOS 6 with MySQL
Today I’m going to take a clean CentOS 6.0 system and build it up so it runs Apache Tomcat 6 with basic authentication using the DataSourceRealm. You can read more about realm configuration on the Apache Tomcat website.
Posted in Apache Tomcat, Java, Netbeans, Open Source
1 Comment



