Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2707CEE48 for ; Wed, 9 Jan 2013 15:44:17 +0000 (UTC) Received: (qmail 77505 invoked by uid 500); 9 Jan 2013 15:44:16 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 77479 invoked by uid 500); 9 Jan 2013 15:44:16 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 77469 invoked by uid 99); 9 Jan 2013 15:44:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 15:44:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.223.170 as permitted sender) Received: from [209.85.223.170] (HELO mail-ie0-f170.google.com) (209.85.223.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 15:44:08 +0000 Received: by mail-ie0-f170.google.com with SMTP id k10so2259645iea.1 for ; Wed, 09 Jan 2013 07:43:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=7EDPd3iylQKU6aeVg/O99VO5TJxKAnAA2r2A5w8yMZQ=; b=HSKa4L0aAQwBgWsfkgrxzPweqj/D0y5qBu0Lgyr8wV383e5v3Y4mBC7xrBhgwbW/ls Ooqq8WCpXiG9KxHa22CVCYgwlvEHm63rfmIuXkpki5KgP9ZlE3DEb8doAAjhlj9WzHNt 6vONvYu0ioweoaVsQEqnv8LSUlxXxOV5svhxl5Es1xrOzAsy5FeNx/X8eoCQzTSrEyUv /6aVK4zYi3ZpOcVjI+QLR4MraghG1CUgcFhu7M/07qTrTttio0FQdKgj9p1xtUsOVNZQ CJElLzqcC18KZL3LNCOCuphp+E9csArVNxrIKV4iEmfSdL7X1TqlBUxRSvp26yu4+Yk0 sUmQ== X-Received: by 10.50.161.130 with SMTP id xs2mr2059971igb.34.1357746227947; Wed, 09 Jan 2013 07:43:47 -0800 (PST) Received: from [9.27.39.86] ([129.33.49.242]) by mx.google.com with ESMTPS id kp4sm2470805igc.1.2013.01.09.07.43.46 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2013 07:43:46 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Why should I use Geronimo? From: Kevan Miller In-Reply-To: <852DD8A9FDDF734C809AC3CFCFDE8695F27DE51B@WSMV115.corp.vishayint.com> Date: Wed, 9 Jan 2013 10:43:45 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <1F3145B8-691F-443F-9DD3-7F2127F4238C@gmail.com> References: <852DD8A9FDDF734C809AC3CFCFDE8695F27DE51B@WSMV115.corp.vishayint.com> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 9, 2013, at 5:50 AM, "Lochschmied, Alexander" = wrote: > Can it be compared to Play Framework for example? Geronimo is a lighweight, composable, Java EE-based application server. = A full Java EE Geronimo application server contains multiple = technologies (JPA, Servlet/JSP, JSF, JMS, etc=85). I think of the Play Framework as fundamentally a Web Framework (e.g. = JSF, Grails, Spring MVC, etc=85). You can run Play applications in = standalone mode (I'm not sure if that's what Play calls it). You can = also create a Play application, generate a .war file, and deploy the = .war file on Geronimo. Hope that helps.=20 --kevan=