[jira] [Created] (TRINIDAD-2240) Add new namespace declaration http://xmlns.oracle.com/bali/xml/faces-metadata-extension at root element

2012-03-12 Thread Arjun Vade (Created) (JIRA)
Add new namespace declaration http://xmlns.oracle.com/bali/xml/faces-metadata-extension; at root element - Key: TRINIDAD-2240 URL:

[jira] [Updated] (TRINIDAD-2240) Add new namespace declaration http://xmlns.oracle.com/bali/xml/faces-metadata-extension at root element

2012-03-12 Thread Arjun Vade (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arjun Vade updated TRINIDAD-2240: - Status: Patch Available (was: Open) Add new namespace declaration

The maximum speed internet connection supported by myfaces

2012-03-12 Thread ayouB __
Hi every body, As you can see in the title of the subject, i'm asking about if MyFaces supports broadband and what the max speed it can supports, and please give the proof like a link to apach myfaces offcial website or something like that. PS : I'm working on a project based on myfaces

[jira] [Updated] (TRINIDAD-2194) Trinidad PPR blocking does not work with 2 clicks that post

2012-03-12 Thread Venkata Guddanti (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Guddanti updated TRINIDAD-2194: --- Status: Patch Available (was: Reopened) Trinidad PPR blocking does not work

Re: The maximum speed internet connection supported by myfaces

2012-03-12 Thread Grant Smith
Maximum speed ? That would be unlimited. As for the minimum.. it depends how patient you are waiting for a response from the server. On Mon, Mar 12, 2012 at 7:34 AM, ayouB __ ayb-2...@hotmail.fr wrote: Hi every body, As you can see in the title of the subject, i'm asking about if MyFaces

RE: The maximum speed internet connection supported by myfaces

2012-03-12 Thread ayouB __
hi smith, thanks for your reply :) it'll be nice if you can give me the proof please. thank you again. Date: Mon, 12 Mar 2012 08:00:18 -0800 Subject: Re: The maximum speed internet connection supported by myfaces From: work.gr...@gmail.com To: dev@myfaces.apache.org Maximum speed ? That

Re: The maximum speed internet connection supported by myfaces

2012-03-12 Thread Mark Struberg
Well, its as easy as just taking jmeter and benchmark it yourself! The performance of a webapp is depending on lots of parameters. The most important factor is how good the page is programmed - independent of which framework you use. JSF is capable to easily deliver enough performance for even

RE: The maximum speed internet connection supported by myfaces

2012-03-12 Thread ayouB __
I still wondering if there is a proof, i'm working on a repport about JSF(MyFaces) and i have absolutely give the proof to everything i'll note in. i hope you'll understand my situation and why i'm too insistent on this point :) Date: Mon, 12 Mar 2012 16:09:46 + From:

Re: The maximum speed internet connection supported by myfaces

2012-03-12 Thread Scott O'Bryan
Yeah, Mark is right. There is no 'meter' limiting bandwidth. We xmit data at whatever rate the servlet container lets us transmit at which should be close to the speed that your connection allows over the wire. The 'actual' speed of the output depends on both application and deployment of your

Re: The maximum speed internet connection supported by myfaces

2012-03-12 Thread Gerhard Petracek
short addition: you can have a look e.g. at [1]. there you can see one example for a large (public) site using myfaces. regards, gerhard [1] http://s.apache.org/nhS http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional

RE: The maximum speed internet connection supported by myfaces

2012-03-12 Thread ayouB __
Thank you all for your replies, I found that kind of caracteristics can't be measured, it depends as you said on the application and the deployement server, so to discover that we should put our application under some stress tests to push it to it limits and know its real assets and fails.

Re: The maximum speed internet connection supported by myfaces

2012-03-12 Thread Mark Struberg
Take a look at jmeter if you like to easily do performance testing: http://jmeter.apache.org/ There is also a myfaces wiki page which covers this topic: http://wiki.apache.org/myfaces/PerformanceTestingWithJMeter LieGrue strub From: ayouB __

[jira] [Commented] (MYFACES-3493) Cache info about non-existant resources in org.apache.myfaces.application.ResourceHandlerImpl.createResource()

2012-03-12 Thread Dmitry Kukushkin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13227703#comment-13227703 ] Dmitry Kukushkin commented on MYFACES-3493: --- In fact there is a use case:

Profiling tool for JSF

2012-03-12 Thread ayouB __
Hi every one, I'm asking if there is a possibility to do a profiling test for a jsf application (like what flash builder does for Adobe Flex), my question is about profiling only the prensentation layer build with MyFaces 2.1.6 + Richfaces 4 not the whole application (as it's known Adobe

[jira] [Commented] (MYFACES-3493) Cache info about non-existant resources in org.apache.myfaces.application.ResourceHandlerImpl.createResource()

2012-03-12 Thread Dmitry Kukushkin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13227713#comment-13227713 ] Dmitry Kukushkin commented on MYFACES-3493: --- here is the place where MyFaces

Re: Profiling tool for JSF

2012-03-12 Thread Kito Mann
Hello, What are you trying to measure that you can't get from a standard Java profiler? Or are you just trying to time parts of the life cycle? On Monday, March 12, 2012, ayouB __ ayb-2...@hotmail.fr wrote: Hi every one, I'm asking if there is a possibility to do a profiling test for a jsf

RE: Profiling tool for JSF

2012-03-12 Thread ayouB __
Hi, I want know if can i measure the memory size of my presentation layer (i give an example with Adobe Flex cause ActionScript Language is an Oriented Object Language so the presentation layer can be measured by measuring its patterns which are the ActionScript Objects), can we do this with

Re: Profiling tool for JSF

2012-03-12 Thread Gerhard Petracek
hi, first of all: welcome @ myfaces! since other (myfaces-) users might be interested in this topic as well, let's continue with this thread at the users-list (see [1] and/or [2]). regards, gerhard [1] http://myfaces.apache.org/mail-lists.html [2]

[jira] [Commented] (MYFACES-3493) Cache info about non-existant resources in org.apache.myfaces.application.ResourceHandlerImpl.createResource()

2012-03-12 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228069#comment-13228069 ] Leonardo Uribe commented on MYFACES-3493: - Interesting. One question, are you

[jira] [Created] (MYFACES-3498) create shared-public module

2012-03-12 Thread Leonardo Uribe (Created) (JIRA)
create shared-public module --- Key: MYFACES-3498 URL: https://issues.apache.org/jira/browse/MYFACES-3498 Project: MyFaces Core Issue Type: Improvement Components: build process Reporter:

[jira] [Created] (MYFACES-3499) create parent module to allow release shared submodules independently

2012-03-12 Thread Leonardo Uribe (Created) (JIRA)
create parent module to allow release shared submodules independently - Key: MYFACES-3499 URL: https://issues.apache.org/jira/browse/MYFACES-3499 Project: MyFaces Core

[jira] [Resolved] (MYFACES-3498) create shared-public module

2012-03-12 Thread Leonardo Uribe (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3498. - Resolution: Fixed Fix Version/s: 2.1.7 2.0.13 create

[jira] [Resolved] (MYFACES-3499) create parent module to allow release shared submodules independently

2012-03-12 Thread Leonardo Uribe (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3499. - Resolution: Fixed Fix Version/s: 2.1.7 2.0.13 create

[jira] [Commented] (MYFACES-3493) Cache info about non-existant resources in org.apache.myfaces.application.ResourceHandlerImpl.createResource()

2012-03-12 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228150#comment-13228150 ] Leonardo Uribe commented on MYFACES-3493: - I found the source of the problem in