[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-5202) Smooks editor - Change "overview" page to be "options" page

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Wed Nov 18 18:01:29 EST 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-5202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fitzpatrick updated JBIDE-5202:
-------------------------------------


Delivered fix today to move the Overview page to become the Options page. Spoke at length with Tom and we scaled back on many of the available options for this release, boiling it down to the Smooks version and a couple of options to set two global properties.

#  stream.filter.type Determines the type of processing model that will be used. Either SAX or DOM. Please refer to Filtering Process Selection for more information about the processing models. Default is DOM.
# default.serialization.on: Determines if default serialization should be switched on (default "true"). Default serialization being turned on simply tells Smooks to locate a StreamResult (or DOMResult) in the Result objects provided to the Smooks.filterSource method and to, by default, serialize all events to that Result. This behavior can be turned off using this global configuration parameter and can be overriden on a per fragment basis by targetting a Visitor implementation at that fragment that takes ownership of the Result writer (in the case of SAX filtering), or simply modifies the DOM (in the case of DOM filtering). As an example of this, see the FreeMarkerTemplateProcessor. 

There are now two controls - a combo box for the SAX or DOM selection, with SAX being the default per Tom's suggestion. And a checkbox for setting default serialization. 

Will leave this open for a day or so in case we find issues with the code I delivered.

> Smooks editor - Change "overview" page to be "options" page
> -----------------------------------------------------------
>
>                 Key: JBIDE-5202
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5202
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: smooks
>    Affects Versions: 3.1.0.M4
>            Reporter: Brian Fitzpatrick
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.1.0.CR1
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 1) Initially change the name of the "Overview" page to "Options" and move it to be before the "Source" page
> 2) pare down the # of properties available to change on the page
> (Spin these off into separate JIRAs)
> 3) Move these properties into the properties view 
> 4) and wire properties to objects in the Outline view

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

        


More information about the jbosstools-issues mailing list