[jboss-user] [JBoss Seam] - Re: Performance Profiler output for rendering dataTable with
mgrouch
do-not-reply at jboss.com
Sun Aug 26 22:25:53 EDT 2007
One more observation
During rendering table with h:dataTable it accesses number of other beans
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: record^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: recordList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.intercept.RootInterceptor] intercepted: recordList.getResultList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.recordList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.recordList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFacto
| ry, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}^M
when I render same table using UI:repeat
It does less work achieving same result.
Only these lines repeat (no access to other conmonents)
2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: record^M
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078193#4078193
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078193
More information about the jboss-user
mailing list