Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guides/Beginners_Guide/en-US/Book_Info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

<productname>JBoss Developer Studio</productname>

<productnumber>5.0</productnumber>
<productnumber>6.0</productnumber>

<edition>5.0.1</edition>
<edition>6.0.0</edition>

<pubsnumber>5</pubsnumber>
<pubsnumber>1</pubsnumber>

<abstract>
<para>
Expand Down
4 changes: 2 additions & 2 deletions guides/Document_Conventions/en-US/Book_Info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>Document Conventions</title>
<subtitle>An overview of the document conventions used by the JBoss Developer Studio documentation</subtitle>
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
<productnumber>6.0</productnumber>
<edition>6.0.0</edition>
<pubsnumber>1</pubsnumber>
<abstract>
<para>
Expand Down
6 changes: 3 additions & 3 deletions guides/GettingStartedGuide/en-US/Book_Info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Getting Started Guide</title>
<subtitle>Provides information on how the JBoss Developer Studio functions.</subtitle>
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.1</edition>
<pubsnumber>34</pubsnumber>
<productnumber>6.0</productnumber>
<edition>6.0.0</edition>
<pubsnumber>2</pubsnumber>
<abstract>
<para>The Getting Started Guide explains the JBoss Developer Studio.</para>
</abstract>
Expand Down
2 changes: 2 additions & 0 deletions guides/GettingStartedGuide/en-US/Getting_Started_Guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<xi:include href="introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="minimumrequirements.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="byoe.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
<xi:include href="getting_started.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="jboss_central.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
Expand Down
6 changes: 3 additions & 3 deletions guides/GettingStartedGuide/en-US/Revision_History.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<simpara>
<revhistory>
<revision>
<revnumber>1-0</revnumber>
<date>Wed Nov 09 2011</date>
<revnumber>1-1</revnumber>
<date>Fri Nov 16 2012</date>
<author>
<firstname>Isaac</firstname>
<surname>Rooskov</surname>
<email>irooskov@redhat.com</email>
</author>
<revdescription>
<simplelist>
<member>Initial creation of book</member>
<member>General release for JBoss Developer Studio 6</member>
</simplelist>
</revdescription>
</revision>
Expand Down
18 changes: 18 additions & 0 deletions guides/GettingStartedGuide/en-US/byoe.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<chapter id="byoe-installation">
<?dbhtml filename="getting_started.html"?>
<title>Bring Your Own Eclipse installation</title>
<warning>
<para>
This installation method is currently offered as a Technology Preview only.
</para>
</warning>
<para>
The option to install the JBoss Developer Studio core tool set into your own Eclipse installation is now available. This can be underataken by navigating to <menuchoice><guimenuitem>Help</guimenuitem><guimenuitem>Install New Software</guimenuitem></menuchoice>.
</para>
<para>
The <guilabel>Available Software</guilabel> wizard will ask you for a location to use; input the following address: https://devstudio.jboss.com/updates/6.0/
</para>
<para>
From the list of available software select <guimenuitem>JBoss Developer Studio 6.0 - Bring Your Own Eclipse [Technology Preview]</guimenuitem> and click the <guibutton>Finish</guibutton> button.
</para>
</chapter>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions guides/GettingStartedGuide/en-US/installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Java HotSpot(TM) Server VM (build 19.1-b02, mixed mode)]]>
</para>

<programlisting role="JAVA"><![CDATA[
java -jar jbdevstudio-product-universal-5.0.0.GA.jar]]>
java -jar jbdevstudio-product-universal-6.0.0.GA.jar]]>
</programlisting>
</listitem>

Expand Down Expand Up @@ -720,9 +720,9 @@ java -jar /path/to/installer.jar /path/to/InstallConfigRecord.xml
<section id="Upgrading">
<?dbhtml filename="Upgrading.html"?>
<title>Upgrading</title>
<para>Because JBoss Developer Studio 4.0x and 5.0 use different versions of Eclipse, it is not possible to directly upgrade from an older version to JBoss Developer Studio 5.0.</para>
<para>Because JBoss Developer Studio 5.0x and 6.0 use different versions of Eclipse, it is not possible to directly upgrade from an older version to JBoss Developer Studio 6.0.</para>
<note>
<para>It is possible to run JBoss Developer Studio 4.0x and 5.0 side by side, as long as they have been installed into separate directories.</para>
<para>It is possible to run JBoss Developer Studio 5.0x and 6.0 side by side, as long as they have been installed into separate directories.</para>
</note>

</section>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!ENTITY PRODUCT "JBoss Developer Studio">
<!ENTITY BOOKID "5.0.2_Release_Notes">
<!ENTITY BOOKID "6.0.0_Release_Notes">
<!ENTITY YEAR "2012">
<!ENTITY HOLDER "Red Hat">
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="Overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="Component_Versions.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<!-- <xi:include href="Features.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include> -->
<xi:include href="Features.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
<xi:include href="Fixed_Issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<!-- <xi:include href="Known_Issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
Expand Down
6 changes: 3 additions & 3 deletions guides/JBDS_Release_Notes/en-US/Article_Info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<!-- Modify the title tag to change which book will be built -->

<articleinfo>
<title>5.0.2 Release Notes</title>
<title>6.0.0 Release Notes</title>
<subtitle>Information about the changes made for this release of the JBoss Developer Studio.</subtitle>
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.2</edition>
<productnumber>6.0</productnumber>
<edition>6.0.0</edition>
<pubsnumber>1</pubsnumber>
<abstract>
<para>
Expand Down
4 changes: 2 additions & 2 deletions guides/JBDS_Release_Notes/en-US/Component_Versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<itemizedlist>
<listitem>
<para>
Eclipse 3.7.1
Eclipse 3.8.1
</para>
</listitem>
<listitem>
<para>
JBoss Tools 3.3.2.Final
JBoss Tools 4.0.0.Final
</para>
</listitem>
</itemizedlist>
Expand Down
24 changes: 21 additions & 3 deletions guides/JBDS_Release_Notes/en-US/Features.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' ?>
<section id="Features">
<title>
Features of version 5.0.0
Features of version 6.0.0
</title>
<para>
The following list highlights new features that have been added to this release, as well as listing notable bug fixes. You can find a complete list of bug fixes <ulink url="https://issues.jboss.org/browse/JBIDE">here</ulink>.
Expand Down Expand Up @@ -36,7 +36,7 @@
<itemizedlist>
<listitem>
<para>
The tooling in JBoss Developer Studio 5 works with JBoss Enterprise Application Platform 6.
The tooling in JBoss Developer Studio 6 works with JBoss Enterprise Application Platform 6.
</para>
</listitem>
</itemizedlist>
Expand Down Expand Up @@ -120,7 +120,7 @@
<itemizedlist>
<listitem>
<para>
Maven is now a major component of JBoss Developer Studio 5. Creating a Maven-ready project allows you to utilize remote resources from Maven repositories.
Creating a Maven-ready project allows you to utilize remote resources from Maven repositories.
</para>
</listitem>
</itemizedlist>
Expand Down Expand Up @@ -150,4 +150,22 @@
</itemizedlist>
</para>
</formalpara>
<section>
<title>Technology Previews</title>
<para>
Features listed in this section are provided with this release as early access to future innovations. Technology preview features are not fully supported and are not intended for production use.
</para>
<formalpara>
<title>Bring Your Own Eclipse</title>
<para>
<itemizedlist>
<listitem>
<para>
The core set of JBoss Developer Studio tooling is now available for installation into a pre-existing Eclipse setup. This allows for easy integration with a users current work environment. Consult the Getting Started Guide of this release for further information.
</para>
</listitem>
</itemizedlist>
</para>
</formalpara>
</section>
</section>
178 changes: 177 additions & 1 deletion guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,183 @@
<?xml version='1.0' encoding='utf-8' ?>
<section id="Issues-fixed-in-this-release">
<title>
Enhancements and fixed issues in version 5.0.2
Enhancements and fixed issues in version 6.0.0
</title>
<variablelist>
<!-- JBIDE-12934 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12934">JBIDE-12934</ulink>
</term>
<listitem>
<para>
A bug existed that would cause an error state to still display at the endpoint node of a JAX-RS Resource Method. This was viewable in the project explorer view. Correct behaviour has been implemented for this release, displaying warning and error markers at the endpoint and JAX-RS REST Web Services node levels.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-12842 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12842">JBIDE-12842</ulink>
</term>
<listitem>
<para>
Fuse previously included Hibernate Tools runtime JAR files that were created based on a snapshot rather than an official build. These files have now been replaced with official builds. Users should not notice any functionality changes based on this.
</para>
</listitem>
</varlistentry>


<!-- JBIDE-12793 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12793">JBIDE-12793</ulink>
</term>
<listitem>
<para>
A new wizard has been created that allows for the registering of Service implementations. The wizard adds an existing class that implements an interface, to an appropriate META-INF/services file, or creates the Service file if it does not exist. A user can access this wizard either through the wizard selection screen or by using the keyboard shortcut Ctrl+Shift+F10.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-12781 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12781">JBIDE-12781</ulink>
</term>
<listitem>
<para>
The JSF project wizard now allows for the creation of a JSF 2.1 project.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-12709 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12709">JBIDE-12709</ulink>
</term>
<listitem>
<para>
The JBoss server editor would insist a user provide their password just to access the editor. This issue has been resolved by modifying the ServerPasswordSection.java file so a password is only required when appropriate options are changed within the server editor.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-12655 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12655">JBIDE-12655</ulink>
</term>
<listitem>
<para>
Prior versions of OpenShift tooling created and uploaded public SSH keys to the OpenShift server when the user was creating the domain. This caused troubles when the user created the domain outside Eclipse (web console or command line) since the tooling was not prompting the user to upload keys to OpenShift. This has been corrected by now allowing SSH keys to be created and uploaded through a specific wizard. Furthermore the application wizard now errors if no keys are on the OpenShift server.
</para>
</listitem>
</varlistentry>


<!-- JBIDE-12633 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12633">JBIDE-12633</ulink>
</term>
<listitem>
<para>
Support has been added for JAX-RS Application subclassing by allowing a user to place a corresponding configuration in the web.xml file of the application.
</para>
</listitem>
</varlistentry>


<!-- JBIDE-12551 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12551">JBIDE-12551</ulink>
</term>
<listitem>
<para>
When pressing the Reset button within the Convert to maven dependencies wizard, the dependencies lookup was still not reset. The issue has been correct by replacing the Reset button with a Identify Dependencies button. Through this new button a user can relaunch dependency identification after updating the Maven repositories list within settings.xml, or enabling new remote nexus repositories.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-12390 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12390">JBIDE-12390</ulink>
</term>
<listitem>
<para>
A new quick fix has been implemented for the WTP issue marker: Missing required attribute. The new quick fix allows for the missing attributes to be automatically added into the code being written.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-12166 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-12166">JBIDE-12166</ulink>
</term>
<listitem>
<para>
The ability to generate blank archetypes for Java EE 6 (WAR and EAR), HTML5, RichFaces, Spring and GWT has been added to each relevant wizard. This assist users in creating a new archetype that is not based on provided demo code.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-11912 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-11912">JBIDE-11912</ulink>
</term>
<listitem>
<para>
A user can now manage their SSH public keys that are on the OpenShift server. You are now able to create and upload new keys, and remove existing keys. The SSH keys wizard is available through the context menu of OpenShift Explorer and when he's creating or importing an OpenShift application. The page dedicated to the git clone settings holds a link to the SSH preferences and the SSH keys wizard.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-10287 -->
<varlistentry>
<term>
<ulink url="https://issues.jboss.org/jira/browse/JBIDE-10287">JBIDE-10287</ulink>
</term>
<listitem>
<para>
Support for JAX-RS applications has been added. An applications path can be configured by using the @ApplicationPath annotation on a Java type, or by configuring the javax.ws.rs.core.Application class in the web.xml servlet-mappings.
</para>
<para>
If a user implements both approaches, the web.xml configuration will override the annotation.
</para>
</listitem>
</varlistentry>

<!-- JBIDE-9443 -->
<varlistentry>
<term><ulink url="https://issues.jboss.org/jira/browse/JBIDE-9443">JBIDE-9443</ulink></term>
<listitem>
<para>
A new wizard called New Service Provider Class has been added for the creation of service implementations. Through the wizard a user can create a Service Provider Java class for a selected Service Type.
</para>
</listitem>
</varlistentry>




<!-- JBIDE-7996 -->
<varlistentry>
<term><ulink url="https://issues.jboss.org/jira/browse/JBIDE-7996">JBIDE-7996</ulink></term>
<listitem>
<para>
A new feature has been added allowing for a user to import existing DTP connection settings when using the Hibernate Configuration File wizard. For a user this means an existing DTP connection can be selected and the settings imported for use in the configuration file being created.
</para>
</listitem>
</varlistentry>

</variablelist>


</section>
Loading