[
https://jira.jboss.org/jira/browse/JBIDE-5258?page=com.atlassian.jira.plu...
]
Tom Fennelly commented on JBIDE-5258:
-------------------------------------
Had another thought on this... instead of adding the graph specific configs as a global
<params><param>, we could create a dedicated <resource-config> element
that the editor could manage. Would not effect the core runtime at all... it would just
ignore it.
Example:
<smooks-resource-list
xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd">
<!-- All other configs..... -->
<resource-config selector="jbt.smooks.config"
namepsace="http://www.jboss.org/tools/smooks">
<param name="inputType">json</param>
<param name="inputFile">.....</param>
<param name="graph">
<figure height="0" id="BeanType_orderItems"
width="0" x="593" y="99"/>
<figure height="0" id="BeanType_order" width="0"
x="418" y="50"/>
<figure height="0" id="BeanType_orderItem"
width="0" x="583" y="205"/>
<figure height="0" id="BeanType_customer" width="0"
x="418" y="338"/>
<figure height="0" id="BeanType_header" width="0"
x="418" y="139"/>
<figure height="0" id="order" width="0"
x="50" y="51"/>
<figure height="0" id="freemarker_freemarker0"
width="0" x="783" y="86"/>
</param>
</resource-config>
</smooks-resource-list>
Remove the need for the <graphic> configs in the Smooks config
--------------------------------------------------------------
Key: JBIDE-5258
URL:
https://jira.jboss.org/jira/browse/JBIDE-5258
Project: Tools (JBoss Tools)
Issue Type: Task
Components: smooks
Reporter: Tom Fennelly
Assignee: Xue Peng
Fix For: 3.1.0.CR1
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
All of this info can be stored in the global <params> section of the Smooks config,
removing the need for the extra config namespace.
This JIRA depends on another JIRA that Dart is working on (but I can't find) wrt to
using the Smooks config namespaces to work out what nodes are on the process graph. After
resolving that JIRA, we're only left with input config and node layout info in the
<graphics> section, which can all be stored in one or more <param> elements in
the <params> section.
--
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