Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-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 17FCDD7FC for ; Thu, 8 Nov 2012 12:39:36 +0000 (UTC) Received: (qmail 37698 invoked by uid 500); 8 Nov 2012 12:39:35 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 37646 invoked by uid 500); 8 Nov 2012 12:39:35 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Delivered-To: moderator for dev@cxf.apache.org Received: (qmail 67311 invoked by uid 99); 8 Nov 2012 10:28:32 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Date: Thu, 8 Nov 2012 02:28:06 -0800 (PST) From: dominic To: dev@cxf.apache.org Message-ID: <1352370486740-5718121.post@n5.nabble.com> Subject: Creating an proxy servicelayer for javascript MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi! i want to create dynamically webservices on the server-side. the webservice should be executed in rhino (javascript), the data is collected out of a database and already parsed with rhino. (function names, parameter, etc.) which steps i have to take to create webservices out of my javascript files? i think i have to create some kind of proxy java class to run javascript code by method call. but i want to provide an exactly method/operation description to the client side by wsdl. so i have to create my own service layer, isnt it? how do i create multible services with my own service layer? I think i have to overwrite / extend the ServiceFacoryBean to create the ServiceInfo (InterfaceInfo, BindingsInfo and EndpointInfo). But how do i create this objects correctly? What have to be implemented by me to create this JavaScriptProxyWebServiceService ? best regads and thank you for your help -- View this message in context: http://cxf.547215.n5.nabble.com/Creating-an-proxy-servicelayer-for-javascript-tp5718121.html Sent from the cxf-dev mailing list archive at Nabble.com.