[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7021) Low perfomance of validation for web pages

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Sep 15 15:47:28 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-7021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12551112#action_12551112 ] 

Alexey Kazakov commented on JBIDE-7021:
---------------------------------------

JSF/Seam/CDI validators revalidate unchanged files in following cases only:
1.) Clean/Build on the project.
2.) Manual validation on the resource.
3.) JSF EL validator could revalidate ELs from unchanged files. For example:
- We have Comp1.java with @Name("comp1") and page.xhtml with #{comp1.foo}
- Comp1.java is changed.
- Then we will revalidate #{comp1.foo} in page.xhtml (not the entire page but only relevant ELs).
The same for Seam, CDI validators. If we changed some stereotype then we will revalidate all the beans that use it, etc. 

> Low perfomance of validation for web pages
> ------------------------------------------
>
>                 Key: JBIDE-7021
>                 URL: https://jira.jboss.org/browse/JBIDE-7021
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.2.0.Beta
>            Reporter: Maxim Areshkau
>            Assignee: Maxim Areshkau
>             Fix For: 3.3.x
>
>
> #1 import project https://svn.jboss.org/repos/jbosstools/trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest into workspace;
> #2 try to call validate on jsfTest/WebContent
> #3 it takes about 60-90 seconds to validate this folder whith JBoss Tools plugins and 7-13 seconds without JBoss Tools just with WPT installed.
> So looks like we need to do smth for speeding up the validation process.
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list