Return-Path: X-Original-To: apmail-abdera-dev-archive@www.apache.org Delivered-To: apmail-abdera-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F2619C93 for ; Mon, 6 Feb 2012 18:44:10 +0000 (UTC) Received: (qmail 96121 invoked by uid 500); 6 Feb 2012 18:44:10 -0000 Delivered-To: apmail-abdera-dev-archive@abdera.apache.org Received: (qmail 96009 invoked by uid 500); 6 Feb 2012 18:44:09 -0000 Mailing-List: contact dev-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@abdera.apache.org Delivered-To: mailing list dev@abdera.apache.org Received: (qmail 96001 invoked by uid 99); 6 Feb 2012 18:44:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 18:44:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [88.198.2.104] (HELO koch.ro) (88.198.2.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 18:44:02 +0000 Received: from 111-123.76-83.cust.bluewin.ch ([83.76.123.111] helo=t61.localnet) by koch.ro with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1RuTXO-00076x-NK; Mon, 06 Feb 2012 19:43:38 +0100 From: Thomas Koch Reply-To: thomas@koch.ro To: rest-discuss@yahoogroups.com, users@jersey.java.net, dev@abdera.apache.org Subject: Java Framework to provide Facades for Media Types / Resources Date: Mon, 6 Feb 2012 19:43:29 +0100 User-Agent: KMail/1.13.7 (Linux/3.1.0-1-amd64; KDE/4.6.5; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201202061943.30483.thomas@koch.ro> X-Virus-Checked: Checked by ClamAV on apache.org Hi, for my bachelor thesis[1] (reusable components in multi MediaType rest applications) I invented a way to hide the details of the Resource Representation from the method handler (Resource method in JAX-RS) and wanted to know whether something similar already exists. I've posted the full details on StackOverflow: http://stackoverflow.com/questions/9165185/java-framework-to-provide-facades- for-media-types-resources Best regards, Thomas Koch, http://www.koch.ro