Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-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 79CBA188D4 for ; Mon, 25 Jan 2016 20:35:38 +0000 (UTC) Received: (qmail 50854 invoked by uid 500); 25 Jan 2016 20:35:37 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 50816 invoked by uid 500); 25 Jan 2016 20:35:37 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 50805 invoked by uid 99); 25 Jan 2016 20:35:37 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2016 20:35:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9151BC1D13 for ; Mon, 25 Jan 2016 20:35:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.98 X-Spam-Level: **** X-Spam-Status: No, score=4.98 tagged_above=-999 required=6.31 tests=[FREEMAIL_REPLY=1, HTML_MESSAGE=3, KAM_LIVE=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id EE4LF3a1UetZ for ; Mon, 25 Jan 2016 20:35:22 +0000 (UTC) Received: from BLU004-OMC2S8.hotmail.com (blu004-omc2s8.hotmail.com [65.55.111.83]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 49AE820C40 for ; Mon, 25 Jan 2016 20:35:21 +0000 (UTC) Received: from BLU172-W43 ([65.55.111.73]) by BLU004-OMC2S8.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 25 Jan 2016 12:35:14 -0800 X-TMN: [klF3z+Yqc8jPCR9pZhKdfne8P3JG7Hqe] X-Originating-Email: [mgainty@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_e2a2df85-908c-4311-9b77-e5b604be53aa_" From: Martin Gainty To: Struts Users Mailing List Subject: RE: Jodd/Madvoc MVC framework Date: Mon, 25 Jan 2016 15:35:13 -0500 Importance: Normal In-Reply-To: <1453745499290-0a69ad2f-afcef549-1e45446e@jodd.org> References: <56A215E9.50608@apache.org>,,,,,,<1453745499290-0a69ad2f-afcef549-1e45446e@jodd.org> MIME-Version: 1.0 X-OriginalArrivalTime: 25 Jan 2016 20:35:14.0413 (UTC) FILETIME=[E50C31D0:01D157AF] --_e2a2df85-908c-4311-9b77-e5b604be53aa_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable this is what I have for instructions: >git clone https://github.com/oblac/jodd.git >gradlew build Please verify Thanks! Martin ______________________________________________=20 = =20 > From: igor@jodd.org > To: mgainty@hotmail.com > CC: user@struts.apache.org > Subject: Re: Jodd/Madvoc MVC framework > Date: Mon=2C 25 Jan 2016 19:11:38 +0100 >=20 > Hi! > Can you check now? We moved to Gradle 2.10 yesterday=2C but obviously the= re=20 > was a > left over from previous version (2.6). > Would you be so kind to pull the change and try again? It worked here. >=20 > On Mon=2C Jan 25=2C 2016 at 18:34=2C Martin Gainty = wrote: > can anyone clone ? > > gradlew build Downloading=20 > https://services.gradle.org/distributions/gradle-2.6-all.zip > Exception in thread "main" javax.net.ssl.SSLException:=20 > java.security.ProviderExc eption: SunPKCS11 requires configuration file=20 > argument > ...if I bypass cert checking I get the zip... wget --no-check-certificate > https://services.gradle.org/distributions/gradle-2.6-all.zip >=20 > what is gradlew missing to download > https\://services.gradle.org/distributions/gradle-2.6-all.zip > ? > Martin > ______________________________________________ >=20 >=20 >=20 > > Date: Mon=2C 25 Jan 2016 10:32:45 -0500 > > Subject: Re: Jodd/Madvoc MVC framework > > From: davelnewton@gmail.com > > To: user@struts.apache.org > > > > I'm just not a fan of declaring things based on strings=2C including=20 > result > > types. > > > > I don't know what the easiest/best answer is=2C probably I'll end up d= oing > > nothing :( > > > > On Mon=2C Jan 25=2C 2016 at 10:01 AM=2C Christoph Nenning < > > Christoph.Nenning@lex-com.net> wrote: > > > > > > The async thing is nice=3B that would be a good thing to bring int= o=20 > S2. > > > > > > > > I still don't like the string-based action returns=3B strings are = just > > > awful. > > > > I don't have a better solution (yet). > > > > > > > > It might be a good time for me to rethink the code-based config I'= d > > > > implemented some time ago=2C e.g.=2C use a Groovy or whatever DSL = to=20 > config > > > the > > > > results=2C that way they end up being code artifacts. > > > > > > > > > > > > > > Another approach could be to define a Result class to avoid mapping = of > > > strings=2C e.g.: > > > > > > return new Result("dispatch"=2C "test.jsp")=3B > > > > > > > > > This would keep current result types with all their string-parameter= s.=20 > But > > > it would not be necessary to configure them and no name-matching wou= ld > > > take place. > > > > > > > > > > > > Regards=2C > > > Christoph > > > > > > This Email was scanned by Sophos Anti Virus > > > > > > > > > > > -- > > e: davelnewton@gmail.com > > m: 908-380-8699 > > s: davelnewton_skype > > t: @dave_newton > > b: Bucky Bits > > g: davelnewton > > so: Dave Newton = --_e2a2df85-908c-4311-9b77-e5b604be53aa_--