JBoss Tools SVN: r14341 - trunk/jmx/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-03-26 09:57:27 -0400 (Thu, 26 Mar 2009)
New Revision: 14341
Modified:
trunk/jmx/docs/reference/en/modules/mbean_editor.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-563 - updating the chapter;
Modified: trunk/jmx/docs/reference/en/modules/mbean_editor.xml
===================================================================
--- trunk/jmx/docs/reference/en/modules/mbean_editor.xml 2009-03-26 13:57:00 UTC (rev 14340)
+++ trunk/jmx/docs/reference/en/modules/…
[View More]mbean_editor.xml 2009-03-26 13:57:27 UTC (rev 14341)
@@ -17,14 +17,21 @@
<itemizedlist>
<listitem>
- <para>the Attributes page</para>
+ <para>the <emphasis>
+ <property>Attributes</property></emphasis> page</para>
</listitem>
<listitem>
- <para>the Operations page</para>
+ <para>the <emphasis>
+ <property>Operations</property></emphasis> page</para>
</listitem>
<listitem>
- <para>the Info page </para>
+ <para>the <emphasis>
+ <property>Notifications</property></emphasis> page </para>
</listitem>
+ <listitem>
+ <para>the <emphasis>
+ <property>Info</property></emphasis> page </para>
+ </listitem>
</itemizedlist>
<para> The <emphasis>
@@ -56,11 +63,22 @@
<section>
<title>Notifications Page</title>
- <para>One more page in the <property>MBean Editor</property> is a Notifications Page, which gives the possibility to
+ <para>One more page in the <property>MBean Editor</property> is the <emphasis>
+ <property>Notifications</property></emphasis> page, which gives the possibility to
subscribe (resp. unsubscribe) to a MBean to receive its notifications by checking (resp.
- unchecking) the Subscribe checkbox. </para>
+ unchecking) the <emphasis>
+ <property>Subscribe</property></emphasis> button in the right top corner. </para>
<para>The list of notifications is refreshed every time a new notification is
- received:</para>
+ received:</para>
+
+ <figure>
+ <title>MBean Editor Notifications Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/notifications.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<note>
<title>Note</title>
[View Less]
15 years, 11 months
JBoss Tools SVN: r14340 - trunk/jmx/docs/reference/en/images.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-03-26 09:57:00 -0400 (Thu, 26 Mar 2009)
New Revision: 14340
Added:
trunk/jmx/docs/reference/en/images/notifications.png
Modified:
trunk/jmx/docs/reference/en/images/mbean-editor-horizontal-layout_0.2.0.png
trunk/jmx/docs/reference/en/images/mbean-editor_0.2.0.png
trunk/jmx/docs/reference/en/images/mbean-explorer-features.png
trunk/jmx/docs/reference/en/images/mbean-explorer-query.png
Log:
https://jira.jboss.org/jira/browse/JBDS-563 - updating the …
[View More]images;
Modified: trunk/jmx/docs/reference/en/images/mbean-editor-horizontal-layout_0.2.0.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en/images/mbean-editor_0.2.0.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en/images/mbean-explorer-features.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en/images/mbean-explorer-query.png
===================================================================
(Binary files differ)
Added: trunk/jmx/docs/reference/en/images/notifications.png
===================================================================
(Binary files differ)
Property changes on: trunk/jmx/docs/reference/en/images/notifications.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
[View Less]
15 years, 11 months
JBoss Tools SVN: r14339 - trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-03-26 09:20:30 -0400 (Thu, 26 Mar 2009)
New Revision: 14339
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/SourceEditorPageContext.java
Log:
JBIDE-4083
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
==========================================================…
[View More]=========
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2009-03-26 11:15:58 UTC (rev 14338)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2009-03-26 13:20:30 UTC (rev 14339)
@@ -209,8 +209,7 @@
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(
JSPTextEditor.this.getTextViewer(), offset);
Node node = (Node) treeNode;
- pageContext.setReferenceNode(node);
- pageContext.setDocument(document);
+ pageContext.setDocument(document, node);
}
};
Display display = Display.getCurrent();
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/SourceEditorPageContext.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/SourceEditorPageContext.java 2009-03-26 11:15:58 UTC (rev 14338)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/SourceEditorPageContext.java 2009-03-26 13:20:30 UTC (rev 14339)
@@ -55,15 +55,13 @@
private IVisualContext pageContext;
public SourceEditorPageContext(JSPMultiPageEditor externalEditor) {
-
- if((externalEditor!=null)&& (externalEditor.getVisualEditor()!=null)
- &&(externalEditor.getVisualEditor().getController()!=null))
-
- setPageContext(externalEditor.getVisualEditor().getController().getPageContext());
+ if(externalEditor != null && externalEditor.getVisualEditor() != null
+ && externalEditor.getVisualEditor().getController() != null) {
+ setPageContext(externalEditor.getVisualEditor().getController().getPageContext());
+ }
}
- public void clearAll() {
-
+ public void clearAll() {
setTaglibs(null);
}
@@ -72,34 +70,37 @@
setConnector(null);
setReferenceNode(null);
setPageContext(null);
-
}
+
/**
* Sets current node in scope of which we will be call context assistent
* @param refNode
*/
- public void setReferenceNode(Node refNode) {
-
- if ((refNode==null)||(refNode.equals(getReferenceNode()))) {
+ public void setReferenceNode(Node refNode) {
+ if (refNode == null || refNode.equals(getReferenceNode())) {
return;
}
- referenceNode = refNode;
- updateTagLibs();
-
+ referenceNode = refNode;
+ updateTagLibs();
}
+
/**
* This method will be called if we work with jsp pages
* @param iDocument
*/
- public void setDocument(IDocument iDocument) {
-
- List<TaglibData> taglibs =XmlUtil.getTaglibsForJSPDocument(iDocument,getIncludeTaglibs());
+ public void setDocument(IDocument iDocument, Node refNode) {
+ if(refNode != null) {
+ referenceNode = null; //TODO study when we really need refresh
+ setReferenceNode(refNode);
+ } else {
+ List<TaglibData> taglibs = XmlUtil.getTaglibsForJSPDocument(iDocument, getIncludeTaglibs());
//if we on jsp page we will set taglibs
- //TODO Max Areshkau Find other passability to check if we on jsp page
+ //TODO Max Areshkau Find other possibility to check if we on jsp page
// FIX FOR https://jira.jboss.org/jira/browse/JBIDE-3888
// in some cases list of taglibs is not refreshed
- if(taglibs!=null /*&& taglibs.size()>0*/) {
- setTaglibs(taglibs);
+ if(taglibs != null /*&& taglibs.size()>0*/) {
+ setTaglibs(taglibs);
+ }
}
try {
connector = (WtpKbConnector)KbConnectorFactory.getIntstance().createConnector(KbConnectorType.JSP_WTP_KB_CONNECTOR, iDocument);
@@ -109,8 +110,7 @@
}
public void collectRefNodeTagLibs() {
-
- if(getReferenceNode()==null) {
+ if(getReferenceNode() == null) {
return;
}
@@ -126,7 +126,6 @@
}
}
} else {
-
setTaglibs(XmlUtil.processNode(getReferenceNode(), getIncludeTaglibs()));
}
}
@@ -135,8 +134,6 @@
collectRefNodeTagLibs();
}
-
-
// implements IVisualContext
public WtpKbConnector getConnector() {
return connector;
@@ -149,7 +146,6 @@
// implements IVisualContext
public List<TaglibData> getTagLibs() {
-
List<TaglibData> clone = new ArrayList<TaglibData>();
Iterator<TaglibData> iter = getTaglibs() .iterator();
@@ -179,8 +175,8 @@
* @return the taglibs
*/
private List<TaglibData> getTaglibs() {
- if(taglibs==null) {
- taglibs= new ArrayList<TaglibData>();
+ if(taglibs == null) {
+ taglibs = new ArrayList<TaglibData>();
}
return taglibs;
}
@@ -221,8 +217,7 @@
}
public List<TaglibData> getIncludeTaglibs() {
- if(getPageContext()!=null) {
-
+ if(getPageContext() != null) {
return getPageContext().getIncludeTaglibs();
} else {
return new ArrayList<TaglibData>();
[View Less]
15 years, 11 months
JBoss Tools SVN: r14338 - trunk/jmx/docs/reference.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-03-26 07:15:58 -0400 (Thu, 26 Mar 2009)
New Revision: 14338
Modified:
trunk/jmx/docs/reference/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-563 - fixing JMX Tools guide styles destroying;
Modified: trunk/jmx/docs/reference/pom.xml
===================================================================
--- trunk/jmx/docs/reference/pom.xml 2009-03-26 10:56:31 UTC (rev 14337)
+++ trunk/jmx/docs/reference/pom.xml 2009-03-26 11:15:58 UTC (rev 14338)
@@ -156,7 +…
[View More]156,9 @@
</distributionManagement>
<properties>
- <stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resources/</stylesdir>
+ <xsl-single>classpath:/xslt/org/jboss/tools/xhtml-single.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/org/jboss/tools/xhtml.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/org/jboss/tools/pdf.xsl</xsl-pdf>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/org/css/</cssdir>
<master>master.xml</master>
<translation>en-US</translation>
[View Less]
15 years, 11 months
JBoss Tools SVN: r14336 - trunk/esb/docs/esb_ref_guide/en/images/esb_editor.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-03-26 06:56:12 -0400 (Thu, 26 Mar 2009)
New Revision: 14336
Modified:
trunk/esb/docs/esb_ref_guide/en/images/esb_editor/01_esb_tree_view.png
trunk/esb/docs/esb_ref_guide/en/images/esb_editor/04_esb_add_provider.png
Log:
https://jira.jboss.org/jira/browse/JBDS-633 - updating the images;
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/01_esb_tree_view.png
===================================================================
(Binary files differ)
…
[View More]Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/04_esb_add_provider.png
===================================================================
(Binary files differ)
[View Less]
15 years, 11 months
JBoss Tools SVN: r14335 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-03-25 21:14:20 -0400 (Wed, 25 Mar 2009)
New Revision: 14335
Modified:
trunk/seam/docs/reference/en/modules/business_application.xml
trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml
trunk/seam/docs/reference/en/modules/seam_view.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359 - spelling and validation is checked
Modified: trunk/seam/docs/reference/en/modules/business_application.xml
=======================================================…
[View More]============
--- trunk/seam/docs/reference/en/modules/business_application.xml 2009-03-26 01:04:48 UTC (rev 14334)
+++ trunk/seam/docs/reference/en/modules/business_application.xml 2009-03-26 01:14:20 UTC (rev 14335)
@@ -291,7 +291,7 @@
<orderedlist continuation="continues">
<listitem>Double click on action1 to bring up the wizard. Select Handler on the left and enter
com.mydomain.EclipseCon.process. CheckInventoryAction as the class and bean as the type as shown
- below. You can can also search for the class by clicking on the <emphasis>Browse...</emphasis> button.</listitem>
+ below. You can also search for the class by clicking on the <emphasis>Browse...</emphasis> button.</listitem>
</orderedlist>
<figure>
<title>Action Handler</title>
Modified: trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml 2009-03-26 01:04:48 UTC (rev 14334)
+++ trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml 2009-03-26 01:14:20 UTC (rev 14335)
@@ -178,7 +178,7 @@
<title>Find Seam References/Declarations</title>
- <para>To find EL expretions both in <emphasis>
+ <para>To find EL expressions both in <emphasis>
<property>.java</property>
</emphasis> and <emphasis>
<property>.xhtml</property>
Modified: trunk/seam/docs/reference/en/modules/seam_view.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_view.xml 2009-03-26 01:04:48 UTC (rev 14334)
+++ trunk/seam/docs/reference/en/modules/seam_view.xml 2009-03-26 01:14:20 UTC (rev 14335)
@@ -98,7 +98,7 @@
<para>Selecting the <emphasis><property>Seam Components from Referenced Projects</property></emphasis> will hide the components that dependent on other project.</para>
<figure>
- <title>Available Custimozations</title>
+ <title>Available Customizations</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/seam_view/seam_view_7.png"/>
[View Less]
15 years, 11 months
JBoss Tools SVN: r14334 - trunk/jbpm/docs/converter_ref/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-03-25 21:04:48 -0400 (Wed, 25 Mar 2009)
New Revision: 14334
Modified:
trunk/jbpm/docs/converter_ref/en/modules/bpmn2jpdl.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359 - spelling and validation is checked
Modified: trunk/jbpm/docs/converter_ref/en/modules/bpmn2jpdl.xml
===================================================================
--- trunk/jbpm/docs/converter_ref/en/modules/bpmn2jpdl.xml 2009-03-26 01:01:45 UTC (rev 14333)
+++ trunk/jbpm/docs/…
[View More]converter_ref/en/modules/bpmn2jpdl.xml 2009-03-26 01:04:48 UTC (rev 14334)
@@ -96,7 +96,7 @@
<para>Click on the <property>Next</property> button.</para>
</listitem>
<listitem>
- <para>In this page, You may get error messages or warning messages that occured during the conversion. If no any messages, this page will be skipped.
+ <para>In this page, You may get error messages or warning messages that occurred during the conversion. If no any messages, this page will be skipped.
</para>
<figure>
<title>Show Messages</title>
[View Less]
15 years, 11 months
JBoss Tools SVN: r14333 - trunk/jsf/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-03-25 21:01:45 -0400 (Wed, 25 Mar 2009)
New Revision: 14333
Modified:
trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml
trunk/jsf/docs/userguide/en/modules/editors.xml
trunk/jsf/docs/userguide/en/modules/preferences.xml
trunk/jsf/docs/userguide/en/modules/web_projects.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359 - spelling and validation is checked
Modified: trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml
========================…
[View More]===========================================
--- trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml 2009-03-26 01:01:32 UTC (rev 14332)
+++ trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml 2009-03-26 01:01:45 UTC (rev 14333)
@@ -80,7 +80,7 @@
<row>
<entry>JBoss Tools Palette</entry>
<entry>Organizing various tags by groups, inserting tags into a jsp or xhtml page with one
- click, adding custom or 3rd party tag libraries into the palette, easy controling the number
+ click, adding custom or 3rd party tag libraries into the palette, easy controlling the number
of tag groups shown on the palette.</entry>
<entry>
<link linkend="palette">jboss tools palette</link>
@@ -123,7 +123,7 @@
<entry>Possibility of inserting any tag onto the page you are editing by just drag-and-droping
it from the palette to this page. Adding any properties, managed bean attributes, navigation
rules, tag library file declarations, jsp files from web projects view by clicking them and
- draging to source code.</entry>
+ dragging to source code.</entry>
<entry>
<link linkend="visual_page">visual page editor</link>
<link linkend="DragAndDrop">drag-and-drop</link>
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2009-03-26 01:01:32 UTC (rev 14332)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2009-03-26 01:01:45 UTC (rev 14333)
@@ -1086,7 +1086,7 @@
<emphasis>
<property>Boxes</property>, </emphasis>
<emphasis>
- <property>Property Sheet</property>. </emphasis>The list of already exisiting classes with names begining with the symbols printed will be displayed on standard "Ctrl+Space" key combination. To add existing styling to
+ <property>Property Sheet</property>. </emphasis>The list of already existing classes with names beginning with the symbols printed will be displayed on standard "Ctrl+Space" key combination. To add existing styling to
the chosen element just point to the
necessary one. Each time you select any class it is displayed in the Preview tab. Click on the <emphasis><property>Apply</property></emphasis> button will apply the changes without closing the window.</para>
Modified: trunk/jsf/docs/userguide/en/modules/preferences.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/preferences.xml 2009-03-26 01:01:32 UTC (rev 14332)
+++ trunk/jsf/docs/userguide/en/modules/preferences.xml 2009-03-26 01:01:45 UTC (rev 14333)
@@ -58,7 +58,7 @@
<listitem>
<para>
- <link linkend="JSFPropject">JSF Propject</link>
+ <link linkend="JSFPropject">JSF Project</link>
</para>
</listitem>
@@ -594,7 +594,7 @@
</itemizedlist>
<figure>
- <title>New JSF Propject Preferences</title>
+ <title>New JSF Project Preferences</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/preferences/preferences_13.png"/>
@@ -611,7 +611,7 @@
</emphasis> or not.</para>
<figure>
- <title>Import JSF Propject Preferences</title>
+ <title>Import JSF Project Preferences</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/preferences/preferences_14.png"/>
@@ -786,7 +786,7 @@
<title>Struts Automation</title>
<para>On <emphasis>
<property>Automation</property>
- </emphasis> panel you can modify default text for the Tilel Struts plug-in element, the
+ </emphasis> panel you can modify default text for the Title Struts plug-in element, the
Validator Struts plug-in element, and error message resource files.</para>
<figure>
<title>Struts Automatic</title>
@@ -981,7 +981,7 @@
<property>JBoss Tools > Web > Verification</property>
</emphasis> page.</para>
<para>On Rules Configuration tab of <emphasis>
- <property>Verifcation</property>
+ <property>Verification</property>
</emphasis> panel you can determine JSF and Struts rules.</para>
<figure>
<title>Verification</title>
Modified: trunk/jsf/docs/userguide/en/modules/web_projects.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/web_projects.xml 2009-03-26 01:01:32 UTC (rev 14332)
+++ trunk/jsf/docs/userguide/en/modules/web_projects.xml 2009-03-26 01:01:45 UTC (rev 14333)
@@ -118,7 +118,7 @@
</figure>
<para>Drag and drop it inside the commandButton tag:</para>
<figure>
-<title>Naviagation Rule in CommandButton Tag</title>
+<title>Navigation Rule in CommandButton Tag</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/web_projects/web_projects_8.png"/>
[View Less]
15 years, 11 months
JBoss Tools SVN: r14332 - in trunk/struts/docs: struts_tools_tutorial/en/modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-03-25 21:01:32 -0400 (Wed, 25 Mar 2009)
New Revision: 14332
Modified:
trunk/struts/docs/struts_tools_ref_guide/en/modules/introduction.xml
trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml
trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359 - spelling and validation is checked
Modified: trunk/struts/docs/struts_tools_ref_guide/en/modules/introduction.xml
=================…
[View More]==================================================
--- trunk/struts/docs/struts_tools_ref_guide/en/modules/introduction.xml 2009-03-25 19:25:01 UTC (rev 14331)
+++ trunk/struts/docs/struts_tools_ref_guide/en/modules/introduction.xml 2009-03-26 01:01:32 UTC (rev 14332)
@@ -84,7 +84,7 @@
<row>
<entry><para>Verification and Validation</para></entry>
- <entry><para>All occuring errors will be immediately reported by verification
+ <entry><para>All occurring errors will be immediately reported by verification
feature, no matter in what view you are working. Constant validation and
errors checking allows to catch many of the errors during development
process that significantly reduces development time.</para></entry>
Modified: trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml 2009-03-25 19:25:01 UTC (rev 14331)
+++ trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml 2009-03-26 01:01:32 UTC (rev 14332)
@@ -253,7 +253,7 @@
</mediaobject>
</figure>
- <para>When done, you can open end edit the struts-config.xml file using usefull Struts
+ <para>When done, you can open end edit the struts-config.xml file using useful Struts
configuration file editor provided by JBDS. (The Struts configuration is shown below in
the Tree viewer).</para>
Modified: trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml 2009-03-25 19:25:01 UTC (rev 14331)
+++ trunk/struts/docs/struts_tools_tutorial/en/modules/struts_application.xml 2009-03-26 01:01:32 UTC (rev 14332)
@@ -94,7 +94,7 @@
<?dbhtml filename="CreatingtheApplicationComponents.html"?>
<title>Creating the Application Components</title>
<para>Now, we will design the application by creating the individual components as
- placeholders first. (We dont have to complete all of the details inside the components
+ placeholders first. (We don't have to complete all of the details inside the components
until afterwards.)</para>
<section id="CreatingJSPPagePlaceholders">
<title>Creating JSP Page Placeholders</title>
@@ -131,7 +131,7 @@
<listitem>
<para>Right-click the pages folder and select <emphasis>
- <property>New > Fila > JSP...</property>
+ <property>New > File > JSP...</property>
</emphasis>
</para>
</listitem>
[View Less]
15 years, 11 months