Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-28 Thread Barry Books
com] > Sent: Tuesday, June 28, 2016 8:54 PM > To: Mukesh Chandra > Cc: Tapestry users; trs...@gmail.com > Subject: Re: Tapestry 4.1 Migration to Tapestry 5 > > You should be able to just add the T5 configuration to your existing web.xml. > I think you also have to tell T5 to ign

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-28 Thread Mukesh Chandra
If I ignore the T4 urls, won't the T4 pages stop working? -Original Message- From: Barry Books [mailto:b...@trsvax.com] Sent: Tuesday, June 28, 2016 8:54 PM To: Mukesh Chandra Cc: Tapestry users; trs...@gmail.com Subject: Re: Tapestry 4.1 Migration to Tapestry 5 You should be ab

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-28 Thread Barry Books
om] > Sent: Tuesday, June 28, 2016 5:34 PM > To: Tapestry users > Subject: Re: Tapestry 4.1 Migration to Tapestry 5 > > I dug up this code that allows T5 applications to access T4 sessions. I think > the XXX is the app name in the T4 configuration.

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-28 Thread Mukesh Chandra
: Tuesday, June 28, 2016 5:34 PM To: Tapestry users Subject: Re: Tapestry 4.1 Migration to Tapestry 5 I dug up this code that allows T5 applications to access T4 sessions. I think the XXX is the app name in the T4 configuration. @Deprecated public class T4SessionStrategy extends

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-28 Thread Barry Books
> > > No. > > Can I have a sample implementation for same? >> > > The documentation for Tapestry-IoC, the replacement for HiveMind in > Tapestry 5, is here: http://tapestry.apache.org/ioc.html. > > -- > T

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-27 Thread Thiago H de Paula Figueiredo
Tapestry 5, is here: http://tapestry.apache.org/ioc.html. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br - To unsubscribe, e-mail: users-unsubscr

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-27 Thread Mukesh Chandra
Subject: Re: Tapestry 4.1 Migration to Tapestry 5 You will no longer need any XML configuration for Tap5 (it's all just convention) so there is really nothing to do there. Just make sure your web.xml is correct and your pages are in the correct place. I might be able to dig up some code but

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-24 Thread Barry Books
I can > build the project but when I try to access the page I get an exception for > the page class missing. > Can you help with this? > > Regards > Mukesh > > -Original Message- > From: Barry Books [mailto:trs...@gmail.com ] > Sent: Friday, June 24, 2016 6:05 PM

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-24 Thread Mukesh Chandra
Tapestry users Subject: Re: Tapestry 4.1 Migration to Tapestry 5 I migrated a pretty large application from 4 to 5. It's been a while and I perhaps I don't remember all the pain but I don't recall it being that difficult. First of all Tapestry 5 is much nicer to use than 4 but s

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-24 Thread Barry Books
I migrated a pretty large application from 4 to 5. It's been a while and I perhaps I don't remember all the pain but I don't recall it being that difficult. First of all Tapestry 5 is much nicer to use than 4 but shares many of the same ideas. The basic structure is the same you

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-24 Thread Thiago H de Paula Figueiredo
On Fri, 24 Jun 2016 00:18:04 -0300, Mukesh Chandra wrote: So they can share the session? Yes. They're in the same webapp, same context. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-23 Thread Mukesh Chandra
So they can share the session? -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Thursday, June 23, 2016 7:51 PM To: Tapestry users Subject: Re: Tapestry 4.1 Migration to Tapestry 5 On Thu, 23 Jun 2016 11:05:38 -0300, Mukesh Chandra wrote: >

RE: Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Mukesh Chandra
Thanks Thiago! Regards Mukesh -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Thursday, June 23, 2016 8:37 PM To: Tapestry users Subject: Re: Tapestry 4.1 Migration to Tapestry 5 or an alternative On Thu, 23 Jun 2016 11:34:59 -0300, Mukesh Chandra

Re: Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Thiago H de Paula Figueiredo
On Thu, 23 Jun 2016 11:34:59 -0300, Mukesh Chandra wrote: What are the recommendations then? Move stuff from T4 to T5 one piece at a time. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br -

RE: Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Mukesh Chandra
What are the recommendations then? -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Thursday, June 23, 2016 7:51 PM To: Tapestry users Subject: Re: Tapestry 4.1 Migration to Tapestry 5 or an alternative On Thu, 23 Jun 2016 10:27:46 -0300, Mukesh

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-23 Thread Mukesh Chandra
Can you send a sample please. I need to build this project using ANT Regards Mukesh Chandra -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Thursday, June 23, 2016 7:51 PM To: Tapestry users Subject: Re: Tapestry 4.1 Migration to Tapestry 5 On

Re: Tapestry 4.1 Migration to Tapestry 5

2016-06-23 Thread Thiago H de Paula Figueiredo
On Thu, 23 Jun 2016 11:05:38 -0300, Mukesh Chandra wrote: Hi All Hi! Can I have both the Tapestry 5 and Tapestry 4 pages in same project Yes. Even in the same webapp. -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Thiago H de Paula Figueiredo
On Thu, 23 Jun 2016 10:27:46 -0300, Mukesh Chandra wrote: Hi Hi! We have our webApplication written in Tapestry 4. We want to migrate to Tapestry 5. How easy is it to do this migration? It's a complete rewrite of your web layer. Do we have any tools available to achieve this?

RE: Tapestry 4.1 Migration to Tapestry 5

2016-06-23 Thread Mukesh Chandra
Hi All Can I have both the Tapestry 5 and Tapestry 4 pages in same project and build them using ANT? I am new to Tapestry, your help is appreciated. Regards Mukesh NOTICE: This e-mail is intended solely for the use of the individual to whom it is addressed

Tapestry 4.1 Migration to Tapestry 5 or an alternative

2016-06-23 Thread Mukesh Chandra
Hi We have our webApplication written in Tapestry 4. We want to migrate to Tapestry 5. How easy is it to do this migration? Do we have any tools available to achieve this? What are your recommendations and strategies to achieve this? Your help is appreciated. Regards Mukesh Chandra

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

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

2015-10-01 Thread Stephen Nutbrown
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 specific questions, this is intended more as a discussion/experience threa

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

Tapestry 5 and Hibernate (Session handling)

2014-12-09 Thread Stefan Böcker
Hi, I am new to Tapestry 5 and currently working on a simple web application that makes use of Hibernate. Injecting Hibernate-sessions in pages is simple and works fine, however for my little web application I have to use the session handling of some third-party library, that is part of my

Tapestry 5 AutoComplete

2014-11-04 Thread Shahid Shaikh
I am trying to use the AutoComplete in conjuction with a Zone updater.It appears if i tag a t:clientId where i generated a unique id for each field, the autocomplete fails to work. If i do not use the t:clientId the component works just fine. Any idea why add a t:clientId tag to my input ca

Announcement : Jexbox - Exception Tracking AddOn for Tapestry 5

2014-08-12 Thread Tsvetelin Saykov
started my first personal project - www.jexbox.com a few months ago. This is a Java based exception tracking system implemented on Tapestry 5. The main idea is to store all application’s exceptions in a central database where developers can easily find errors and review exception data. I managed to

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.

Tapestry 5 + JS framework

2014-07-27 Thread Jan Fryblik
Hi guys, i haven't used Tapestry for a few months so I want to ask again if something has changed. Do you have experience with combination of Tapestry and any JS framework? How difficult is to integrate it together? Are there any tutorials? I need something to create highly dynamic web fo

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. > > M

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

Tapestry 5 eurodns

2014-03-13 Thread Dimitris Zenios
Just found out that tapestry 5 is been used to develop eurodns website. Maybe it can be put inside success stories http://wiki.apache.org/tapestry/SuccessStories

Re: IndieGogo campaign: a month of Apache Tapestry 5

2014-01-02 Thread Thiago H de Paula Figueiredo
On Sun, 29 Dec 2013 19:05:19 -0200, Muhammad Gelbana wrote: So did this campaign succeed ? I don't know. Did it? :D -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-29 Thread Muhammad Gelbana
So did this campaign succeed ? *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Tue, Dec 10, 2013 at 11:13 AM, Joachim Van der Auwera wrote: > Congratulations! > > > On 12/10/2013 02:40 AM, Thiago H de Paula Figueiredo wrote: > >> On Mon, 09 Dec 2013 21:43:16 -0

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-10 Thread Joachim Van der Auwera
Congratulations! On 12/10/2013 02:40 AM, Thiago H de Paula Figueiredo wrote: On Mon, 09 Dec 2013 21:43:16 -0200, Jens Breitenstein wrote: done! Hi, everyone! I'm speechless. I'm lost for words. I really don't know how to describe how happy and grateful to all of you for allowing me to sp

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-10 Thread Massimo Lusetti
I'm really happy to see this happen! On Tue, Dec 10, 2013 at 2:40 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 09 Dec 2013 21:43:16 -0200, Jens Breitenstein < > mailingl...@j-b-s.de> wrote: > > done! >> > > Hi, everyone! > > I'm speechless. I'm lost for words. I reall

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Thiago H de Paula Figueiredo
On Mon, 09 Dec 2013 21:43:16 -0200, Jens Breitenstein wrote: done! Hi, everyone! I'm speechless. I'm lost for words. I really don't know how to describe how happy and grateful to all of you for allowing me to spend a whole month working on Apache Tapestry, something I'm so passionate a

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread John Prestel
Congratulations, Thiago! On Mon, Dec 9, 2013 at 6:43 PM, Jens Breitenstein wrote: > done! > > > Am 09.12.13 23:53, schrieb Chris Mylonas: > > $3880 / $4500 >> >> $620 to go >> >> >> On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera > >wrote: >> >> Great initiative, twelve hours and 740$

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Jens Breitenstein
done! Am 09.12.13 23:53, schrieb Chris Mylonas: $3880 / $4500 $620 to go On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera wrote: Great initiative, twelve hours and 740$ to go. Let's make it happen! May I remind you that Thiago will not receive any money (donations are refunded) whe

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Chris Mylonas
$3880 / $4500 $620 to go On Tue, Dec 10, 2013 at 7:21 AM, Joachim Van der Auwera wrote: > Great initiative, twelve hours and 740$ to go. Let's make it happen! > > May I remind you that Thiago will not receive any money (donations are > refunded) when the target is not met, so if you want Thiago

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Joachim Van der Auwera
Great initiative, twelve hours and 740$ to go. Let's make it happen! May I remind you that Thiago will not receive any money (donations are refunded) when the target is not met, so if you want Thiago to spend a month full-time on Tapestry, then now is the time to do your part and contribute to

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Muhammad Gelbana
I'm so happy you're approaching your goal ! Gonna see a more powerful Tapestry soon I hope :) *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Mon, Dec 9, 2013 at 7:47 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Status update: > > With 14 hou

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-09 Thread Thiago H de Paula Figueiredo
Status update: With 14 hours until the deadline, we raised 3040 dollars out of 4500 goal. Thank you very much for everybody who contributed or helped spread the word. :) -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br Help me spen

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-07 Thread Balázs Palcsó
I think the same invoice that issue when you do freelancer work should do. Not sure if there special rules if the company receiving the invoice is in the EU. Though I am not sure how does crowd funding changes the rules of invoicing. Especially if the goal is not met. Regards, Balazs On 7 Decem

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-07 Thread Thiago H de Paula Figueiredo
On Sat, 07 Dec 2013 13:30:16 -0200, Balázs Palcsó wrote: Hi Thiago, Hi! I was wondering if my company could get an invoice of the amount contributed if it contributes? Good question. What are the requirements of this invoice? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernat

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-07 Thread Balázs Palcsó
Hi Thiago, I was wondering if my company could get an invoice of the amount contributed if it contributes? Best regards, Balazs On Nov 27, 2013, at 12:02 PM, Howard Lewis Ship wrote: > On Wed, Nov 27, 2013 at 8:07 AM, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > >> On Wed, 27 N

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-12-02 Thread Norman Franke
On Nov 27, 2013, at 12:02 PM, Howard Lewis Ship wrote: > On Wed, Nov 27, 2013 at 8:07 AM, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > >> On Wed, 27 Nov 2013 13:53:09 -0200, Norman Franke >> wrote: >> >> I hope it works out. >>> >> >> Thanks! >> >> >> Anything you can add

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-28 Thread Thiago H de Paula Figueiredo
On Wed, 27 Nov 2013 18:38:28 -0200, Emmanuel Sowah wrote: Hi Thiago, Hi, Emmanuel! Tapestry is dead. By dead I don't mean no one is using it but rather no one is using it on serious projects. You're backpedaling in your statements. Negative troll points for you. That is why I strongly

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Emmanuel Sowah
Hi Thiago, How are you today? I know being a Tapestry coder is not easy to make enough money to pay the bills and I can understand why you're struggling. The fact of the matter is that Tapestry is not used by serious companies or in serious projects. Tapestry is dead. By dead I don't mean no one

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Bogdan Ivascu
campaign so I can work a whole month > in Tapestry itself and nothing else fixing bugs, implementing new stuff and > working on the documentation. > > Here's the link: http://www.indiegogo.com/projects/a-month-of-apache- > tapestry-5. > > Any questions, just ask. :) But

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Howard Lewis Ship
On Wed, Nov 27, 2013 at 8:07 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 27 Nov 2013 13:53:09 -0200, Norman Franke > wrote: > > I hope it works out. >> > > Thanks! > > > Anything you can add to help porting from prototype-based Tapestry JS >> code to T5.4 would be we

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Thiago H de Paula Figueiredo
On Wed, 27 Nov 2013 13:53:09 -0200, Norman Franke wrote: I hope it works out. Thanks! Anything you can add to help porting from prototype-based Tapestry JS code to T5.4 would be welcome. I've got thousands of lines of JS code in my apps. Your Prototype.js code will still work in T5.4.

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Peter Hvass
immensely! Peter - Original Message - From: "Norman Franke" To: "Tapestry users" Sent: Wednesday, November 27, 2013 5:53:09 PM Subject: Re: IndieGogo campaign: a month of Apache Tapestry 5 I hope it works out. Anything you can add to help porting from prototy

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-27 Thread Norman Franke
//www.indiegogo.com/projects/a-month-of-apache-tapestry-5. > > Any questions, just ask. :) But I'll answer another one right now: regardless > of the campaign succeeding or not, I'll continue posting stuff in the mailing > list and doing my occasional code contributions the same

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-26 Thread Jon Williams
! > > > > I've just went live with an IndieGogo campaign so I can work a whole > month > > in Tapestry itself and nothing else fixing bugs, implementing new stuff > and > > working on the documentation. > > > > Here's the link: http://www.indiegogo.com/

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-26 Thread Lenny Primak
ign so I can work a whole month >> in Tapestry itself and nothing else fixing bugs, implementing new stuff and >> working on the documentation. >> >> Here's the link: http://www.indiegogo.com/projects/a-month-of-apache- >> tapestry-5. >> >> Any questions,

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-26 Thread Emmanuel Sowah
an IndieGogo campaign so I can work a whole month > in Tapestry itself and nothing else fixing bugs, implementing new stuff and > working on the documentation. > > Here's the link: http://www.indiegogo.com/projects/a-month-of-apache- > tapestry-5. > > Any questions, just

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-25 Thread Chris Mylonas
; stuff and working on the documentation. > > > > Here's the link: > http://www.indiegogo.com/projects/a-month-of-apache-tapestry-5. > > > > Any questions, just ask. :) But I'll answer another one right now: > regardless of the campaign succeeding or not, I'll cont

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-25 Thread Alexander Sommer
, Thiago H de Paula Figueiredo wrote: > > > Hi! > > > > I've just went live with an IndieGogo campaign so I can work a whole > month in Tapestry itself and nothing else fixing bugs, implementing new > stuff and working on the documentation. > > > > Here&#

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-25 Thread Andreas Fink
e just went live with an IndieGogo campaign so I can work a whole month in > Tapestry itself and nothing else fixing bugs, implementing new stuff and > working on the documentation. > > Here's the link: > http://www.indiegogo.com/projects/a-month-of-apache-tapestry-5. >

Re: IndieGogo campaign: a month of Apache Tapestry 5

2013-11-25 Thread Stephan Windmüller
On 25.11.2013 22:08, Thiago H de Paula Figueiredo wrote: > I've just went live with an IndieGogo campaign so I can work a whole > month in Tapestry itself and nothing else fixing bugs, implementing new > stuff and working on the documentation. Well done Thiago, now IndieGogo is broken, most likel

IndieGogo campaign: a month of Apache Tapestry 5

2013-11-25 Thread Thiago H de Paula Figueiredo
Hi! I've just went live with an IndieGogo campaign so I can work a whole month in Tapestry itself and nothing else fixing bugs, implementing new stuff and working on the documentation. Here's the link: http://www.indiegogo.com/projects/a-month-of-apache-tapestry-5. Any quest

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

2013-10-19 Thread Thiago H. de Paula Figueiredo
of > entities) you might run into trouble again. Try to turn it off first, if > you still have some problems, just report back... . > > > 2013/10/19 Jeremy Villalobos > > > I have not worked on a Tapestry 5 project for a few weeks. The last > time I > > used it,

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

2013-10-19 Thread Martin Kersten
2013/10/19 Jeremy Villalobos > I have not worked on a Tapestry 5 project for a few weeks. The last time I > used it, the development environment was fully setup. Now I come back and > I get the stack trace shown at the end of this email. > > I tried > > mvn jetty:run

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

2013-10-18 Thread Jeremy Villalobos
I have not worked on a Tapestry 5 project for a few weeks. The last time I used it, the development environment was fully setup. Now I come back and I get the stack trace shown at the end of this email. I tried mvn jetty:run And that starts up the portal no-problem. But from eclipse (Run

Re: Tapestry 5 Hotel Booking

2013-07-16 Thread Jeremy Villalobos
From: Jeremy Villalobos > To: users@tapestry.apache.org > Sent: Sunday, June 30, 2013 9:51 PM > Subject: Tapestry 5 Hotel Booking > > > Hello: > > I downloaded the demo Tapestr5-hotel-booking to run it in my machine and > continue studying the Tapestry 5 development proce

Re: Tapestry 5 Hotel Booking

2013-07-01 Thread Shing Hing Man
  From: Jeremy Villalobos To: users@tapestry.apache.org Sent: Sunday, June 30, 2013 9:51 PM Subject: Tapestry 5 Hotel Booking Hello: I downloaded the demo Tapestr5-hotel-booking to run it in my machine and continue studying the Tapestry 5 development process. I am running Ubuntu 12.04 Java 7

Re: Tapestry 5 Hotel Booking

2013-06-30 Thread Lenny Primak
booking to run it in my machine and > continue studying the Tapestry 5 development process. > > I am running Ubuntu 12.04 > Java 7 > Mvn 3.0.4 > > Opening the project in Eclipse shows the exclamation point on the project > (dependency project) and an error on the pom.xm, bu

Tapestry 5 Hotel Booking

2013-06-30 Thread Jeremy Villalobos
Hello: I downloaded the demo Tapestr5-hotel-booking to run it in my machine and continue studying the Tapestry 5 development process. I am running Ubuntu 12.04 Java 7 Mvn 3.0.4 Opening the project in Eclipse shows the exclamation point on the project (dependency project) and an error on the

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-05-23 Thread Dmitry Gusev
unning. > However hits to the URL are returning 404's. > I was just wondering if you encountered any bumps getting your Tapestry 5 > app running on the Free OpenShift? > > thanks > Jon > > > On Mon, Apr 29, 2013 at 1:04 PM, Dmitry Gusev wrote: > >> I host s

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-05-23 Thread Jon Williams
my app is happily running. However hits to the URL are returning 404's. I was just wondering if you encountered any bumps getting your Tapestry 5 app running on the Free OpenShift? thanks Jon On Mon, Apr 29, 2013 at 1:04 PM, Dmitry Gusev wrote: > I host some of our T5 apps on OpenShift. &g

RE: Re : is openJDK compatible with Tapestry 5?

2013-05-19 Thread Ken in Nashua
Sorry Angela... for the dyslexic answer. i meant to say... yes your code should run as platform safe. Ken

Re : is openJDK compatible with Tapestry 5?

2013-05-19 Thread Ken in Nashua
Hi Angela, Off the top of my head form looking at your specs... I would guess to say based on my experience with java which dates back to 1998... no. 64bit should accommodate 32bit apps forward revs should accommodate previous revs. byte codes that is I say go for it Funny when I think ab

Re: is openJDK compatible with Tapestry 5?

2013-05-19 Thread Dimitris Zenios
I never had problems running tapestry 5 and openjdk On Sun, May 19, 2013 at 6:52 PM, Angelo Chen wrote: > Hi, > > I got an app running well in : > ava version "1.6.0_21" > Java(TM) SE Runtime Environment (build 1.6.0_21-b06) > Java HotSpot(TM) 64-Bit Server VM

is openJDK compatible with Tapestry 5?

2013-05-19 Thread Angelo Chen
Hi, I got an app running well in : ava version "1.6.0_21" Java(TM) SE Runtime Environment (build 1.6.0_21-b06) Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode) now need to change to a new server, its default java is: java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-29 Thread Barry Books
; > > > > > > > > > > > On Fri, Apr 26, 2013 at 3:02 PM, Howard Lewis Ship > > > > > wrote: > > > > > > > > > Well, you can measure this kind of thing with VisualVM. I'd say > you > > > want > > &

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-29 Thread Dmitry Gusev
t; > > > > > > > > > > > On Fri, Apr 26, 2013 at 3:02 PM, Howard Lewis Ship < > hls...@gmail.com > > > > > > > > wrote: > > > > > > > > > > > Well, you can measure this kind of thing with VisualVM. I'd say > > you >

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-29 Thread Howard Lewis Ship
gt; terrarium will thrive! > > > > > > > > Thanks Howard > > > > > > > > > > > > On Fri, Apr 26, 2013 at 3:02 PM, Howard Lewis Ship > > > > > wrote: > > > > > > > > > Well, you can measure

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-29 Thread George Christman
gt; > > > at least 256MB, with 128MB of PermGen. > > > > > > > > > > > > On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams > > > > wrote: > > > > > > > > > I'd like to know the Minimum Heap Size req'd to run the ba

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-28 Thread Jon Williams
> > > > > > > Well, you can measure this kind of thing with VisualVM. I'd say you > > want > > > > at least 256MB, with 128MB of PermGen. > > > > > > > > > > > > On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams > > >

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-27 Thread Barry Books
hing with VisualVM. I'd say you > want > > > at least 256MB, with 128MB of PermGen. > > > > > > > > > On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams > > > wrote: > > > > > > > I'd like to know the Minimum Heap Size req&#

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-26 Thread Kalle Korhonen
re this kind of thing with VisualVM. I'd say you want > > at least 256MB, with 128MB of PermGen. > > > > > > On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams > > wrote: > > > > > I'd like to know the Minimum Heap Size req'd to run th

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-26 Thread Howard Lewis Ship
26, 2013 at 3:02 PM, Howard Lewis Ship > wrote: > > > Well, you can measure this kind of thing with VisualVM. I'd say you want > > at least 256MB, with 128MB of PermGen. > > > > > > On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams > > wrote: > > >

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-26 Thread Michael Prescott
gt; wrote: > > > > > I'd like to know the Minimum Heap Size req'd to run the basic Tapestry > 5 > > > archetype example smoothly. > > > I am running my war on Jetty in a hosted environment. > > > > > > Currently I'm running in to

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-26 Thread Jon Williams
ith VisualVM. I'd say you want > at least 256MB, with 128MB of PermGen. > > > On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams > wrote: > > > I'd like to know the Minimum Heap Size req'd to run the basic Tapestry 5 > > archetype example smoothly. > >

Re: Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-26 Thread Howard Lewis Ship
Well, you can measure this kind of thing with VisualVM. I'd say you want at least 256MB, with 128MB of PermGen. On Fri, Apr 26, 2013 at 3:04 PM, Jon Williams wrote: > I'd like to know the Minimum Heap Size req'd to run the basic Tapestry 5 > archetype example smoothly. >

Minimum Heap Size to run basic Tapestry 5 archetype example smoothly

2013-04-26 Thread Jon Williams
I'd like to know the Minimum Heap Size req'd to run the basic Tapestry 5 archetype example smoothly. I am running my war on Jetty in a hosted environment. Currently I'm running in to issues with 64MB of heap. I don't have plans to make this app behave much beyond a static webs

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
mework that can run in a >> > standard JEE app server (although it doesn't require one). >> > >> > For the JEE APIs where it makes the most sense, there are Tapestry >> > integrations -- either provided with Tapestry (Tapestry-JPA, >> > Tapestry-be

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread Geoff Callender
with Tapestry (Tapestry-JPA, > > Tapestry-beanvalidator) or as 3rd party modules such as the one Lenny > > mentioned. > > > > Tapestry does offer a very strong IOC capability, but you can chose to > use > > it or not in your own Tapestry apps. If you'd r

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread hantsy
stry (Tapestry-JPA, > Tapestry-beanvalidator) or as 3rd party modules such as the one Lenny > mentioned. > > Tapestry does offer a very strong IOC capability, but you can chose to use > it or not in your own Tapestry apps. If you'd rather use EJB (or Spring), > th

Re: Tapestry 5 and Java EE6/CDI

2013-04-07 Thread Bob Harner
r use EJB (or Spring), there is no harm, and Tapestry IOC won't get in your way if you don't use it. Tapestry 5 is only superficially like Tapestry 4, but much improved in every single way possible. If you're still deciding whether to use Tapestry 5, be sure to invest a li

Re: Tapestry 5 and Java EE6/CDI

2013-04-07 Thread Lenny Primak
w Tapestry has its DI container, it > can be replaced with CDI when I select Java EE6(none Spring/Hibernate > project)? > > I have used Tapestry4 before, and know little about the newest Tapestry 5. > > > Hantsy > > > -

Tapestry 5 and Java EE6/CDI

2013-04-07 Thread hantsy
newest Tapestry 5. Hantsy - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

  1   2   3   4   5   6   7   8   9   10   >