How to make a single page nonsecure (http) when the entire application is made secure (https)

2013-11-19 Thread Ajith George
I have made my entire tapestry5 application secure by adding the below config configuration.add(MetaDataConstants.SECURE_PAGE, "true" ); All is working fine, but now i want to have a single page non secure i.e with http. How to do that? Please let me know how it can be done. Thanks

How to make a single page nonsecure (http) when the entire application is made secure (https)

2013-11-19 Thread Ajith George
I have made my entire tapestry5 application secure by adding the below config configuration.add(MetaDataConstants.SECURE_PAGE, "true" ); All is working fine, but now i want to have a single page non secure i.e with http. How to do that? Please let me know how it can be done. Thanks

Re: Web frameworks

2013-11-19 Thread Norman Franke
That's funny, I was thinking the same thing. Someone who doesn't know any better about how to write a modern web application and insists that JSP code is "closer to the bare metal" and thus better. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Nov 18, 2013, at 7:09 PM,

Re: Strategy for Ajax + Expired Session

2013-11-19 Thread Lenny Primak
I always thought that this was supposed to be handled by Tapestry by default. So, filter approach would probably work very well. On Nov 19, 2013, at 10:16 AM, Ben Titmarsh wrote: > Hi Guys, > > This is a problem I've been grappling with for a while now. My app is very > Ajax intensive and rel

Re: can i make a service out of this repeated code :)

2013-11-19 Thread Thiago H de Paula Figueiredo
On Tue, 19 Nov 2013 12:06:13 -0200, Chris Mylonas wrote: Is this a valid (but maybe no super elegant) service to createstring conversion/display service for a netmask. Definitely! Go for it! -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://m

Re: Strategy for Ajax + Expired Session

2013-11-19 Thread Peter Hvass
Hi Ben, In our code base we use a request filter as you suggested - it's just a catch all any time there's a stale session and the request is XHR. When the condition holds we just force a traditional reload of the requested page and let our other handlers deal with any expired/stale sessions

Strategy for Ajax + Expired Session

2013-11-19 Thread Ben Titmarsh
Hi Guys, This is a problem I've been grappling with for a while now. My app is very Ajax intensive and relies heavily on server side state. Problems arise, that are not specific to Tapestry of course, when the session expires, the client state becomes stale then the browser makes an XHR reque

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
well i've got my real-work which doesn't involve shops, got a start up involving _some_ billing, and got a posse of awesome chefs starting a catering biz that just want a website - i'll take them to the bleeding edge i think :D she paints a lot. cool site. i worked at the local uni's art scho

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Barry Books
It goes with this https://github.com/trsvax/tapestry-shop The idea is you can create various payment sources and plug them in to the shop. I wrote them when I upgraded my wife's website to 5.4. To see them in action visit her website judypaul.com FYI: If you head down this route you will be on t

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Gmail
Consider stripe as well... > On Nov 18, 2013, at 4:11 PM, Chris Mylonas wrote: > > Mood Gorning Tapestry Users, > > What is the consensus on e-commerce stuff? I'm currently looking at a > couple of payment gateways to integrate with > > 1) Eway > 2) Braintree > > The spark framework braintre

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
that is super-fresh at 21 days old. i'll be cloning that one tomorrow and giving it a spin, particularly cos I have my paypal sandbox working with old php shopping cart stuff thanks for the heads up barry, chris On Wed, Nov 20, 2013 at 12:13 AM, Barry Books wrote: > I use the new PayPal re

can i make a service out of this repeated code :)

2013-11-19 Thread Chris Mylonas
Hi Tapestry Users, tl;dr i print nice strings for enum values. i'm adding some logic which adds string display beautification. is this how/why i would create a service to inject my "enum-to-string-beautifier-helper-service" into page classes to use the methods in tml (forms). Disclaimer: I'm n

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Barry Books
I use the new PayPal rest API https://github.com/trsvax/tapestry-paypal-rest On Tue, Nov 19, 2013 at 6:32 AM, Chris Mylonas wrote: > Thanks for your input Norman - your rationale to not to give away details > on the client end is spot on. > > > > > > On Tue, Nov 19, 2013 at 8:50 AM, Norman Fra

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
Thanks for your input Norman - your rationale to not to give away details on the client end is spot on. On Tue, Nov 19, 2013 at 8:50 AM, Norman Franke wrote: > I've implemented two payment gateways that have a SOAP interface. I tend > to prefer that since the UI looks like the rest of my web

AW: Pre select Tree with zone update

2013-11-19 Thread Vasili Petrenko
Hi Lance Java, thank you very match. Its to simple :) -Ursprüngliche Nachricht- Von: Lance Java [mailto:lance.j...@googlemail.com] Gesendet: Sonntag, 17. November 2013 11:39 An: Tapestry users Betreff: Re: Pre select Tree with zone update Jumpstart fires it's own custom "leafSelected"