JBoss Tools SVN: r3915 - trunk/documentation/GettingStartedGuide/docs/userguide/en/images.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-10-01 06:45:49 -0400 (Mon, 01 Oct 2007)
New Revision: 3915
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/newrad2.png
Log:
newrad2.png correction
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/newrad2.png
===================================================================
(Binary files differ)
17 years, 3 months
JBoss Tools SVN: r3914 - trunk/documentation/GettingStartedGuide/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-10-01 06:19:47 -0400 (Mon, 01 Oct 2007)
New Revision: 3914
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-160
language correction
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-01 08:01:16 UTC (rev 3913)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-01 10:19:47 UTC (rev 3914)
@@ -9,7 +9,7 @@
</keywordset>
</chapterinfo>
<title>Developing a simple JSP web application</title>
- <para>In this you'll find out how to create a simple JSP application using the Red Hat Developer Studio. The application will show a classic "Hello World!" on the page.</para>
+ <para>In this chapter you'll find out how to create a simple JSP application using the Red Hat Developer Studio. The application will show a classic "Hello World!" on the page.</para>
<para>We'll assume that you have already launched Red Hat Developer Studio and
also that the Red Hat perspective is the current perspective. (If not, make it active by selecting <emphasis><property>Window/Open Perspective/Red Hat Developer Studio</property></emphasis> from the menu bar or by selecting <emphasis><property>Window/
Open Perspective/Other...</property></emphasis> from the menu bar and then selecting Red Hat Developer Studio from
@@ -50,11 +50,11 @@
<para>In our simple application we need to create only one JSP page which displays a "Hello World!" message.</para>
<itemizedlist continuation="continues">
<listitem><para>Right click <emphasis>WebContent > New > JSP.</emphasis></para></listitem>
-<listitem><para>Type "hello.jsp" for file name and click Next button.</para></listitem>
+<listitem><para>Type "hello.jsp" for a file name and click the <emphasis><property>Next</property></emphasis> button.</para></listitem>
</itemizedlist>
<para>In the next window you can choose a template for your jsp page and see its preview.</para>
<itemizedlist continuation="continues">
-<listitem><para>Select "New JSP File (xhtml)" template and click Finish button.</para></listitem>
+<listitem><para>Select "New JSP File (xhtml)" template and click <emphasis><property>Finish</property></emphasis> button.</para></listitem>
</itemizedlist>
<figure>
<title>Create JSP Page</title>
@@ -235,7 +235,7 @@
<section id="LaunchingTheProject">
<?dbhtml filename="LaunchingTheProject.html"?>
<title>Launch JSP Project</title>
- <para>Let's now launch our project on server. We'll use JBoss server that is shiped with Red Hat Developer Studio.</para>
+ <para>Let's now launch our project on server. We'll use JBoss server that is shipped with Red Hat Developer Studio.</para>
<itemizedlist continuation="continues">
<listitem><para>Start JBoss server from JBoss Server view by clicking the Start icon.</para></listitem>
</itemizedlist>
17 years, 3 months
JBoss Tools SVN: r3913 - trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2007-10-01 04:01:16 -0400 (Mon, 01 Oct 2007)
New Revision: 3913
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java
Log:
http://jira.jboss.org/jira/browse/JBIDE-972
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java 2007-09-28 20:29:17 UTC (rev 3912)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/ISeamFacetDataModelProperties.java 2007-10-01 08:01:16 UTC (rev 3913)
@@ -50,7 +50,7 @@
public static final String DB_ALREADY_EXISTS = "database.exists";
- public static final String RECREATE_TABLES_AND_DATA_ON_DEPLOY = "database.drop";
+ public static final String RECREATE_TABLES_AND_DATA_ON_DEPLOY = "hibernate.hbm2ddl.auto";
public static final String JDBC_DRIVER_JAR_PATH = "driver.file";
17 years, 3 months