Re: paypal

2011-12-21 Thread Kalle Korhonen
On Wed, Dec 21, 2011 at 8:05 PM, Chris Mylonas wrote: > after taking most of this year off from deving i'm looking at a project for > early next year. > i'm looking at porting an application that uses PHP stuff (drupal.org + > ubercart.org) to tapestry5 early next year. > the paypal integration

Re: ComponentRequestFilter alert a dialog

2011-12-21 Thread dick_hu
It is too hard to learn about the Tynamo's Tapestry-security for me. In fact I just want to know how can I alert a dialog in the currentPage through the ComponentRequestFilter. Is there any way. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ComponentRequestFilter-alert-a

paypal

2011-12-21 Thread Chris Mylonas
hi tapestry users, after taking most of this year off from deving i'm looking at a project for early next year. i'm looking at porting an application that uses PHP stuff (drupal.org + ubercart.org) to tapestry5 early next year. the paypal integration is new to me in java, does a library exist a

Re: ComponentRequestFilter alert a dialog

2011-12-21 Thread Lenny Primak
yes. and lots more. On Dec 21, 2011, at 10:42 PM, dick_hu wrote: > > lprimak wrote >> >> Why don't you use the wonderful Tynamo's Tapestry-security? >> >> > It can alert a dialog when it can't pass the filter? - To unsubsc

Re: ComponentRequestFilter alert a dialog

2011-12-21 Thread dick_hu
lprimak wrote > > Why don't you use the wonderful Tynamo's Tapestry-security? > > It can alert a dialog when it can't pass the filter? -- View this message in context: http://tapestry.1045711.n5.nabble.com/ComponentRequestFilter-alert-a-dialog-tp5093550p5093561.html Sent from the Tapestry - U

Re: ComponentRequestFilter alert a dialog

2011-12-21 Thread Lenny Primak
Why don't you use the wonderful Tynamo's Tapestry-security? On Dec 21, 2011, at 10:33 PM, dick_hu wrote: > Now I'm is develop a AuthenticationFilter, If user browse the page when he > did not login the web,the filter where alert a dialog in the current > page,and then user input his username and

ComponentRequestFilter alert a dialog

2011-12-21 Thread dick_hu
Now I'm is develop a AuthenticationFilter, If user browse the page when he did not login the web,the filter where alert a dialog in the current page,and then user input his username and password in the dialog form then skip to the page (best the page will not refresh). I know how the filter redire

Re: [ANNOUNCE] Announcing Tapestry 5.3.1

2011-12-21 Thread Massimo Lusetti
On Wed, Dec 21, 2011 at 11:43 PM, jose luis sanchez wrote: > No binary package available yet …  8-( I'm not sure where you were looking for but you can find it in the central maven repo: http://search.maven.org/#artifactdetails%7Corg.apache.tapestry%7Ctapestry5-annotations%7C5.3.1%7Cjar and on

Re: [ANNOUNCE] Announcing Tapestry 5.3.1

2011-12-21 Thread jose luis sanchez
No binary package available yet … 8-( Anyway, congratulations for the release :) El 21/12/2011, a las 23:29, Massimo Lusetti escribió: > > The Tapestry Team is very proud to announce the availability of Apache > Tapestry 5.3.1. > > http://tapestry.apache.org/2011/12/21/announcing-tapestry-5

Re: [ANNOUNCE] Announcing Tapestry 5.3.1

2011-12-21 Thread Lenny Primak
Congratulations on a release well done! On Dec 21, 2011, at 5:29 PM, Massimo Lusetti wrote: > The Tapestry Team is very proud to announce the availability of Apache > Tapestry 5.3.1. > > http://tapestry.apache.org/2011/12/21/announcing-tapestry-531.html > > Tapestry is primarily available fo

[ANNOUNCE] Announcing Tapestry 5.3.1

2011-12-21 Thread Massimo Lusetti
The Tapestry Team is very proud to announce the availability of Apache Tapestry 5.3.1. http://tapestry.apache.org/2011/12/21/announcing-tapestry-531.html Tapestry is primarily available for download via Maven, from the Maven central repository: Maven Dependency org.apache.tapestry tapestry-

Re: Issues / feature requests for tapestry-security?

2011-12-21 Thread Borut Bolčina
Hello, this is perfect timing for us! Just a week ago, we considered using tynamo-federatedaccounts for our new app (big one). We have already a tapestry 5 based openid server, so tynamo-federatedaccounts with openid realm would be a natural fit. As noted on the website, the support for openid is

Re: How to handle urls for a White Label site

2011-12-21 Thread Thiago H. de Paula Figueiredo
On Wed, 21 Dec 2011 15:02:30 -0200, Cezary Biernacki wrote: In Tapestry 5.1 you need to contribute 'URLRewriteRule'-s to URLRewriter service. URLRewriter works in T5.2 too, but it is deprecated, Correct. so in Tapestry 5.2 and 5.3 you need to decorate ComponentEventLinkEncoder. Not cor

Re: Documentation for tapestry-core

2011-12-21 Thread Thiago H. de Paula Figueiredo
On Wed, 21 Dec 2011 14:53:54 -0200, Dimitris Zenios wrote: I prefer tapestry-ioc over any other ioc implementation.Thats why i would like to understand a little bit more about how everything is connected.Sure anyone can initiate the ioc in some simple manner but for more advanced things li

Re: How to handle urls for a White Label site

2011-12-21 Thread Cezary Biernacki
Hi, I have built a quite large white-label web app using Tapestry 5, and I am aware of other white-label Tapestry-based sites. I recommend following approach: - Encode partner information in URL for (nearly) all your pages, not only 'gateway' ones. I use 'http://example.com/PARTNER/PAGE...

Re: Documentation for tapestry-core

2011-12-21 Thread Dimitris Zenios
I prefer tapestry-ioc over any other ioc implementation.Thats why i would like to understand a little bit more about how everything is connected.Sure anyone can initiate the ioc in some simple manner but for more advanced things like type coercers,class transformations,instantiators,invalidation hu

Re: Documentation for tapestry-core

2011-12-21 Thread Dmitriy Vsekhvalnov
well, i'm using tapestry-ioc alone with several projects, may be around ~10. I perfer it by many means to Spring as i were doing before with HiveMind. Here is how it is typically looks like with my projects: pom.xml org.apache.tapestry tapestry-ioc

Re: Documentation for tapestry-core

2011-12-21 Thread Taha Hafeez Siddiqi
Some very good examples of how to use tapestry-ioc are the tapestry-hibernate-core tests. I think that is enough to get you started. Rest nothing can explain you the tapestry code better than the tapestry code itself. regards Taha On Dec 21, 2011, at 9:49 PM, Dimitris Zenios wrote: > Maybe

Documentation for tapestry-core

2011-12-21 Thread Dimitris Zenios
Maybe someone has to write a page on how tapestry core-works and how it links tapestry-ioc with web applications.Many including me want to used tapestry-ioc into their own applications but some times i find it very difficult to understand how everything glues together in tapestry-core.Some things j

Re: How to handle urls for a White Label site

2011-12-21 Thread Lance Java
1. You would want to use tapestry's URL rewriting support to remove "whitelabelpartnerX" from the URL before passing it down the request processing pipeline. 2. As your URLRewriterRule removes the whitelabelpartner from the url, it should push it onto the Environment so that it can be accessed lat

Re: How to handle urls for a White Label site

2011-12-21 Thread trsvax
I have not used this but I think it does what you want. http://tynamo.org/tapestry-routing+guide -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-handle-urls-for-a-White-Label-site-tp5091687p5092265.html Sent from the Tapestry - User mailing list archive at Nabble.co

How to handle urls for a White Label site

2011-12-21 Thread captain_rhino
A little xmas cheer to all! I'm in the process of creating a white label site to handle insurance claims for different partners. I'm looking for a general steer on how to handle the urls. The web page flow is generic for all the different white label partners. Currently external sites use the f