]
Max Rydahl Andersen commented on JBTIS-523:
-------------------------------------------
If the Fuse perspective would actually have the editor area default available so Central
should show up which actually can guide/help the user then i don't see much problems.
EVeryone just need to be aware this will only work for the Fuse Installer, not for
everywhere else users will install from.
This is why I think the idea we've talked about in the past to actually have Central
know about what kind of user your are and reorder its wizards/quickstarts based on your
priorities/profile. i.e. are you a 80% Fuse 20% EAP then you dont get to see Teiid, or if
you are 100% Teiid then all EAP and Fuse is shown last if at all.
But even before that - make Fuse quickstarts available from central. That would be much
better since Fuse IDE don't support multiple versions of quickstarts, but central
does.
Create a demonstration/ prototype installer for Fuse Tooling support
--------------------------------------------------------------------
Key: JBTIS-523
URL:
https://issues.jboss.org/browse/JBTIS-523
Project: JBoss Tools Integration Stack
Issue Type: Enhancement
Components: distribution
Affects Versions: 9.0.0.GA
Reporter: Paul Leacu
Assignee: Paul Leacu
Priority: Optional
Attachments: sai1.png
The PM management team (Ken Johnson, [~crobson] [~john.graham]) has asked for an install
scenario that's tailored to a specific product set (i.e. Fuse Tooling) with the fewest
number of decision points possible. Further they'd like the install experience to
leave the user with the product-specific Eclipse perspective (ready-to-go).
Clearly the new prototype stand-alone JBDSIS installer seems like a good place to start.
The latest prototype:
https://devstudio.redhat.com/9.0/snapshots/updates/integration-stack/9.0....
Provides a one-stop experience to get both the JBDS core and JBDS IS (including the Fuse
Tooling product components as Early Access). To reduce the installation steps by one,
there exists:
https://devstudio.redhat.com/9.0/snapshots/updates/integration-stack/9.0....
This installer has the Fuse Tooling pre-selected. A future option here would be to
create an installer with *just* the Fuse Tooling components available. Another future
option would be to change the default perspective to the component-specific perspective
(i.e. Fuse Integration perspective) in the generated installer.
Here's a usability scenario targeting Fuse Tooling:
{code}
Test scenario A:
1. If you don't already have one installed, you will need to download and install
Oracle or Open JDK 8. (make sure you have Java 1.8 installed)
2. Download the JBDS installer jar. wget
https://devstudio.redhat.com/9.0/stable/builds/installer/9.0.0.GA/jboss-d...
3. Double-click the installer file to run it, or open a terminal and type `java -jar
/path/to/jboss-devstudio-*.jar`
4. Select the Software/Update tab in the JBoss Central view.
5. Select the checkbox to Enable Early Access, and click Yes to accept the warning.
6. Scroll down the list of available features, looking for the JBoss Developer Studio
Integration Stack section.
Select the following item:
JBoss Fuse Development
7. Accept/ respond 'Yes' and restart
8. Select Window > Perspective > Open Perspective > Fuse Integration
-----------------------------------------------------------------------------
Test scenario B:
1. If you don't already have one installed, you will need to download and install
Oracle or Open JDK 8. (make sure you have Java 1.8 installed)
2. Download the JBDSIS installer jar. wget
https://devstudio.redhat.com/9.0/snapshots/updates/integration-stack/9.0....
3. Double-click the installer file to run it, or open a terminal and type `java -jar
/path/to/installer-*-proto.jar`
4. Select 'JBoss Fuse Development' from the 'Select Additional Features to
Install' installer window. See !sai1.png|thumbnail!
5. Accept/ respond 'Yes' and restart
6. Select Window > Perspective > Open Perspective > Fuse Integration
-----------------------------------------------------------------------------
Test scenario C:
1. If you don't already have one installed, you will need to download and install
Oracle or Open JDK 8. (make sure you have Java 1.8 installed)
2. Download the JBDSIS installer jar. wget
https://devstudio.redhat.com/9.0/snapshots/updates/integration-stack/9.0....
3. Double-click the installer file to run it, or open a terminal and type `java -jar
/path/to/installer-*-proto2.jar`
4. 'JBoss Fuse Development' is pre-selected - just 'next' through the
installer
5. Accept/ respond 'Yes' and restart
6. Select Window > Perspective > Open Perspective > Other... > Fuse
Integration
-----------------------------------------------------------------------------
Test scenario D: (future - not available currently)
1. If you don't already have one installed, you will need to download and install
Oracle or Open JDK 8. (make sure you have Java 1.8 installed)
2. Download the JBDSIS installer jar. wget
https://devstudio.redhat.com/9.0/snapshots/updates/integration-stack/9.0....
3. Double-click the installer file to run it, or open a terminal and type `java -jar
/path/to/installer-*-proto2.jar`
4. 'JBoss Fuse Development' is pre-selected - just 'next' through the
installer
5. Accept/ respond 'Yes' and restart
JBDS comes up in the Fuse Integration perspective - read to go.
{code}
Comments welcome!