Re: Tapestry Eclipse Plugin on the Eclipse Market Place

2014-01-22 Thread Dmitry Gusev
The docs are here: https://github.com/awltech/webtools-tapestry/wiki/_pages On Thu, Jan 23, 2014 at 1:10 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 22 Jan 2014 19:08:56 -0200, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > > Nice! But what are its fea

Re: Tapestry Eclipse Plugin on the Eclipse Market Place

2014-01-22 Thread Charlouze
Hey, Isn't it sad to waste effort on several eclipse plugins ? I don't know which one is the more advanced plugin but it could be great to merge both into one unique powerful tool for eclipse users. Charles 2014/1/22 Thiago H de Paula Figueiredo > On Wed, 22 Jan 2014 19:08:56 -0200, Thiago H

AjaxFormLoop Implementation

2014-01-22 Thread George Christman
Hello, I'm having some difficulties with the AjaxFormLoop component and I'm hoping one of you guys could help me out. For the most part, I've followed the following example http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/AjaxFormLoop.htmlhowever, my implementati

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Geoff Callender
Excellent point, Magnus. I wonder how Exfm got away with it? My app is actually for use within a business, ie. it's not public, but the users will be very geographically dispersed; so I will look into whether the App Store has more relaxed rules for Enterprise apps. BTW, the tips in the Exfm b

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Geoff Callender
Thanks to all of you for your thoughts. I went ahead and got my web app running in PhoneGap. For the record, here's what I found.,, My app worked without change! The only piece I had to put into the PhoneGap project was a simple home page with a link to the existing web app. I put a "Sign In"

Re: kaptcha component reloading issues with Firefox

2014-01-22 Thread Ilya Obshadko
So I have discussed the issue with Kaptcha library author and found out that the problem is, in fact, with Tapestry implementation itself. https://code.google.com/p/kaptcha/issues/detail?id=72 Tapestry component uses response.setHeader("Cache-Control") twice, and the second call obviously overrid

Re: Tapestry Eclipse Plugin on the Eclipse Market Place

2014-01-22 Thread Thiago H de Paula Figueiredo
On Wed, 22 Jan 2014 19:08:56 -0200, Thiago H de Paula Figueiredo wrote: Nice! But what are its features? What does it do? I couldn't find any documentation. Ooops, I've found it: http://awltech.github.io/webtools-tapestry/. The link to this URL is a little bit hidden. -- Thiago H. de P

Re: Tapestry Eclipse Plugin on the Eclipse Market Place

2014-01-22 Thread Thiago H de Paula Figueiredo
On Wed, 22 Jan 2014 07:49:10 -0200, Maxence Vanbesien wrote: Hello all, Hi! Also, I would like to share with you that we had the same initiated more than a year ago, the same kind of initiative, and we delivered months ago a stable version of the Webtools for Tapestry plugin (WTT) Nic

Fwd: Tapestry 5.4-beta-2 quickstart app

2014-01-22 Thread Jon Williams
Just in from the fixed it myself dep't... It seems by generating the 5.3.7 archetype with maven from the command line & changing this 1 system property at the bottom of the pom.xml to 5.4-beta-2 & commenting out the following dependency near the top of the pom.xml...

Tapestry Eclipse Plugin on the Eclipse Market Place

2014-01-22 Thread Maxence Vanbesien
Hello all, I saw in the following thread ( http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Loving-the-eclipse-tapestry5-plugin-td5725066.html ) that there was a Tapestry Development Eclipse plugin that was initiated. Also, I would like to share with you that we had the same in

Re: [5.4-beta-2] Two JavaScript Errors - Quick Fixes

2014-01-22 Thread Thiago H de Paula Figueiredo
On Wed, 22 Jan 2014 06:40:19 -0200, Peter Hvass wrote: Hi all, Hi! Through the alphas and now the betas we've been running with custom tapestry-core JARs given two JavaScript issues; one which cripples AjaxFormLoop and the other causing pageinit.js errors and thus interrupting script

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Thiago H de Paula Figueiredo
On Wed, 22 Jan 2014 08:29:11 -0200, Lance Java wrote: javascript where possible which is why I love tapestry. This would mean your app is basically a glorified browser :) Well, isn't PhoneGap/Apache Cordova just a way of writing apps in HTML, JavaScrpipt and CSS, all that actually running

Re: How do you unit test services with dependent services

2014-01-22 Thread Lance Java
You can use IOCUtilities.addDefaultModules(RegistryBuilder) To scan the classpath for META-INF entries. On 21 Jan 2014 19:47, "George Christman" wrote: > and that is the easiest way to do it ugh lol > > > On Tue, Jan 21, 2014 at 2:30 PM, Dragan Sahpaski > wrote: > > > You have to manually add A

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Barry Books
I've written a few iPhone apps and tried PhoneGap for one of them. If you are only targeting iOS then I think it's easier to just write a native app. Objective C with ARC using Xcode is a more polished development environment than HTML5 (not to say Tapestry/Java/HTML5/Eclipse is bad). I would also

Re: How do you unit test services with dependent services

2014-01-22 Thread Lance Java
I think it would be easy enough to create a TapestryJUnit4ClassRunner which is similar to SpringJUnit4ClassRunner. eg: @RunWith(TapestryJUnit4ClassRunner.class) @Modules({SecurityModule.class, HibernateModule.class, MyTestModule.class}) @ModuleDefs({SpringModuleDef.class}) public class MyIOCTest

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Lance Java
A great blog post. Mott looks like the way forward. I'm going to have to embrace javascript at some stage :(

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Magnus Kvalheim
Hi Geoff. Think Apple guys officially don't look too kind on views(full markup, assets) created outside of app. It could mean that look'n feel - and possibly behavior may change after it's been approved as it's controlled from server. You 'may' risk a possible rejection based on that. That said,

Re: Any thoughts on Tapestry with PhoneGap?

2014-01-22 Thread Lance Java
You're not going to be able to host a tapestry app on the phone since (to my knowledge) you can't run a jvm / servlet container on IOS. I've heard that jetty has been ported to android but you still won't be able to run Tapestry on android since ASM won't work on Dalvik. So, these things taken int

Re: [ANN] JumpStart Preview: for Tapestry 5.4

2014-01-22 Thread Massimo Lusetti
Thanks Geoff! It's pretty cool what you've done! On Tue, Jan 21, 2014 at 12:19 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > JumpStart 7 Preview 3 is now up. > > http://jumpstart.doublenegative.com.au/jumpstart7/ > > Forgot to mention that JumpStart 7 also embraces

[5.4-beta-2] Two JavaScript Errors - Quick Fixes

2014-01-22 Thread Peter Hvass
Hi all, Through the alphas and now the betas we've been running with custom tapestry-core JARs given two JavaScript issues; one which cripples AjaxFormLoop and the other causing pageinit.js errors and thus interrupting script execution on IE8. These are both super quick fixes and so was won