Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-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 5C9EF178C5 for ; Wed, 22 Jul 2015 21:20:02 +0000 (UTC) Received: (qmail 53863 invoked by uid 500); 22 Jul 2015 21:20:02 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 53825 invoked by uid 500); 22 Jul 2015 21:20:02 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 53812 invoked by uid 99); 22 Jul 2015 21:20:01 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 21:20:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3FC451A7650 for ; Wed, 22 Jul 2015 21:20:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id dNXLG-2IAgFE for ; Wed, 22 Jul 2015 21:20:00 +0000 (UTC) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id E11AD43E43 for ; Wed, 22 Jul 2015 21:19:59 +0000 (UTC) Received: by lblf12 with SMTP id f12so144903333lbl.2 for ; Wed, 22 Jul 2015 14:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+vtLshFSWjJKkWry1LaBadzcpvPudZUGigTJtDGNiyo=; b=WwAaalDEAHT5HvQJTFnxsJNX1uaQXjQSSjg2ZpH0gCe6+gFdvKvu5Qd9D9L4R76ZFZ fFeMAzgnN1dzyJaKxhoSWV641c3TfKdit7vRri4PAF3cNTp7F/f/jNa58Ah6VM346F/E WvxxyBLM3uOFXBFc3yLohNPigcFQ+gXYSfoxYjlekT+a7e4EUvFMpcrrNOEn3SWPvyPP SRqtS5REwKTaRgUDOZwI9UcbEe9j4NxGz6zuqczuHIC8qIoZ5TBvCR6zqc/LJV5uuqa8 FtAAUDYy2guyjIHZFN6MfqZYDX4bx5muPTDChbkfqNFRMpCCHONbhQY5DNUbwSUZkJYF TRbA== MIME-Version: 1.0 X-Received: by 10.152.170.234 with SMTP id ap10mr4304304lac.28.1437599948687; Wed, 22 Jul 2015 14:19:08 -0700 (PDT) Received: by 10.114.174.35 with HTTP; Wed, 22 Jul 2015 14:19:08 -0700 (PDT) In-Reply-To: References: <1434483501416-47895.post@n4.nabble.com> <1434549655539-47902.post@n4.nabble.com> <1434575746212-47931.post@n4.nabble.com> <1434576561928-47934.post@n4.nabble.com> <1434601272222-47945.post@n4.nabble.com> <1434703707007-47996.post@n4.nabble.com> Date: Wed, 22 Jul 2015 17:19:08 -0400 Message-ID: Subject: Re: [FlexJS] IntelliJ Integration From: Michael Schmalle To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=089e01229758454ec8051b7d5207 --089e01229758454ec8051b7d5207 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This conversation probably deserves a new topic.... Mike On Wed, Jul 22, 2015 at 5:10 PM, OmPrakash Muppirala wrote: > > > > >1) I=E2=80=99m looking to adapt the business logic part so it=E2=80=99= ll cross-compile > > >into Javascript, pretty much as-is. I expect to have to work on some o= f > > >the capabilities and classes to make them cross-compilable. XML > > >processing is one example. > > > > Is there no way to convert to using JSON instead of XML? FWIW, I=E2=80= =99ve > > pondered the notion of a servlet that acts like a proxy server, grabs X= ML > > from the actual server and converts it to JSON. > > > > I am currently using libraries from BlazeDS and GraniteDS to convert XML = to > POJOs to AMF and JSON for my REST based webservices server. Adding this > functionality into BlazeDS seems like a good idea. Thoughts? > > Thanks, > Om > --089e01229758454ec8051b7d5207--