RE: JSF Performance Problems

2006-07-17 Thread Conway. Fintan \(IT Solutions\)
that it is very useful. Many thanks, Fintan -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: 16 July 2006 22:54 To: MyFaces Discussion; Jesse Alexander (KBSA 21); Matthias Wessendorf Subject: Re: JSF Performance Problems I hope it works to send them to the list, but here

Re: JSF Performance Problems

2006-07-17 Thread Martin Marinschek
: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: 16 July 2006 22:54 To: MyFaces Discussion; Jesse Alexander (KBSA 21); Matthias Wessendorf Subject: Re: JSF Performance Problems I hope it works to send them to the list, but here the slides! If it doesn't, kann either Matt or Alexander put 'em up

Re: JSF Performance Problems

2006-07-16 Thread Matthias Wessendorf
the slides nor notes nor was I there... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, July 12, 2006 7:02 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems

Re: JSF Performance Problems

2006-07-16 Thread Martin Marinschek
there... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, July 12, 2006 7:02 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems

Re: JSF Performance Problems

2006-07-16 Thread Matthias Wessendorf
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, July 12, 2006 7:02 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems there should be more on this added to the wiki the JavaOne session was cool

RE: JSF Performance Problems

2006-07-14 Thread Jesse Alexander \(KSFD 121\)
] On Behalf Of Matthias Wessendorf Sent: Wednesday, July 12, 2006 7:02 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems there should be more on this added to the wiki the JavaOne session was cool. On 7/12/06, Jesse Alexander (KSFD 121) [EMAIL PROTECTED] wrote: A search

Re: JSF Performance Problems

2006-07-14 Thread Matthias Wessendorf
there... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, July 12, 2006 7:02 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems there should be more on this added

RE: JSF Performance Problems

2006-07-12 Thread Jesse Alexander \(KSFD 121\)
Subject: Re: JSF Performance Problems I think this is already documented on the wiki, isnt' it ß On 7/11/06, Gerald Müllan [EMAIL PROTECTED] wrote: Hi, sure thing; Just tell JSF in web.xml the context parameter: context-param param

Re: JSF Performance Problems

2006-07-12 Thread Matthias Wessendorf
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, July 11, 2006 5:08 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems I think this is already documented on the wiki, isnt' it ß On 7/11/06, Gerald Müllan [EMAIL PROTECTED] wrote

Re: JSF Performance Problems

2006-07-11 Thread Gerald Müllan
of memory used in the HttpSesssion and therefor has an impact on server-performance. regards Alexander -Original Message- From: Mike Duffy [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 10:27 AM To: MyFaces Discussion Subject: Re: JSF Performance Problems Could you please rerun

RE: JSF Performance Problems

2006-07-11 Thread Jesse Alexander \(KSFD 121\)
:17 PM To: MyFaces Discussion Subject: Re: JSF Performance Problems Hi, sure thing; Just tell JSF in web.xml the context parameter: context-param param-nameorg.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION/param-name param-value20/param-value descriptionOnly applicable

Re: JSF Performance Problems

2006-07-11 Thread Matthias Wessendorf
: Monday, July 10, 2006 10:27 AM To: MyFaces Discussion Subject: Re: JSF Performance Problems Could you please rerun the metrics with the performance tuning suggestion found at: http://wiki.apache.org/myfaces/Performance Thx. Mike -- Gerald Müllan Schelleingasse 2/11 1040

Re: JSF Performance Problems

2006-07-10 Thread Mike Duffy
to know if anybody has ideas or code samples that make JSF perform better? -- View this message in context: http://www.nabble.com/JSF-Performance-Problems-tf1912565.html#a5236070 Sent from the MyFaces - Users forum at Nabble.com. __ Do You Yahoo

RE: JSF Performance Problems

2006-07-09 Thread Yee CN
, persistence, AJAX etc. IMHO reduce development time is still the most important factor to consider. Regards, Yee From: jfaronson [mailto:[EMAIL PROTECTED] Sent: Sunday, July 09, 2006 8:11 AM To: users@myfaces.apache.org Subject: JSF Performance Problems I grabbed the attachments from

Re: JSF Performance Problems

2006-07-09 Thread Matthias Wessendorf
:11 AM To: users@myfaces.apache.org Subject: JSF Performance Problems I grabbed the attachments from the original performance bug https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=3 and ran some JMeter tests against the JSP only and the JSF versions. The pages are really simple

RE: JSF Performance Problems

2006-07-09 Thread Dhananjay Prasanna
controllers--especially if they are EJB backed). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, 10 July 2006 4:17 AM To: MyFaces Discussion Subject: Re: JSF Performance Problems Faclets gives you +10 - 15% more On 7/9/06

Re: JSF Performance Problems

2006-07-09 Thread Dennis Byrne
Are you using client or server side state saving? Using the latter will cut response times in half. Dennis Byrne -Original Message- From: Dhananjay Prasanna [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 12:40 AM To: 'MyFaces Discussion' Subject: RE: JSF Performance Problems I

JSF Performance Problems

2006-07-08 Thread jfaronson
important in real life projects so it's more than a theoretical problem. I'd also like to know if anybody has ideas or code samples that make JSF perform better? View this message in context: JSF Performance Problems Sent from the MyFaces - Users forum at Nabble.com.

Re: JSF Performance Problems

2006-07-08 Thread Jordan
, count on your backend portion (i.e. SQL queries)being the area that needs to be addressed first. From: jfaronson To: users@myfaces.apache.org Sent: Saturday, July 08, 2006 5:11 PM Subject: JSF Performance Problems I grabbed the attachments from the original performance bug https

Re: JSF Performance Problems

2006-07-08 Thread Dennis Byrne
You may want to look at the wiki for this one. http://wiki.apache.org/myfaces/Performance Dennis Byrne -Original Message- From: jfaronson [mailto:[EMAIL PROTECTED] Sent: Saturday, July 8, 2006 08:11 PM To: users@myfaces.apache.org Subject: JSF Performance Problems I grabbed