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
>java -versionjava version "1.8.0_40"Java(TM) SE Runtime Environment (build >1.8.0_40-b26)Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode) jodd2>gradlew buildDownloading https://services.gradle.org/distributions/gradle-2.10-bin.zip Exception in thread "main"

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
That is very strange - it is not happening here neither on the travis; and travis does download it all from scratch (twice, once for java7 and for java8), look: https://travis-ci.org/oblac/jodd [https://travis-ci.org/oblac/jodd] There is nothing to authenticate, or to set - just run the gradle

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
Ok, fixed :) Travis is working again. The issue was that gradle 2.10 uses groovy 2.4.4 and we used some old groovy version. We have some gradle plugins. Please let me know if this worked now. Thanx! On Mon, Jan 25, 2016 at 19:19, Igor Spasic wrote: Uh, there is some strange

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
this is what I have for instructions: >git clone https://github.com/oblac/jodd.git >gradlew build Please verify Thanks! Martin __ > From: i...@jodd.org

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
Uh, there is some strange gradle (wrapper) behavior... Sorry for all the trouble, I will let you know when its fixed. On Mon, Jan 25, 2016 at 19:11, Igor Spasic wrote: Hi! Can you check now? We moved to Gradle 2.10 yesterday, but obviously there was a left over from previous

Re: Jodd/Madvoc MVC framework

2016-01-25 Thread Igor Spasic
Hi! Can you check now? We moved to Gradle 2.10 yesterday, but obviously there was a left over from previous version (2.6). Would you be so kind to pull the change and try again? It worked here. On Mon, Jan 25, 2016 at 18:34, Martin Gainty wrote: can anyone clone ? >

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
can anyone clone ? >gradlew buildDownloading >https://services.gradle.org/distributions/gradle-2.6-all.zip Exception in thread "main" javax.net.ssl.SSLException: java.security.ProviderException: SunPKCS11 requires configuration file argument ...if I bypass cert checking I get the zip...wget