Author: afedosik
Date: 2007-11-23 09:54:02 -0500 (Fri, 23 Nov 2007)
New Revision: 5058
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/getting_started/getting_started_1.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-292 install chapter update, screenshot update
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/getting_started/getting_started_1.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-11-23
14:17:39 UTC (rev 5057)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-11-23
14:54:02 UTC (rev 5058)
@@ -13,7 +13,7 @@
<para>The Red Hat Developer Studio provides sophisticated tools for enterprise
applications. With the Red Hat Developer Studio, you can get started very quickly with a
web prototype, and then scale up your application to include enterprise features (e.g.,
business processes, web services, etc.) using the same developer tools. It is a
"scalable" RAD (Rapid Application Development) tool.</para>
- <para>A core element that makes the Red Hat Developer Studio
"scalable" is the JBoss <property>Seam framework</property>.
Seam is a fully featured application framework on top of Java EE 5. It is also one of the
most popular enterprise Java framework today. Seam deeply integrates many other
standard-based or open source frameworks (e.g., JSF, EJB3, JMS, Web Services, jBPM, JBoss
Rules, Ajax4jsf, RichFaces, Facelets, Spring, iText, Quartz, TestNG, etc.), and provides a
single programming model for developers to "drive" those underlying
frameworks via simple annotated POJOs (Plain Old Java Objects). It makes life easier for
developers to tackle complex enterprise applications with many component
frameworks.</para>
+ <para>A core element that makes the Red Hat Developer Studio
"scalable" is the <property>JBoss Seam</property>
framework.</para>
<para>In this chapter, we will cover how to build a simple Seam web application
in minutes with the Red Hat Developer Studio.</para>
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-11-23
14:17:39 UTC (rev 5057)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-11-23
14:54:02 UTC (rev 5058)
@@ -10,6 +10,13 @@
</keywordset>
</chapterinfo>
<title>Getting Started with Red Hat Developer Studio</title>
+
+ <section id="intro1">
+ <title>What is RHDS?</title>
+ <para>Red Hat Developer Studio is a set of eclipse-based development tools that
are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Enterprise
+ Linux. Developers are not required to use Red Hat Developer Studio to develop on JBoss
Enterprise Middleware and/or Red Hat Linux. But, many find these pre-configured
+ tools offer significant time-savings and value, making them more productive and
speeding time to deployment.</para>
+ </section>
<section id="ConfigJavaEnvironment">
<?dbhtml filename="ConfigJavaEnvironment.html"?>
<title>Configuring Your Java Environment</title>
@@ -112,7 +119,7 @@
</listitem>
<listitem>
<para>Run in console:</para>
- <programlisting role="JAVA"><![CDATA[java -jar
rhdevstudio-linux-gtk-1.0.0.beta2.jar
+ <programlisting role="JAVA"><![CDATA[java -jar
rhdevstudio-linux-gtk-1.0.0.CR1.jar
]]></programlisting></listitem>
<listitem><para>Follow the instructions presented by the installation
wizard</para></listitem>
</itemizedlist>
@@ -183,8 +190,18 @@
</section>
<section id="JBossToolsInstall">
<title>JBoss Tools Installation</title>
- <para>If you want to install the JBoss Tools plugins for Eclipse, you need
the following:</para>
+ <para>JBoss Tools is an umbrella project for the JBoss developed plugins that
will make it into Red Hat Developer Studio. The JBoss Tools modules are:</para>
<itemizedlist>
+ <listitem><para>JBoss AS Tools</para></listitem>
+ <listitem><para>Seam Tools</para></listitem>
+ <listitem><para>Hibernate Tools</para></listitem>
+ <listitem><para>Visual Page Editor</para></listitem>
+ <listitem><para>JST Tools</para></listitem>
+ <listitem><para>JBPM Tools</para></listitem>
+ </itemizedlist>
+
+ <para>To install the JBoss Tools plugins for Eclipse, you need the
following:</para>
+ <itemizedlist>
<listitem><para>Get Eclipse 3.3.1 and Web Tools
2.0.1</para></listitem>
</itemizedlist>
<para>The quickest way to get a WTP version is to download "Eclipse IDE
for Java EE Developers" via <ulink
url="http://www.eclipse.org">www.eclipse.org</ulink>.</para>