[JBoss JIRA] (JBIDE-18188) HTML5 Palette: filter to show only palette groups for which libraries are defined on the page
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18188?page=com.atlassian.jira.plugi... ]
Daniel Azarov commented on JBIDE-18188:
---------------------------------------
[~vpakan], do you see Ionic Palette Group without filter button pressed?
> HTML5 Palette: filter to show only palette groups for which libraries are defined on the page
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-18188
> URL: https://issues.jboss.org/browse/JBIDE-18188
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.x
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
> Attachments: Filter1.png, Filter2.png
>
>
> *Test case 1:*
> 1. Open empty html file in Visual Page Editor and make sure button "Show only palette groups for which libraries are defined on the page" is not selected
> {code}
> {code}
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. jQuery Mobile 1.4
> 3. HTML 5.0
> 2. Press the button "Show only palette groups for which libraries are defined on the page"
> ASSERT:
> No Palette groups are visible in HTML 5 Palette
> *Test case 2:*
> 1. Open follow html file in Visual Page Editor and make sure button "Show only palette groups for which libraries are defined on the page" is not selected
> {code:html}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.ionicframework.com/1.0.0-beta.13/css/ionic.css" />
> <script src="http://code.ionicframework.com/1.0.0-beta.13/js/ionic.bundle.js"></script>
> <meta charset="UTF-8">
> <title>Insert title here</title>
> </head>
> <body>
> </body>
> </html>
> {code}
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. jQuery Mobile 1.4
> 3. HTML 5.0
> 2. Press the button "Show only palette groups for which libraries are defined on the page"
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. HTML 5.0
> *Test case 3:*
> 1. Open follow html file in Visual Page Editor and make sure button "Show only palette groups for which libraries are defined on the page" is not selected
> {code:html}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css" />
> <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
> <meta charset="UTF-8">
> <title>Insert title here</title>
> </head>
> <body>
> </body>
> </html>
> {code}
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. jQuery Mobile 1.4
> 3. HTML 5.0
> 2. Press the button "Show only palette groups for which libraries are defined on the page"
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. jQuery Mobile 1.4
> 2. HTML 5.0
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3354) Seam 2 is still included in JBDS 9 Alpha1 installed from jar
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3354?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov commented on JBDS-3354:
--------------------------------------
Seam 3 tools supports a lot of Seam3 CDI extensions.
For example:
- Seam Solder: JBIDE-8195 (@Veto, @Requires, @Exact, @MessageLogger, @MessageBundle, @DefaultBean, @Unwraps, @ServiceHandlerType, @FullyQualified, @Resource, etc.)
- sea-beans.xml editor: JBIDE-3120
- Seam Servlet
- Seam Persistence
- etc.
Here you can find a full list of implemented features:
- http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M1.html
- http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M2.html
- http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M3.html
- http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M4.html
- http://docs.jboss.org/tools/whatsnew/cdi/cdi-news-3.3.0.M5.html
We spent a lot of time to make an advance Seam 3 Tools. But I wander if anybody uses Seam 3 (I mean Seam 3 runtime, not our tools for it) at all?
> Seam 2 is still included in JBDS 9 Alpha1 installed from jar
> ------------------------------------------------------------
>
> Key: JBDS-3354
> URL: https://issues.jboss.org/browse/JBDS-3354
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: build, cdi, seam
> Affects Versions: 9.0.0.Alpha1
> Reporter: Martin Malina
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 9.0.0.Alpha2
>
>
> It seems to me that we removed the wrong feature.
> This is JBDS 8.0.2:
> {code}
> nattura:features rasp$ ls |grep seam
> org.jboss.tools.cdi.seam.feature_1.6.1.Final-v20141209-0505-B79
> org.jboss.tools.maven.seam.feature_1.6.1.Final-v20150109-2320-B116
> org.jboss.tools.runtime.seam.detector.feature_3.6.1.Final-v20141209-0505-B79
> org.jboss.tools.seam.feature_3.6.1.Final-v20141209-0505-B79
> {code}
> And this is JBDS 9.0.0.Alpha1 B11:
> {code}
> nattura:features rasp$ ls |grep seam
> org.jboss.tools.seam.feature_3.7.0.Alpha1-v20150213-0551-B3
> {code}
> When you look at plugins, it looks as follows:
> JBDS 8.0.2:
> {code}
> nattura:plugins rasp$ ls|grep seam
> org.jboss.tools.cdi.seam.config.core_1.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.cdi.seam.config.ui_1.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.cdi.seam.core_1.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.cdi.seam.faces.core_1.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.cdi.seam.solder.core_1.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.cdi.seam.text.ext_1.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.jsf.vpe.seam_3.6.1.Final-v20141209-0505-B79
> org.jboss.tools.maven.seam_1.6.1.Final-v20150109-2320-B116.jar
> org.jboss.tools.runtime.seam.detector_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.core_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.pages.xml_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.text.ext_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.ui.pages_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.ui_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.xml.ui_3.6.1.Final-v20141209-0505-B79.jar
> org.jboss.tools.seam.xml_3.6.1.Final-v20141209-0505-B79.jar
> {code}
> JBDS 9.0.0.Alpha1 B11:
> {code}
> nattura:plugins rasp$ ls|grep seam
> org.jboss.tools.cdi.seam.solder.core_1.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.jsf.vpe.seam_3.7.0.Alpha1-v20150213-0551-B3
> org.jboss.tools.seam.core_3.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.seam.pages.xml_3.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.seam.text.ext_3.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.seam.ui.pages_3.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.seam.ui_3.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.seam.xml.ui_3.7.0.Alpha1-v20150213-0551-B3.jar
> org.jboss.tools.seam.xml_3.7.0.Alpha1-v20150213-0551-B3.jar
> {code}
> For JBoss Tools, both are there (seam and cdi.seam) - I'm not sure if that's intentional. Is there a JIRA for dropping seam?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18915) Create Icons for Batch tools
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18915?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-18915:
----------------------------------
Attachment: (was: plan.png)
> Create Icons for Batch tools
> ----------------------------
>
> Key: JBIDE-18915
> URL: https://issues.jboss.org/browse/JBIDE-18915
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Reporter: Viacheslav Kabanovich
> Assignee: Daniel Azarov
> Fix For: 4.3.0.Alpha1
>
> Attachments: batchlet.png, batch_editor.png, batch_editor_icon.png, batch_icon16.png, batch_node_icon.png, checkpoint-algorithm.png, chunk.png, decision.png, end.png, fail.png, flow.png, listener.png, listeners.png, next.png, partition.png, processor.png, properties.png, property.png, reader.png, split.png, step.png, stop.png, writer.png
>
>
> batch_icon16.png - file batch.xml (initial image is attached, it can be replaced or used)
> * *batchlet.png* - 'batchlet' element specifies a task-oriented batch step
> * *checkpoint-algorithm.png* - an optional custom checkpoint algorithm that may be used to provide a checkpoint decision based on factors other than only number of items, or amount of time
> * *chunk.png* - kind of step that processes multiple items and is periodically checkpointed by the batch runtime according to a configured checkpoint policy
> * *decision.png* - decision provides a customized way of determining sequencing among steps, flows, and splits (batch status is set to FAILED)
> * *end.png* - end element is used to terminate the job at the current step (batch status is set to COMPLETED)
> * *fail.png* - fail element is used to terminate the job at the conclusion of the current step or flow
> * *flow.png* - flow defines a sequence of execution elements that execute together as a unit
> * *job.png* - root node of file batch.xml, it may be the same as batch_icon16.png
> * *listeners.png* - folder for listeners
> * *listener.png* - job listener
> * *next.png* - transition element that defines condition and target for transition to next step.
> * *partition.png* - 'partition' element specifies that a step is a partitioned step
> * *processor.png* - 'processor' element specifies the item processor for a chunk step
> * *properties.png* - folder for properties
> * *property.png* - common 'name'='value' object.
> * *reader.png* - 'reader' element specifies the item reader for a chunk step
> * *split.png* - split defines a set of flows that execute concurrently
> * *step.png* - 'step' element identifies a job step, job may contain any number of steps
> * *stop.png* - stop element is used to terminate the job after the current step or flow (batch status is set to STOPPED), optionally defines step at which job can be restarted
> * *writer.png* - 'writer' element specifies the item writer for a chunk step
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18915) Create Icons for Batch tools
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18915?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-18915:
----------------------------------
Attachment: (was: reducer.png)
> Create Icons for Batch tools
> ----------------------------
>
> Key: JBIDE-18915
> URL: https://issues.jboss.org/browse/JBIDE-18915
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Reporter: Viacheslav Kabanovich
> Assignee: Daniel Azarov
> Fix For: 4.3.0.Alpha1
>
> Attachments: batchlet.png, batch_editor.png, batch_editor_icon.png, batch_icon16.png, batch_node_icon.png, checkpoint-algorithm.png, chunk.png, decision.png, end.png, fail.png, flow.png, listener.png, listeners.png, next.png, partition.png, processor.png, properties.png, property.png, reader.png, split.png, step.png, stop.png, writer.png
>
>
> batch_icon16.png - file batch.xml (initial image is attached, it can be replaced or used)
> * *batchlet.png* - 'batchlet' element specifies a task-oriented batch step
> * *checkpoint-algorithm.png* - an optional custom checkpoint algorithm that may be used to provide a checkpoint decision based on factors other than only number of items, or amount of time
> * *chunk.png* - kind of step that processes multiple items and is periodically checkpointed by the batch runtime according to a configured checkpoint policy
> * *decision.png* - decision provides a customized way of determining sequencing among steps, flows, and splits (batch status is set to FAILED)
> * *end.png* - end element is used to terminate the job at the current step (batch status is set to COMPLETED)
> * *fail.png* - fail element is used to terminate the job at the conclusion of the current step or flow
> * *flow.png* - flow defines a sequence of execution elements that execute together as a unit
> * *job.png* - root node of file batch.xml, it may be the same as batch_icon16.png
> * *listeners.png* - folder for listeners
> * *listener.png* - job listener
> * *next.png* - transition element that defines condition and target for transition to next step.
> * *partition.png* - 'partition' element specifies that a step is a partitioned step
> * *processor.png* - 'processor' element specifies the item processor for a chunk step
> * *properties.png* - folder for properties
> * *property.png* - common 'name'='value' object.
> * *reader.png* - 'reader' element specifies the item reader for a chunk step
> * *split.png* - split defines a set of flows that execute concurrently
> * *step.png* - 'step' element identifies a job step, job may contain any number of steps
> * *stop.png* - stop element is used to terminate the job after the current step or flow (batch status is set to STOPPED), optionally defines step at which job can be restarted
> * *writer.png* - 'writer' element specifies the item writer for a chunk step
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18915) Create Icons for Batch tools
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18915?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-18915:
----------------------------------
Attachment: (was: retryable-exception-classes.png)
> Create Icons for Batch tools
> ----------------------------
>
> Key: JBIDE-18915
> URL: https://issues.jboss.org/browse/JBIDE-18915
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Reporter: Viacheslav Kabanovich
> Assignee: Daniel Azarov
> Fix For: 4.3.0.Alpha1
>
> Attachments: batchlet.png, batch_editor.png, batch_editor_icon.png, batch_icon16.png, batch_node_icon.png, checkpoint-algorithm.png, chunk.png, decision.png, end.png, fail.png, flow.png, listener.png, listeners.png, next.png, partition.png, processor.png, properties.png, property.png, reader.png, split.png, step.png, stop.png, writer.png
>
>
> batch_icon16.png - file batch.xml (initial image is attached, it can be replaced or used)
> * *batchlet.png* - 'batchlet' element specifies a task-oriented batch step
> * *checkpoint-algorithm.png* - an optional custom checkpoint algorithm that may be used to provide a checkpoint decision based on factors other than only number of items, or amount of time
> * *chunk.png* - kind of step that processes multiple items and is periodically checkpointed by the batch runtime according to a configured checkpoint policy
> * *decision.png* - decision provides a customized way of determining sequencing among steps, flows, and splits (batch status is set to FAILED)
> * *end.png* - end element is used to terminate the job at the current step (batch status is set to COMPLETED)
> * *fail.png* - fail element is used to terminate the job at the conclusion of the current step or flow
> * *flow.png* - flow defines a sequence of execution elements that execute together as a unit
> * *job.png* - root node of file batch.xml, it may be the same as batch_icon16.png
> * *listeners.png* - folder for listeners
> * *listener.png* - job listener
> * *next.png* - transition element that defines condition and target for transition to next step.
> * *partition.png* - 'partition' element specifies that a step is a partitioned step
> * *processor.png* - 'processor' element specifies the item processor for a chunk step
> * *properties.png* - folder for properties
> * *property.png* - common 'name'='value' object.
> * *reader.png* - 'reader' element specifies the item reader for a chunk step
> * *split.png* - split defines a set of flows that execute concurrently
> * *step.png* - 'step' element identifies a job step, job may contain any number of steps
> * *stop.png* - stop element is used to terminate the job after the current step or flow (batch status is set to STOPPED), optionally defines step at which job can be restarted
> * *writer.png* - 'writer' element specifies the item writer for a chunk step
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months