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
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
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.
: 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
>
>
> 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
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
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
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
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
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
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
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:
>
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
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
-
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
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
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
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?
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
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
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
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
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
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
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
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
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
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'
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
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
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
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.
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
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
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
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
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
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
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
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
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
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$
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
$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
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
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
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
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
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
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
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
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
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
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
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
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.
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
//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
!
> >
> > 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/
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,
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
; 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
, 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
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.
>
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
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
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,
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
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
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
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
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
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
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
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
Sorry Angela... for the dyslexic answer.
i meant to say... yes your code should run as platform safe.
Ken
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
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
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
; > > >
> > > >
> > > > 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
> > &
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
>
gt; terrarium will thrive!
> > > >
> > > > Thanks Howard
> > > >
> > > >
> > > > On Fri, Apr 26, 2013 at 3:02 PM, Howard Lewis Ship >
> > > > wrote:
> > > >
> > > > > Well, you can measure
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
> > >
> > > > 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
> > >
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 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
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:
> >
>
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
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.
> >
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.
>
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
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
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
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
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
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
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
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
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
>
>
> -
newest Tapestry 5.
Hantsy
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
1 - 100 of 1833 matches
Mail list logo