Re: Tapestry 5 jobs, the value of learning to use T5 and transferable skills.

2015-10-01 Thread Thiago H de Paula Figueiredo
On Thu, 01 Oct 2015 14:40:44 -0300, Thiago H de Paula Figueiredo wrote: Hmm, from reading http://wildfly.org/about/, it seems to me that WildFly isn't a stack at all, but a servlet container just like Jetty and Tomcat. Oops, it's not just a servlet container. It's a full Java EE server. Bu

Re: Tapestry 5 jobs, the value of learning to use T5 and transferable skills.

2015-10-01 Thread Thiago H de Paula Figueiredo
On Thu, 01 Oct 2015 05:46:27 -0300, Stephen Nutbrown wrote: Hi, Hi! I feel this discussion belongs in the users group, although it is not all directly related to Tapestry - it's related in some way or another and I felt this community would be best positioned to talk about it. I have no s

Re: Tapestry 5 and Hibernate (Session handling)

2014-12-09 Thread Thiago H de Paula Figueiredo
On Tue, 09 Dec 2014 12:45:34 -0200, Stefan Böcker wrote: Hi, Hi! Now I want to use the session handling of the third-party library. Is there any way to tell Tapestry not to handle the Hibernate-session the default way, but to use some session-handling logic that I (or some third-party libra

Re: Tapestry 5 + JS framework

2014-07-28 Thread Thiago H de Paula Figueiredo
On Sun, 27 Jul 2014 09:31:40 -0300, Lance Java wrote: Tapestry just produces html and javascript so in theory it can easily integrate with any js library. If you ask a more specific, we can give a more specific answer. Agreed 200%. AngularJS is a JS framework. So is D3.js. So is Dojo. They'

Re: Tapestry 5 + JS framework

2014-07-28 Thread Thiago H de Paula Figueiredo
On Sun, 27 Jul 2014 09:46:56 -0300, Chung Khanh Duy wrote: Hi Jan, Hi, guys! I am using tapestry combined with Jquery , it looks great. If you are interested in with that, please refer at http://tapestry5-jquery.com/ for more details. Tapestry 5.4 supports both Prototype.js and jQuery o

Re: Tapestry 5 + JS framework

2014-07-27 Thread Kristian Marinkovic
Hi, Tapestry 5.4 (beta) built-in require js support makes it really easy to add other javascript frameworks cleanly. I'm currently working on T5.4 projects that integrate with angularjs and backbone/marionette js. g, Kris On Sun, Jul 27, 2014 at 2:46 PM, Chung Khanh Duy < chungkhanhduy1...@gma

Re: Tapestry 5 + JS framework

2014-07-27 Thread Chung Khanh Duy
Hi Jan, I am using tapestry combined with Jquery , it looks great. If you are interested in with that, please refer at http://tapestry5-jquery.com/ for more details. Thanks, Duy. On Sun, Jul 27, 2014 at 5:17 PM, Jan Fryblik wrote: > > > Hi guys, > > i haven't used Tapestry for a few months so

Re: Tapestry 5 + JS framework

2014-07-27 Thread Lance Java
Tapestry just produces html and javascript so in theory it can easily integrate with any js library. If you ask a more specific, we can give a more specific answer.

Re: Tapestry 5 eurodns

2014-03-13 Thread Nicolas Bouillon
True, and I loved setup and working with Tapestry 5 @ eurodns. It's an awesome web framework (even if some of my former coworker would not be so enthusiast). 2014-03-13 10:27 GMT+01:00 Dimitris Zenios : > Just found out that tapestry 5 is been used to develop eurodns website. > > Maybe it can be p

Re: Tapestry 5 eurodns

2014-03-13 Thread Bob Harner
I think it would require their permission to do so. Lots of site owners don't want their site's underlying tech publicized. On Mar 13, 2014 5:28 AM, "Dimitris Zenios" wrote: > Just found out that tapestry 5 is been used to develop eurodns website. > > Maybe it can be put inside success stories >

Re: Tapestry 5 Crash on load from Eclipse while working ok from command (Jetty)

2013-10-19 Thread Thiago H. de Paula Figueiredo
This makes me think you're missing the C3p0 dependency when running from Eclipse (RunJettyRun?) directly: > Could not instantiate connection provider:org.hibernate.connection.C3P0ConnectionProvider Are you sure this is the full stack trace? It doesn't say why C3P0Connection provider couldn't be i

Re: Tapestry 5 Crash on load from Eclipse while working ok from command (Jetty)

2013-10-19 Thread Martin Kersten
I got the same issue. I disable the value encoder currently since I am currently not using it. Check the value encoder and hibernate module, there is a HibernateSymbolConstants entry for disabling it. The mechanism is present within the HibernateModule or HibernateCoreModule. Check the source you s

Re: Tapestry 5 Hotel Booking

2013-07-16 Thread Jeremy Villalobos
Thanks, I updated the demo code and ran it successfully with maven and from Eclipse. On Mon, Jul 1, 2013 at 6:48 AM, Shing Hing Man wrote: > Hi, > > I have checked out Tapestr5-hotel-booking from github and tried it. > > The maven repository at tapestry.formos.com seems to be down. > > In the

Re: Tapestry 5 Hotel Booking

2013-07-01 Thread Shing Hing Man
Hi,  I have checked out  Tapestr5-hotel-booking from github and tried it. The maven repository at tapestry.formos.com seems to be down.  In the pom.xml, I have commented out all repositories at http://tapestry.formos.com/ . Then it works. (The Tapestry dependencies  are  available on  http://

Re: Tapestry 5 Hotel Booking

2013-06-30 Thread Lenny Primak
Looks like that project hasn't been updated for a while. No idea how to help you further though. Perhaps you can make it part of your study to fix and update this project. On Jun 30, 2013, at 1:51 PM, Jeremy Villalobos wrote: > Hello: > > I downloaded the demo Tapestr5-hotel-booking to run

Re: Tapestry 5 and Java EE6/CDI

2013-04-11 Thread Geoff Callender
I'm pleased to hear you've found it helpful. Cheers, Geoff On 11/04/2013, at 7:11 PM, hantsy wrote: > Thanks provides the tapestry jumpstart showcase...I was benefited from > these source codes in the early tapestry experience.. > > Hantsy > On 4/9/2013 19:33, Thiago H de Paula Figueiredo wrot

Re: Tapestry 5 and Java EE6/CDI

2013-04-11 Thread hantsy
Thanks provides the tapestry jumpstart showcase...I was benefited from these source codes in the early tapestry experience.. Hantsy On 4/9/2013 19:33, Thiago H de Paula Figueiredo wrote: > On Tue, 09 Apr 2013 03:26:08 -0300, Geoff Callender > wrote: > >> You just drop the Conversations and Conver

Re: Tapestry 5 and Java EE6/CDI

2013-04-09 Thread Thiago H de Paula Figueiredo
On Tue, 09 Apr 2013 03:26:08 -0300, Geoff Callender wrote: You just drop the Conversations and Conversation class from either of these examples into your project: http://jumpstart.doublenegative.com.au/jumpstart/examples/wizard/usingformfragments/START/wiz4 http://jumpstart.doublenegative

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread Geoff Callender
Oops, when I referred to "client-side" and server-side" I actually meant "web-tier" and "business-tier". Geoff On 9 April 2013 16:26, Geoff Callender wrote: > I realise you are referring to more than just Conversations support but > I'll just address Conversations since I don't know what other b

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread Geoff Callender
I realise you are referring to more than just Conversations support but I'll just address Conversations since I don't know what other benefits you're hoping to get. >From my reading, Wicket's Conversation CDI module is at best controversial, eg: http://comments.gmane.org/gmane.comp.java.wick

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread hantsy
Hi Bob, Thanks for clarifying this for me Exactly as u said, I only want to use Tapestry5 as JSF alternative for web tier. CDI is the standard DI in Java EE, not only a DI container, but provides other features, such as State management, events etc. Wicket provides a official CDI module for Java

Re: Tapestry 5 and Java EE6/CDI

2013-04-07 Thread Bob Harner
Hantsy, For the non-CDI parts of your question: Remember that JEE is really just a very large, only loosely-related bag of specifications and reference implementations. It includes JPA, JCA, JSF, JDBC , RMI

Re: Tapestry 5 and Java EE6/CDI

2013-04-07 Thread Lenny Primak
There is no 'official' plan to integrate Tapestry with JEE. There is, however, a module that integrates Tapestry with JEE / CDI that you can use. It doesn't replace Tapestry's DI (Tapestry-IoC) but it lets you use EJB / CDI beans in your pages and components, as well as other features. http://co

Re: Tapestry 5, Jetty 9 + JSW

2013-02-22 Thread mvchris
hi john, the network engineer in me asks if there is a firewall or some other impediment (like an OS level app-watching daemon that prevents programs from opening ports etc.)? is your request reaching the server if you run a network trace (like wireshark) chris -- View this message in context

Re: Tapestry 5 book is here

2013-01-27 Thread sommeralex
thx. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-book-is-here-tp5719513p5719560.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsub

Re: Tapestry 5 book is here

2013-01-26 Thread Stephan Windmüller
On 25.01.2013 21:56, Jon Williams wrote: > Yes I've been getting the updates these past few weeks. Did you download them? > What I'm interested in now is v1.0 of your PDF. Complete. I think the last update is what you want to download. - Stephan smime.p7s Description: S/MIME Kryptografische

Re: Tapestry 5 book is here

2013-01-25 Thread Jon Williams
Yes I've been getting the updates these past few weeks. What I'm interested in now is v1.0 of your PDF. Complete. Or do I have to buy it again? That would be an Unconventional approach to early access. On Fri, Jan 25, 2013 at 2:38 PM, Igor Drobiazko wrote: > There were plenty of updates in the l

Re: Tapestry 5 book is here

2013-01-25 Thread Igor Drobiazko
There were plenty of updates in the last weeks. Didn't you get them? On Fri, Jan 25, 2013 at 8:20 PM, Jon Williams wrote: > Will owners of the early access PDF get a free update to your completed PDF > Igor? > > > On Fri, Jan 25, 2013 at 9:54 AM, Lenny Primak >wrote: > > > This is a required re

Re: Tapestry 5 book is here

2013-01-25 Thread Jon Williams
Will owners of the early access PDF get a free update to your completed PDF Igor? On Fri, Jan 25, 2013 at 9:54 AM, Lenny Primak wrote: > This is a required reading for anybody working with tapestry. Great job!!! > > On Jan 25, 2013, at 4:20 AM, Igor Drobiazko > wrote: > > > Dear Tapestry commun

Re: Tapestry 5 book is here

2013-01-25 Thread Lenny Primak
This is a required reading for anybody working with tapestry. Great job!!! On Jan 25, 2013, at 4:20 AM, Igor Drobiazko wrote: > Dear Tapestry community, > > I'm glad to announce that the long awaited Tapestry 5 book is now available > for purchase as paperback: > > http://blog.tapestry5.de/ind

Re: Tapestry 5 book is here

2013-01-25 Thread Chris Cureau
I've been extremely happy with my book so far...Thanks for all your hard work, Igor! :) On Fri, Jan 25, 2013 at 3:20 AM, Igor Drobiazko wrote: > Dear Tapestry community, > > I'm glad to announce that the long awaited Tapestry 5 book is now available > for purchase as paperback: > > http://blog.t

Re: Tapestry 5 book is here

2013-01-25 Thread Emmanuel DEMEY
Great News Igor !! Thanks so much for this book ! Manu 2013/1/25 Bård Magnus Kvalheim > Thank you for this, looks very good. > > Even as a tapestry 'veteran' by now, I'm sure I'll find nice gems and > tricks - and it will surely help new developers getting up to speed > quickly. > > Just great!

Re: Tapestry 5 book is here

2013-01-25 Thread Bård Magnus Kvalheim
Thank you for this, looks very good. Even as a tapestry 'veteran' by now, I'm sure I'll find nice gems and tricks - and it will surely help new developers getting up to speed quickly. Just great! On Fri, Jan 25, 2013 at 11:42 AM, Christian Riedel wrote: > Thank you, Igor! > > 100 pages more tha

Re: Tapestry 5 book is here

2013-01-25 Thread Christian Riedel
Thank you, Igor! 100 pages more than the early access version, good job! :-) Am 25.01.2013 um 10:20 schrieb Igor Drobiazko: > Dear Tapestry community, > > I'm glad to announce that the long awaited Tapestry 5 book is now available > for purchase as paperback: > > http://blog.tapestry5.de/ind

Re: Tapestry 5 book is here

2013-01-25 Thread Steve Eynon
Nice! You get even your own personalised PDF copy! Sweet! -- Steve Eynon --- "If at first you don't succeed, so much for skydiving!" On 25 January 2013 17:20, Igor Drobiazko wrote: > Dear Tapestry community, > > I'm glad to announce that the long awaited Tapestry

Re: Tapestry 5 code completion for TML files

2012-08-30 Thread Bob Harner
You could add a new page to http://wiki.apache.org/tapestry/ if you want. There's a "Tapestry IDE Support" section about half way down. On Thu, Aug 30, 2012 at 3:21 PM, ZiciuM wrote: > I have template for Tapestry in NetBeans, if you want I can post it so > somewhere on the net, if needed? > > >

Re: Tapestry 5 code completion for TML files

2012-08-30 Thread ZiciuM
I have template for Tapestry in NetBeans, if you want I can post it so somewhere on the net, if needed? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-code-completion-for-TML-files-tp5715916p5715922.html Sent from the Tapestry - User mailing list archive at Na

Re: Tapestry 5 code completion for TML files

2012-08-30 Thread Dmitry Gusev
Hi, Try this one: http://code.google.com/p/tapestrytools/wiki/Install_Guide_Lightweight_TapestryTools On Thu, Aug 30, 2012 at 9:33 PM, Diego Barreto wrote: > Hi, > > I'm new to Tapestry development and i would like to know if anyone here > uses Tapestry 5 in Netbeans 7 and has the "code complet

Re: Tapestry 5 code completion for TML files

2012-08-30 Thread Thiago H de Paula Figueiredo
On Thu, 30 Aug 2012 14:33:40 -0300, Diego Barreto wrote: Hi, Hi! I'm new to Tapestry development and i would like to know if anyone here uses Tapestry 5 in Netbeans 7 and has the "code completion" or "code sugestion" for the TML files? I try to search but i cannot make it works in Netbe

Re: Tapestry 5 book : some minor typos in Chapter 2

2012-08-27 Thread bogdan_cm
A couple more: Tapestry shares any single page instance between all threads -> should be "shares every single page". Storing only few values of persistent fields the session instead of entire page's structure -> The most part of Tapestry framework get along well without using HttpSession Tapes

Re: Tapestry 5 is #2!

2012-08-14 Thread Thiago H de Paula Figueiredo
On Tue, 14 Aug 2012 20:20:09 -0300, TG wrote: http://www.enerjy.com/explorer/index.html Good news! Thanks! Good catch! And notice the #1 is Apache Commons-Chain, which has way less lines of code. :D -- Thiago H. de Paula Figueiredo

Re: Tapestry 5 book : some minor typos in Chapter 2

2012-08-14 Thread Igor Drobiazko
Great comments. Just committed the fixes which will be available in the next book update. Thank you for this valuable feedback. Looking forward to see more comments. On Tue, Aug 14, 2012 at 7:38 PM, Shing Hing Man wrote: > Hi, > I do not know whether this is the right place to report some mino

Re: Tapestry 5 book : some minor typos in Chapter 2

2012-08-14 Thread Igor Drobiazko
Thank you for reporting the typos. I guess it's better if you mail them to me directly. On Tue, Aug 14, 2012 at 7:38 PM, Shing Hing Man wrote: > Hi, > I do not know whether this is the right place to report some minor typos > in Chapter 2 of Igor's excellent book. > > > In case the typos ar

Re: Tapestry 5 Book EAP Launched

2012-08-02 Thread Nicolas Barrera
thank you, that was the info I needed. Nicolás.-

Re: Tapestry 5 Book EAP Launched

2012-08-02 Thread Igor Drobiazko
It will be probably same. On Thu, Aug 2, 2012 at 10:05 PM, Nicolas Barrera wrote: > Thanks, I think my question wasn't that clear. > > Suppose I don't buy the perk at indiegogo, and wait until the official > release of the book (pdf or book+pdf) > > will the price of the book then be higher than

Re: Tapestry 5 Book EAP Launched

2012-08-02 Thread Nicolas Barrera
Thanks, I think my question wasn't that clear. Suppose I don't buy the perk at indiegogo, and wait until the official release of the book (pdf or book+pdf) will the price of the book then be higher than the current perk at indiegogo? Nicolás.- On Thu, Aug 2, 2012 at 4:47 PM, Igor Drobiazko wro

Re: Tapestry 5 Book EAP Launched

2012-08-02 Thread Igor Drobiazko
Hi Nicolas, as Thiago just answered, for $25 you get the book as PDF (updates + final). For $55 you additionally get the printed book. You don't have to pay anything again. Does it answer your question? Regards On Thu, Aug 2, 2012 at 8:19 PM, Nicolas Barrera wrote: > Hi Igor, > > thanks for yo

Re: Tapestry 5 Book EAP Launched

2012-08-02 Thread Thiago H de Paula Figueiredo
For me, it's very clear that if you pay 25 dollars or more you get the PDF book as it's finished; more than 55, PDF and dead tree version (when it's available). On Thu, 02 Aug 2012 15:19:59 -0300, Nicolas Barrera wrote: Hi Igor, thanks for your reply it was very clear, now I got anoth

Re: Tapestry 5 Book EAP Launched

2012-08-02 Thread Nicolas Barrera
Hi Igor, thanks for your reply it was very clear, now I got another doubt, apart from having early access to the book and receiving it's updates, does supporting this campaign implies that I 'll be paying a cheaper price for the book than what it will cost once it's officially released? that was

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Russell John-Baptiste
http://ephemurl.com/  Cheers -Russell From: Igor Drobiazko To: Tapestry users Sent: Wednesday, August 1, 2012 4:21 PM Subject: Re: Tapestry 5 Book EAP Launched While the ticket is being processed, I'm looking for a service which will allow me to de

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Igor Drobiazko
While the ticket is being processed, I'm looking for a service which will allow me to deliver PDFs to you guys. I don't want to send the book to everybody individually as a mail attachment. I'd like to upload the PDF into a platform which will send you links that will expire after a short period of

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Igor Drobiazko
Hi Nicolas, yes, the PDF Perk includes the current manuscript as PDF, alle updates and the final version of the PDF. I just not sure if I'm allowed to fulfill the Perks right now. I'min the process of checking that with Indiegogo. The worst case is that you get your first PDF when the campaign is

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread tapestry.kung.fu
Finally Long wait is over! I have funded for Printed Book. I am desperately waiting for more material to master tapestry 5. I know you are still working on final version but it would be great if you can provide what you have in pdf format. Not sure what are rules set by indiegogo.com. Thank you!

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Chris Collins
Dont try this at home: http://www.southparkstudios.com/clips/104408/butters-freezes-cartman C On Aug 1, 2012, at 11:49 AM, Alex Kotchnev wrote: > So, if the cards are already charged, is there any way of getting the books > out before the campaign ends ? > > Cheers, > > Alex K > > On Wed, Au

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Alex Kotchnev
So, if the cards are already charged, is there any way of getting the books out before the campaign ends ? Cheers, Alex K On Wed, Aug 1, 2012 at 1:50 PM, Chris Cureau wrote: > If someone would want to withdraw their contribution, I'd be happy to pay > them instead...a buy out, if you will. :)

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Chris Cureau
If someone would want to withdraw their contribution, I'd be happy to pay them instead...a buy out, if you will. :) Otherwise, I'll contribute...I've been waiting for this book for a long time! On Wed, Aug 1, 2012 at 12:38 PM, Stephan Windmüller < stephan.windmuel...@tu-dortmund.de> wrote: > On

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Stephan Windmüller
On 30.07.2012 20:24, Igor Drobiazko wrote: > I'm not sure. Is there a way to withdraw a contribution? I just checked, my credit card has been charged already. So I think that there is no way to withdraw my contribution unless the funding does not succeed. Regards Stephan signature.asc Descri

Re: Tapestry 5 Book EAP Launched

2012-08-01 Thread Nicolas Barrera
Hi, just wanted to stay clear with this, If I buy the pdf version perk today, I 'll receive by e-mail the current pdf draft, the next draft updates and lastly the pdf final version? cheers, Nicolás.-

Re: Tapestry 5 Book EAP Launched

2012-07-31 Thread Igor Drobiazko
Thank you, Chris. I hope you will enjoy the remaining chapters as well. On Tue, Jul 31, 2012 at 7:36 PM, Chris Collins wrote: > I can tell you that the first 7 chapters Igor wrote for manning were > already excellent! > > On Jul 31, 2012, at 1:13 AM, Igor Drobiazko > wrote: > > > Alexander, I'm

Re: Tapestry 5 Book EAP Launched

2012-07-31 Thread Chris Collins
I can tell you that the first 7 chapters Igor wrote for manning were already excellent! On Jul 31, 2012, at 1:13 AM, Igor Drobiazko wrote: > Alexander, I'm not sure if I can provide the draft today. Need to check > that with indiegogo first. Please note that final PDF is probably not > availabl

Re: Tapestry 5 Book EAP Launched

2012-07-31 Thread Igor Drobiazko
Alexander, I'm not sure if I can provide the draft today. Need to check that with indiegogo first. Please note that final PDF is probably not available when this campaign ends in 31 days. The final PDF will be available probably at same time as printed version of the book. But because I have 400 pa

Re: Tapestry 5 Book EAP Launched

2012-07-31 Thread sommeralex
so what is the deal now? if i a buy the book today, can i read a draft today, or do we have to wait more 31 days? Because then i would just wait for the final pdf. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-Book-EAP-Launched-tp5714877p5714915.html Sent fr

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Chris Collins
Yi I get to play! C On Jul 30, 2012, at 11:42 PM, Igor Drobiazko wrote: > Yes, this Git repo with all the examples. It should be renamed though. > > https://github.com/drobiazko/tapestry5inaction > > Feel free to try out things and provide feedback. > > On Tue, Jul 31, 2012 at 8:32 AM

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Igor Drobiazko
Yes, this Git repo with all the examples. It should be renamed though. https://github.com/drobiazko/tapestry5inaction Feel free to try out things and provide feedback. On Tue, Jul 31, 2012 at 8:32 AM, Chris Collins wrote: > Thanks Igor. I bought my printed copy from you this morning (before >

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Chris Collins
Thanks Igor. I bought my printed copy from you this morning (before Howard closed the deal :-} ), its going to be great even without 5.4. I think the 5.4 will have some interesting things for you to write about regarding javacript that I would love to read. Will there be a git repo for all th

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Igor Drobiazko
Chris, the book won't become obsolete once 5.4 is released. The new release will be backward compatible with prior releases. :) My goal is to cover the most recent version of Tapestry available. Once I have finished the manuscript, I'll have a look at what needs to be updated. On Tue, Jul 31, 201

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Chris Collins
Igor, whats the plan with the pending 5.4. Will the final book incorporate 5.4 or will the book be obsolete as soon as it hits my doormat? I recall you mentioning about having the freedom to more easily provide updates by not going with MEAP. btw I purchased what seems like a long time ago

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Onno Scheffers
> What about Indiegogo since this isnt kickstarter? > I guessed it was the same: they'll only collect after the campaign is over and the goal has been reached, since refunding probably introduces fees. But it seems I guessed wrong. I only just signed up with Indiegogo and after reading a bit more

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Chris Collins
What about Indiegogo since this isnt kickstarter? C On Jul 30, 2012, at 1:39 PM, Onno Scheffers wrote: >> I'm not sure. Is there a way to withdraw a contribution? >> > > > I've been a backer on Kickstarter since the Double Fine Adventure thingy > and they mentioned on their forums a handful o

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Onno Scheffers
> I'm not sure. Is there a way to withdraw a contribution? > I've been a backer on Kickstarter since the Double Fine Adventure thingy and they mentioned on their forums a handful of transactions failing. Theoretically people can max out their credit cards or block the cards before the end of camp

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Chris Collins
No idea On Jul 30, 2012, at 11:24 AM, Igor Drobiazko wrote: > I'm not sure. Is there a way to withdraw a contribution? > > On Mon, Jul 30, 2012 at 7:55 PM, Chris Collins wrote: > >> So Igor, even though the goal was raised do we have to wait another 31 >> days before we get the PDF copy? >>

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Igor Drobiazko
I'm not sure. Is there a way to withdraw a contribution? On Mon, Jul 30, 2012 at 7:55 PM, Chris Collins wrote: > So Igor, even though the goal was raised do we have to wait another 31 > days before we get the PDF copy? > > Best > > C > On Jul 30, 2012, at 9:53 AM, Igor Drobiazko > wrote: > > >

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Chris Collins
So Igor, even though the goal was raised do we have to wait another 31 days before we get the PDF copy? Best C On Jul 30, 2012, at 9:53 AM, Igor Drobiazko wrote: > This minimal goal of $500 on purpose. If I had chosen a goal which is too > high, there might be a risk that the project doesn't r

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Igor Drobiazko
This minimal goal of $500 on purpose. If I had chosen a goal which is too high, there might be a risk that the project doesn't reach its goal. In this case I would be forced to pay more fees. However, the campaign will all the funds over the goal anyway. So, contribute if you want to help. On Mon

Re: Tapestry 5 Book EAP Launched

2012-07-30 Thread Howard Lewis Ship
Looks like my contribution pushed things over the goal ... but that doesn't mean its too late to make a contribution; I'm sure that the more Igor has, the better the final product will be (perhaps he can squirrel away some cash to handle the inevitable rewrites needed for 5.4!) On Mon, Jul 30, 201

Re: Tapestry 5 email validator rules are not correct

2012-05-18 Thread Norman Franke
I missed that, sorry, indeed, that's not valid. Norman Franke Answering Service for Directors, Inc. www.myasd.com On May 18, 2012, at 2:52 PM, Ray Nicholus wrote: > Having a plus in the domain of your email address is effectively not valid > as this type of a domain is not allowed by DNS. Cha

Re: Tapestry 5 email validator rules are not correct

2012-05-18 Thread Ray Nicholus
Having a plus in the domain of your email address is effectively not valid as this type of a domain is not allowed by DNS. Character with an accent are also not allowed in email addresses. See RFC 5322 section 3.2.3 (mirrored at http://tools.ietf.org/html/rfc5322#section-3.2.3). Quotes are also

Re: Tapestry 5 email validator rules are not correct

2012-05-18 Thread Norman Franke
Having a + is valid. Some email systems allow users to filter based on stuff after the +, so joe+...@bar.com would still go to j...@bar.com, but he could then filter it into folders. I used to do this in college. See: http://en.wikipedia.org/wiki/Email_address The format of email addresses is l

FWD: Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Vladimir Bauer
Исходное сообщение Thank you very much for your replies! I'm not the guy who is going to abandon Java boat and Tapestry ) one of my concern was that Manning pub has claimed that Play book being MEAP version is the best seller of the month. Whereas we all remember what they did with Igor Drobiazk

Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Vladimir Bauer
Thank you very much for your replies! I'm not the guy who is going to abandon Java boat and Tapestry ) one of my concern was that Manning pub has claimed that Play book being MEAP version is the best seller of the month. Whereas we all remember what they did with Igor Drobiazko's MEAP Tapestry 5

Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Thiago H. de Paula Figueiredo
On Fri, 04 May 2012 14:11:51 -0300, Jon Williams wrote: EE Java has always included some crap, always will. It's evolving constantly for sure. (...) Conclusion: Java EE is never going away, it's just gonna get better, even more of the stupid excess fat will be refactored or totally abandone

Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Jon Williams
EE Java has always included some crap, always will. It's evolving constantly for sure. Oracle has proven that this is their intent to keep making it better. They are doing this for 1 reason, because no matter how you break it down all this truely means to them is more Oracle DB licences (which are

Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Thiago H. de Paula Figueiredo
On Fri, 04 May 2012 10:57:57 -0300, Vladimir Bauer wrote: Is it really anything based on servlet api, Tapestry for example, is a dying technology? By the way, what does the death or dying of a technology is? I'd say it's the same as with natural languages: they die when nobody use them any

Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Thiago H. de Paula Figueiredo
On Fri, 04 May 2012 10:57:57 -0300, Vladimir Bauer wrote: Dear experts, I'm no expert, but hi! :) Reading introductory chapter of his book, I had a picture that anything relying on Java EE is dying technology (or author wanted to crea

Re: Tapestry 5 + Microdata

2012-03-27 Thread Thiago H. de Paula Figueiredo
On Tue, 27 Mar 2012 04:46:43 -0300, Jan Fryblik wrote: Hi, Hi! i`ve tried to implement Microdata into some pages, but i`m getting exception below. I have doctype set on HTML5, all supporting javascripts included. Does somebody has experience with this? Please help, thanks in advance.

Re: Tapestry 5 with Prototype 1.7

2012-02-10 Thread Javix
Could you tell in which place exactly did you place the new prototype.js file? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-with-Prototype-1-7-tp3288189p5469538.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry 5 error page inspiring Groovy 2.0

2011-12-20 Thread Dragan Sahpaski
Playframework has a similar exception page also. http://www.google.com/imgres?um=1&hl=en&authuser=0&biw=1365&bih=603&tbm=isch&tbnid=IIigjHjcUy-q9M:&imgrefurl=http://www.lunatech-research.com/archives/2010/03/15/play-framework-usability&docid=Jnmurti7FEZFKM&imgurl=http://www.lunatech-research.com/s

Re: Tapestry 5 error page inspiring Groovy 2.0

2011-12-20 Thread Howard Lewis Ship
One of my favorite parts of 5.3 is the way Ajax updates (actually, Zone Ajax requests) that fail on the server get the full exception report as a lightbox-style iframe. On Tue, Dec 20, 2011 at 6:41 AM, Muhammad Gelbana wrote: > It ought to be inspired. Tapestry is simply exceptional. > > On Thu,

Re: Tapestry 5 error page inspiring Groovy 2.0

2011-12-20 Thread Muhammad Gelbana
It ought to be inspired. Tapestry is simply exceptional. On Thu, Dec 15, 2011 at 11:04 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hi! > > Take a look at http://grails.org/doc/2.0.x/**guide/introduction.html#** > whatsNew

Re: Tapestry 5 JQuery - redirect to other page when session has expired

2011-12-01 Thread Lenny Primak
ill need to bind the > handler for the js. > > Cheers, > Peter > > > > - Original Message - > > From: "Peter Stavrinides" > To: "Tapestry users" > Sent: Thursday, 1 December, 2011 3:44:56 PM > Subject: Re: Tapestry 5 JQuery - redirect to other page

Re: Tapestry 5 JQuery - redirect to other page when session has expired

2011-12-01 Thread Peter Stavrinides
ers, Peter - Original Message - From: "Peter Stavrinides" To: "Tapestry users" Sent: Thursday, 1 December, 2011 3:44:56 PM Subject: Re: Tapestry 5 JQuery - redirect to other page when session has expired Server side: // The method that is called when the request completes o

Re: Tapestry 5 JQuery - redirect to other page when session has expired

2011-12-01 Thread Peter Stavrinides
; Sent: Thursday, 1 December, 2011 3:06:38 PM Subject: Re: Tapestry 5 JQuery - redirect to other page when session has expired Hi Ville, Did you try to use Tynamo-security or to contribute your own access control dispatcher AppModule.java . . . public void contributeMasterDispatcher( OrderedConfigu

Re: Tapestry 5 JQuery - redirect to other page when session has expired

2011-12-01 Thread François Facon
Hi Ville, Did you try to use Tynamo-security or to contribute your own access control dispatcher AppModule.java . . . public void contributeMasterDispatcher( OrderedConfiguration configuration, @InjectService("AccessControlDispatcher") Dispatc

Re: Tapestry 5 and Mobile

2011-11-29 Thread François Facon
This would be great! we did some experiments on jquery mobile. The lib is under construction at https://github.com/got5/tapestry5-jquery-mobile (based on Beta 1 not the latest version) and a sample at https://github.com/got5/techforum. (Ajax Page load disabled) the integration will be even bett

Re: Tapestry 5 and Mobile

2011-11-29 Thread Peter Stavrinides
- From: "Howard Lewis Ship" To: "Tapestry users" Sent: Monday, 28 November, 2011 11:00:01 PM Subject: Re: Tapestry 5 and Mobile One thing I've been thinking about is to have greater control over the "core" stack on a request-by-request basis, so that a single

Re: Tapestry 5 and Mobile

2011-11-28 Thread Barry Books
The latest version of Twitter Bootstrap supports mobile via css. You can have different css media types depending on the resolution of the device. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional comm

Re: Tapestry 5 and Mobile

2011-11-28 Thread Howard Lewis Ship
One thing I've been thinking about is to have greater control over the "core" stack on a request-by-request basis, so that a single app can skin one way for a desktop browser, and skin another way (with changes to the "core" stack) for a mobile device (i.e., include JS & CSS from jQuery Mobile, for

Re: Tapestry 5 and Mobile

2011-11-28 Thread SeleniuM
Also, you can always implement your own Chain of Command builder directly implemented from Tapestry IOC. The thing is to make parameteres width and height of your own web application, and to make a selection when detected what device is approaching your web applications using just variable HTTP_US

Re: Tapestry 5 and Mobile

2011-11-28 Thread Lance Java
"François Facon" > To: "Tapestry users" > Sent: Monday, 28 November, 2011 12:33:45 PM > Subject: Re: Tapestry 5 and Mobile > > Hi Peter, > I sure you will lile this link : > http://mobiforge.com/starting/story/mobile-web-content-adaptation-techniques > If

Re: Tapestry 5 and Mobile

2011-11-28 Thread Peter Stavrinides
Those are fantastic resources, thank you François! - Original Message - From: "François Facon" To: "Tapestry users" Sent: Monday, 28 November, 2011 12:33:45 PM Subject: Re: Tapestry 5 and Mobile Hi Peter, I sure you will lile this link : http://mobiforge.com/start

  1   2   3   4   5   6   7   8   >