[JBoss JIRA] (JBIDE-18904) Support launching of web browser with livereload on "Run As -> Run on Server"
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18904?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-18904:
-------------------------------------
Assignee: Xavier Coulon
> Support launching of web browser with livereload on "Run As -> Run on Server"
> -----------------------------------------------------------------------------
>
> Key: JBIDE-18904
> URL: https://issues.jboss.org/browse/JBIDE-18904
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: livereload
> Affects Versions: 4.2.0.Final
> Reporter: Vineet Reynolds
> Assignee: Xavier Coulon
> Fix For: 4.3.x
>
>
> The feature to launch apps deployed on JBoss instances, in a browser via LiveReload server is not easily discoverable.
> One needs to select the deployed app in the Servers view, open the context menu, and then select _Show In_ -> _Web Browser via LiveReload Server_. This is a bit tedious and not obvious to new users.
> It would be nice to have this feature discoverable in the _Run As_ -> _Run on Server_ menu itself. Users could be given a choice to launch the app in the browser (default, so users see localhost:8080/<app>/<welcome-page> as usual), or launch the browser via LiveReload server.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (JBIDE-18904) Support launching of web browser with livereload on "Run As -> Run on Server"
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18904?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-18904:
----------------------------------
Fix Version/s: 4.3.x
> Support launching of web browser with livereload on "Run As -> Run on Server"
> -----------------------------------------------------------------------------
>
> Key: JBIDE-18904
> URL: https://issues.jboss.org/browse/JBIDE-18904
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: livereload
> Affects Versions: 4.2.0.Final
> Reporter: Vineet Reynolds
> Assignee: Xavier Coulon
> Fix For: 4.3.x
>
>
> The feature to launch apps deployed on JBoss instances, in a browser via LiveReload server is not easily discoverable.
> One needs to select the deployed app in the Servers view, open the context menu, and then select _Show In_ -> _Web Browser via LiveReload Server_. This is a bit tedious and not obvious to new users.
> It would be nice to have this feature discoverable in the _Run As_ -> _Run on Server_ menu itself. Users could be given a choice to launch the app in the browser (default, so users see localhost:8080/<app>/<welcome-page> as usual), or launch the browser via LiveReload server.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (JBIDE-18857) Java EE 7 Batch support
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18857?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-18857:
-----------------------------------------------
Batch uses annotation javax.inject.Named on Java classes. We have it processed in CDI tools, but batch project can do without CDI, as javax.inject.Named does not require CDI.
It seems we may need nature/facet/builder for a Batch project. Batch tools should not depend on whether the project has or not CDI nature/facet.
Batch project definitely needs its own model which should collect Batch specific objects and should be built by some builder.
There is a way to avoid Batch nature/builder - use extension to KB nature/builder. KB nature now is attached to all projects that would use in full JBoss Tools capabilities. So, kb plugin may define interfaces and extension point for models that would be stored/accessed through KBModel, and had their builders called through KBBuilder. Theoretically, CDI model/builder could be also implemented in this way.
So, here is choice for voting.
1. New nature/builder for projects with Batch capabilities.
2. Framework that uses KB nature/builder to access and build projects with Batch capabilities (detected by Batch specific libraries).
3. Just manage Batch model through JDT's IElementChangedListener - this approach will have bad performance for large projects (but maybe Batch projects are small?)
4. ...
I would prefer (1) as most straitforward and Eclipse-like, but ready to implement any of the choices.
[~maxandersen], [~akazakov], please take a look.
> Java EE 7 Batch support
> -----------------------
>
> Key: JBIDE-18857
> URL: https://issues.jboss.org/browse/JBIDE-18857
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: batch
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.3.x
>
>
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-575) Add abstract to JBDS CP articles
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-575:
----------------------------------------
Summary: Add abstract to JBDS CP articles
Key: TOOLSDOC-575
URL: https://issues.jboss.org/browse/TOOLSDOC-575
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Enhancement
Components: General documentation issues
Affects Versions: 4.2.0.Final
Reporter: Michelle Murray
Assignee: Michelle Murray
There is an abstract field for CP articles. It's important that this is filled in. If the article is only accessible to subscribers that users no signed in will only see the abstract.
Check existing articles:
* Create First OS App
* Configure JBDS for EAP and WFK
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-574) OpenShift How To: naming error {project name} <> {application name}
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-574?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-574:
-------------------------------------
Description:
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, (A) {noformat}{application name}{noformat}
* In Servers view, (A) {noformat}{application name} at OpenShift{noformat}
* In Project Explorer view, (P) {noformat}{project name}{noformat}
* In Navigator view, (P) {noformat}{project name}{noformat}
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {project name} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
** Right-click the application *x2*
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** In the Servers view, right-click the server adapter for the application and click Publish.
** right-clicking the server adapter of the application in the Servers view
* *Configure SSH Keys for OpenShift Online*
** Nothing
was:
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, (A) {noformat}{application name}{noformat}
* In Servers view, (A) {noformat}{application name} at OpenShift{noformat}
* In Project Explorer view, (P) {noformat}{project name}{noformat}
* In Navigator view, (P) {noformat}{project name}{noformat}
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {project name} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** Nothing
* *Configure SSH Keys for OpenShift Online*
** Nothing
> OpenShift How To: naming error {project name} <> {application name}
> -------------------------------------------------------------------
>
> Key: TOOLSDOC-574
> URL: https://issues.jboss.org/browse/TOOLSDOC-574
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
> * In OpenShift Explorer view, (A) {noformat}{application name}{noformat}
> * In Servers view, (A) {noformat}{application name} at OpenShift{noformat}
> * In Project Explorer view, (P) {noformat}{project name}{noformat}
> * In Navigator view, (P) {noformat}{project name}{noformat}
> The following How Tos need updating to reflect that:
> * *Create First OSO App*
> ** Nothing
> * *Develop an Existing OpenShift Online Application*
> ** In the Servers view, right-click {project name} at OpenShift and click Publish.
> ** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
> ** Right-click the application *x2*
> * *Custom Publish Your OpenShift Online App*
> ** In the Project Explorer view, right-click {application name} and
> ** In the Navigator view, expand {application name} > .openshift.
> * *Debug an OpenShift Online Java App*
> ** In the Servers view, right-click the server adapter for the application and click Publish.
> ** right-clicking the server adapter of the application in the Servers view
> * *Configure SSH Keys for OpenShift Online*
> ** Nothing
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-574) OpenShift How To: naming error {project name} <> {application name}
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-574?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-574:
-------------------------------------
Summary: OpenShift How To: naming error {project name} <> {application name} (was: OpenShift How To: typo {project name} <> {application name})
> OpenShift How To: naming error {project name} <> {application name}
> -------------------------------------------------------------------
>
> Key: TOOLSDOC-574
> URL: https://issues.jboss.org/browse/TOOLSDOC-574
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
> * In OpenShift Explorer view, (A) {noformat}{application name}{noformat}
> * In Servers view, (A) {noformat}{application name} at OpenShift{noformat}
> * In Project Explorer view, (P) {noformat}{project name}{noformat}
> * In Navigator view, (P) {noformat}{project name}{noformat}
> The following How Tos need updating to reflect that:
> * *Create First OSO App*
> ** Nothing
> * *Develop an Existing OpenShift Online Application*
> ** In the Servers view, right-click {project name} at OpenShift and click Publish.
> ** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
> * *Custom Publish Your OpenShift Online App*
> ** In the Project Explorer view, right-click {application name} and
> ** In the Navigator view, expand {application name} > .openshift.
> * *Debug an OpenShift Online Java App*
> ** Nothing
> * *Configure SSH Keys for OpenShift Online*
> ** Nothing
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-574) OpenShift How To: typo {project name} <> {application name}
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-574?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-574:
-------------------------------------
Description:
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, (A) {noformat}{application name}{noformat}
* In Servers view, (A) {noformat}{application name} at OpenShift{noformat}
* In Project Explorer view, (P) {noformat}{project name}{noformat}
* In Navigator view, (P) {noformat}{project name}{noformat}
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {project name} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** Nothing
* *Configure SSH Keys for OpenShift Online*
** Nothing
was:
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, {noformat}{application name}{noformat} (A)
* In Servers view, {noformat}{application name} at OpenShift{noformat} (A)
* In Project Explorer view, {noformat}{project name}{noformat} (P)
* In Navigator view, {noformat}{project name}{noformat} (P)
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {noformat}{project name}{noformat} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** Nothing
* *Configure SSH Keys for OpenShift Online*
** Nothing
> OpenShift How To: typo {project name} <> {application name}
> -----------------------------------------------------------
>
> Key: TOOLSDOC-574
> URL: https://issues.jboss.org/browse/TOOLSDOC-574
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
> * In OpenShift Explorer view, (A) {noformat}{application name}{noformat}
> * In Servers view, (A) {noformat}{application name} at OpenShift{noformat}
> * In Project Explorer view, (P) {noformat}{project name}{noformat}
> * In Navigator view, (P) {noformat}{project name}{noformat}
> The following How Tos need updating to reflect that:
> * *Create First OSO App*
> ** Nothing
> * *Develop an Existing OpenShift Online Application*
> ** In the Servers view, right-click {project name} at OpenShift and click Publish.
> ** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
> * *Custom Publish Your OpenShift Online App*
> ** In the Project Explorer view, right-click {application name} and
> ** In the Navigator view, expand {application name} > .openshift.
> * *Debug an OpenShift Online Java App*
> ** Nothing
> * *Configure SSH Keys for OpenShift Online*
> ** Nothing
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-574) OpenShift How To: typo {project name} <> {application name}
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-574?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-574:
-------------------------------------
Description:
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, {noformat}{application name}{noformat} (A)
* In Servers view, {noformat}{application name} at OpenShift{noformat} (A)
* In Project Explorer view, {noformat}{project name}{noformat} (P)
* In Navigator view, {noformat}{project name}{noformat} (P)
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {noformat}{project name}{noformat} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** Nothing
* *Configure SSH Keys for OpenShift Online*
** Nothing
was:
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, {application name} (A)
* In Servers view, {application name} at OpenShift (A)
* In Project Explorer view, {project name} (P)
* In Navigator view, {project name} (P)
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {project name} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** Nothing
* *Configure SSH Keys for OpenShift Online*
** Nothing
> OpenShift How To: typo {project name} <> {application name}
> -----------------------------------------------------------
>
> Key: TOOLSDOC-574
> URL: https://issues.jboss.org/browse/TOOLSDOC-574
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
> * In OpenShift Explorer view, {noformat}{application name}{noformat} (A)
> * In Servers view, {noformat}{application name} at OpenShift{noformat} (A)
> * In Project Explorer view, {noformat}{project name}{noformat} (P)
> * In Navigator view, {noformat}{project name}{noformat} (P)
> The following How Tos need updating to reflect that:
> * *Create First OSO App*
> ** Nothing
> * *Develop an Existing OpenShift Online Application*
> ** In the Servers view, right-click {noformat}{project name}{noformat} at OpenShift and click Publish.
> ** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
> * *Custom Publish Your OpenShift Online App*
> ** In the Project Explorer view, right-click {application name} and
> ** In the Navigator view, expand {application name} > .openshift.
> * *Debug an OpenShift Online Java App*
> ** Nothing
> * *Configure SSH Keys for OpenShift Online*
> ** Nothing
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-574) OpenShift How To: typo {project name} <> {application name}
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-574:
----------------------------------------
Summary: OpenShift How To: typo {project name} <> {application name}
Key: TOOLSDOC-574
URL: https://issues.jboss.org/browse/TOOLSDOC-574
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Bug
Components: User Guide - OpenShift Tools
Affects Versions: 4.2.0.Final
Reporter: Michelle Murray
Assignee: Michelle Murray
Based on having a project in the workspace with name P and using it to create an OpenShift Online application A, the naming outcome is as follows:
* In OpenShift Explorer view, {application name} (A)
* In Servers view, {application name} at OpenShift (A)
* In Project Explorer view, {project name} (P)
* In Navigator view, {project name} (P)
The following How Tos need updating to reflect that:
* *Create First OSO App*
** Nothing
* *Develop an Existing OpenShift Online Application*
** In the Servers view, right-click {project name} at OpenShift and click Publish.
** You can also open the OpenShift application in a web browser from the Servers view by right-clicking {project name} at OpenShift
* *Custom Publish Your OpenShift Online App*
** In the Project Explorer view, right-click {application name} and
** In the Navigator view, expand {application name} > .openshift.
* *Debug an OpenShift Online Java App*
** Nothing
* *Configure SSH Keys for OpenShift Online*
** Nothing
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months
[JBoss JIRA] (TOOLSDOC-439) Reword instructions for all Preference window uses
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-439?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-439:
-------------------------------------
Sprint: 2014/S23 (8-Dec > 21-Dec)
> Reword instructions for all Preference window uses
> --------------------------------------------------
>
> Key: TOOLSDOC-439
> URL: https://issues.jboss.org/browse/TOOLSDOC-439
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Enhancement
> Components: Getting Started Guide, Installation Guide, Migration Guide, User Guide
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.2.x
>
>
> Raised by [~mmalina] as part of JBQA-8676:
> {quote}
> I have just one minor comment on the Central chapter:
> JBoss Central and the JBoss Perspective
> 2.3.4. Use Project Examples when Working Offline
> "To create the cache, click Window→Preferences. Expand JBoss Tools→Project Examples and select Offline Support."
> It took me a minute to find the Offline support because this wording let me to expect that it's something in the Project Examples panel. Instead, it's a separate page in the preferences window. So I would suggest "Expand JBoss Tools→Project Examples→Offline Support."
> {quote}
> Suggestion is to apply this change at every mention of Preference pane expansion for clarity and consistency.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 6 months