RE: Jodd/Madvoc MVC framework

2016-01-26 Thread Christoph Nenning
> > https://services.gradle.org/distributions/gradle-2.6-all.zip > > > > what is gradlew missing to download > > https\://services.gradle.org/distributions/gradle-2.6-all.zip > > ? > > Martin > > __ > > >

Re: Jodd/Madvoc MVC framework

2016-01-26 Thread Christoph Nenning
> I'm just not a fan of declaring things based on strings, including result > types. > > I don't know what the easiest/best answer is, probably I'll end up doing > nothing :( > Well, result type strings could be avoided with specialized classes, like return new

RE: Jodd/Madvoc MVC framework

2016-01-26 Thread Martin Gainty
calMySql (access: root/root!) and PostgreSQL (postgres/root!). Thanks Christoph! Martin > To: user@struts.apache.org > Subject: Re: Jodd/Madvoc MVC framework > From: christoph.nenn...@lex-com.net > Date: Tue, 26 Jan 2016 10:26:37 +0100 > > > I'm just not a fan of declar

RE: Jodd/Madvoc MVC framework

2016-01-26 Thread CRANFORD, CHRIS
ct: Re: Jodd/Madvoc MVC framework return new InstantDispatcherResult("foo.jsp"); return new InstantActionRedirectResult("fooAction"); - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additiona

Re: Jodd/Madvoc MVC framework

2016-01-26 Thread Lukasz Lenart
al years with microservices, > web services, and AJAX support that they should be first class denizens in > the codebase. > > Chris > > -Original Message- > From: Christoph Nenning [mailto:christoph.nenn...@lex-com.net] > Sent: Tuesday, January 26, 2016 3:27 AM > To:

Re: Jodd/Madvoc MVC framework

2016-01-26 Thread Mike Guo
r way to exchange data in the past several years with >> microservices, web services, and AJAX support that they should be first >> class denizens in the codebase. >> >> Chris >> >> -Original Message- >> From: Christoph Nenning [mailto:ch

Re: Jodd/Madvoc MVC framework

2016-01-26 Thread Dave Newton
> become a major way to exchange data in the past several years with > microservices, web services, and AJAX support that they should be first > class denizens in the codebase. > >> > >> Chris > >> > >> -Original Message- > >> From: Christoph Nen

Re: Jodd/Madvoc MVC framework

2016-01-26 Thread Mike Guo
gt; become a major way to exchange data in the past several years with >> microservices, web services, and AJAX support that they should be first >> class denizens in the codebase. >>>> >&g

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Christoph Nenning
> Hi folks, > > has anyone seen this before? > http://jodd.org/doc/madvoc/index.html > > Looks like they are taking basic Struts 2 concepts and mixing it with > some Spring MVC and Seam. > > It might be interesting to evaluate which of their concepts might be > nice to integrate in S2.5/3 -

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Dave Newton
The async thing is nice; that would be a good thing to bring into S2. I still don't like the string-based action returns; 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, e.g., use a

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Christoph Nenning
> The async thing is nice; that would be a good thing to bring into S2. > > I still don't like the string-based action returns; 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,

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
From: i...@jodd.org To: mgai...@hotmail.com CC: user@struts.apache.org Subject: Re: Jodd/Madvoc MVC framework Date: Mon, 25 Jan 2016 19:31:00 +0100 Ok, fixed :) Travis is working again. The issue was that gradle 2.10 uses groovy 2.4.4 and we used so

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
debug option to get more log output. BUILD FAILED Total time: 10.994 secs thanks! Martin __ -------- From: i...@jodd.org To: mgai...@hotmail.com CC: user@struts.apache.org Subject: Re: Jodd/Madvoc MVC framework Date: Mon, 25 Jan 2016 19:31:00 +0100 Ok, fixed :) Travis is working again. The issue w

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
gradle.org/distributions/gradle-2.6-all.zip ? Martin __ > Date: Mon, 25 Jan 2016 10:32:45 -0500 > Subject: Re: Jodd/Madvoc MVC framework > From: davelnew...@gmail.com > To: user@struts.apache.org > > I'm just not a fan of declaring th

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
@jodd.org > To: mgai...@hotmail.com > CC: user@struts.apache.org > Subject: Re: Jodd/Madvoc MVC framework > Date: Mon, 25 Jan 2016 19:11:38 +0100 > > Hi! > Can you check now? We moved to Gradle 2.10 yesterday, but obviously there > was a > left over from previous v

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
missing to download https\://services.gradle.org/distributions/gradle-2.6-all.zip ? Martin __ > Date: Mon, 25 Jan 2016 10:32:45 -0500 > Subject: Re: Jodd/Madvoc MVC framework > From: davelnew...@gmail.com > To: user@struts.apache.org > > I'm just not

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
o-check-certificate https://services.gradle.org/distributions/gradle-2.6-all.zip what is gradlew missing to download https\://services.gradle.org/distributions/gradle-2.6-all.zip ? Martin __ > Date: Mon, 25 Jan 2016 10:32:45 -0500 > Subject: Re:

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Dave Newton
I'm just not a fan of declaring things based on strings, including result types. I don't know what the easiest/best answer is, probably I'll end up doing nothing :( On Mon, Jan 25, 2016 at 10:01 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > The async thing is nice; that

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
-0500 > Subject: Re: Jodd/Madvoc MVC framework > From: davelnew...@gmail.com > To: user@struts.apache.org > > I'm just not a fan of declaring things based on strings, including result > types. > > I don't know what the easiest/best answer is, probably I'll end up doing > no