From jbosstools-commits at lists.jboss.org Wed Nov 28 04:45:43 2007 Content-Type: multipart/mixed; boundary="===============6026747142708901386==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r5140 - trunk/seam/docs/reference/en/modules. Date: Wed, 28 Nov 2007 04:45:43 -0500 Message-ID: --===============6026747142708901386== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: achabatar Date: 2007-11-28 04:45:43 -0500 (Wed, 28 Nov 2007) New Revision: 5140 Modified: trunk/seam/docs/reference/en/modules/crud_database_application.xml Log: http://jira.jboss.com/jira/browse/RHDS-312 Modified: trunk/seam/docs/reference/en/modules/crud_database_application.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/seam/docs/reference/en/modules/crud_database_application.xml 2007= -11-28 07:18:31 UTC (rev 5139) +++ trunk/seam/docs/reference/en/modules/crud_database_application.xml 2007= -11-28 09:45:43 UTC (rev 5140) @@ -15,20 +15,15 @@
What is CRUD? - CRUD - ("Create, read, update and delete") are the four = - basic functions of persistent storage, a major part of nearly = - all computer software. + CRUD is an acronym for the four basic types of SQL= commands: Create, Read, Update, Delete. Most application= s have some kind of CRUD functionality, and we can ass= ume that every programmer had to deal with CRUD at som= e point. A CRUD application is one that uses forms to = get data into and out of a database. - More information can be found on Wikipedia site: - - www.wikipedia.org + In the next chapter we will create Seam = Web application, connect it to the PostgreSQL database and add CRUD support.
=
- How to create the CRUD Database Application + How to create the CRUD Database Application with Seam</titl= e> = <itemizedlist> <listitem><para>Create a new Seam Web Project using New Projec= t wizard or main menu <emphasis><property>File > New > Seam Web Project</pr= operty>.</emphasis></para></listitem> @@ -45,7 +40,7 @@ <itemizedlist> <listitem> <para>Name your project as <emphasis><property>crudapp</property= ></emphasis> and follow the next wizard steps keeping default settings.</pa= ra> - <para>Please have a look <link linkend=3D"create_seam">here</lin= k> how to create <emphasis><property>Target Runtime</property></emphasis> a= nd <emphasis><property>Seam Runtime</property></emphasis>.</para> + <para>Please have a look <link linkend=3D"create_seam">here</lin= k> how to create <emphasis><property>Target Runtime</property></emphasis> a= nd <emphasis><property>Seam Runtime</property></emphasis> in order to get s= tarted creating, running, and debugging J2EE applications.</para> </listitem> </itemizedlist> <figure> @@ -225,7 +220,7 @@ </figure> = <itemizedlist> - <listitem><para>Switch back to the <property>Seam</property> p= erspective. From the toolbar select <emphasis><property>New->Seam Generate = Entities</property></emphasis> to create necessary entity classes and web p= ages. + <listitem><para>Switch back to the <property>Seam</property> p= erspective. From the toolbar select <emphasis><property>New->Seam Generate = Entities</property></emphasis> to create a set of <property>CRUD</property>= Seam components and web pages based on existing tables in the database. In the <emphasis><property>Generate Seam Entities</property></= emphasis> dialog keep everything by default and press <emphasis><property>F= inish</property></emphasis>. = </para></listitem> </itemizedlist> --===============6026747142708901386==--