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

RE: JSF Performance Problems

2006-07-09 Thread Dhananjay Prasanna
I think the point is that the median time keeps rising. Whereas in JSP it doesn't, signifying some kind of leak in myfaces or the use of it... On a pure performance level I'd love to see how JSF stacks against Tapestry which takes a pooled-backing bean approach. I am convinced that creating and d

Re: Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-09 Thread Andrew Robinson
There is no reason to have to create the node as an inner class. I did it for speed sake as I was extremely short on time at work. The outer class had the model, and method to load the children nodes, so it was the most expedient place to put it. If you don't have it as and inner class you would j

RE: Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-09 Thread Todd Patrick
In your example, you have the FolderNode as an inner class, does it have to be? Couldn't I have the following separate class files: FolderNode FileNode BaseTreeNode In Step 2: create the directory node (inner class) - isn't this the same as the FolderNode example at the bottom of your blog, exce

Re: Currrent Best Available Version of MyFaces

2006-07-09 Thread Matthias Wessendorf
Well dude, we just posted a RC for myfaces core [1] http://people.apache.org/~matzew/myfaces/core/ you may take a look, because MyFaces 1.1.3 is not usable (IMO) -Matt On 7/9/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: but myfaces core 1.1.3 has a blocker bug, so not really usable. -M

Re: Style not getting reflected.

2006-07-09 Thread ldr
I have the same problem, when the panelnavigation2 is inside a form... did u find a solution? /ldr_ -- View this message in context: http://www.nabble.com/Style-not-getting-reflected.-tf1029954.html#a5244045 Sent from the MyFaces - Users forum at Nabble.com.

panelnavigation2 stylesheet not working in form?

2006-07-09 Thread ldr
When panelNavition2 is inside a form the stylesheet doesnt work? do anyone know a workaround for this problem? thanks in advance, ldr_ -- View this message in context: http://www.nabble.com/panelnavigation2-stylesheet-not-working-in-form--tf1915469.html#a5243964 Sent from the MyFaces - Users fo

Re: Currrent Best Available Version of MyFaces

2006-07-09 Thread Matthias Wessendorf
but myfaces core 1.1.3 has a blocker bug, so not really usable. -Matt On 7/9/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: On 7/8/06, iSquareOne LLC <[EMAIL PROTECTED]> wrote: > Another thing is we experienced problem with f:inputDate > f:inputCalendar, and eventually we gave that up and us

Re: Currrent Best Available Version of MyFaces

2006-07-09 Thread Mike Kienenberger
On 7/8/06, iSquareOne LLC <[EMAIL PROTECTED]> wrote: Another thing is we experienced problem with f:inputDate f:inputCalendar, and eventually we gave that up and use inputText instead. Is there any improvement on these two tags? inputCalendar bugs were fixed right after the 1.1.1 release, so u

Re: JSF Performance Problems

2006-07-09 Thread Matthias Wessendorf
Faclets gives you +10 -> 15% more On 7/9/06, Yee CN <[EMAIL PROTECTED]> wrote: Is the result with Myfaces/JSP? Can somebody provide performance comparison with Myfaces/Facelets? JSF is still a new technology, and there are still plenty of rooms for improvements. Furthermore the performan

Re: Large trees

2006-07-09 Thread Andrew Robinson
Have a look at the WIKI: http://wiki.apache.org/myfaces/Tree2 Tree2 doesn't support AJAX at the moment, but there has been some discussion for the future. On 7/9/06, O K <[EMAIL PROTECTED]> wrote: I am working at a project that require very large trees. Which alternative to tree2 are avaible a

users@myfaces.apache.org

2006-07-09 Thread Garner Shawn
I found the problem. navigationMenuItems does NOT work when embedded inside another navigationMenuItem tag It does however work if it is only inside the panelNavigation2 tag. Doesn't this menu system support embedded menu items? If it is suppose to support it then can somebody report this as a

Large trees

2006-07-09 Thread O K
I am working at a project that require very large trees. Which alternative to tree2 are avaible at the moment? And will tree2 support AJAX in the future?

RE: JSF Performance Problems

2006-07-09 Thread Yee CN
Is the result with Myfaces/JSP?  Can somebody provide performance comparison with Myfaces/Facelets?   JSF is still a new technology, and there are still plenty of rooms for improvements. Furthermore the performance differential won’t be as drastic once we factor in business logic, persist

RE: Strange Action Behaviour (Infinite Loop?) - Potentially Navigation Problem, Still need help!

2006-07-09 Thread Daniel Murley
Hi All, Still havn't resolved the issue below, but have discovered something interesting about it. The button (which sits in a tile) navigates to another page which displays a set of search results. When you click on this button again, and it attempts to navigate again, it falls into the loop bel