From jbosstools-commits at lists.jboss.org Tue Jan 15 04:36:21 2008 Content-Type: multipart/mixed; boundary="===============3089734659347887208==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r5681 - trunk/seam/docs/reference/en/modules. Date: Tue, 15 Jan 2008 04:36:21 -0500 Message-ID: --===============3089734659347887208== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: cluts Date: 2008-01-15 04:36:21 -0500 (Tue, 15 Jan 2008) New Revision: 5681 Modified: trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml trunk/seam/docs/reference/en/modules/crud_database_application.xml trunk/seam/docs/reference/en/modules/directory_structure.xml trunk/seam/docs/reference/en/modules/generate_entities.xml trunk/seam/docs/reference/en/modules/intro.xml trunk/seam/docs/reference/en/modules/seam_editors.xml trunk/seam/docs/reference/en/modules/seam_view.xml trunk/seam/docs/reference/en/modules/seam_wizards.xml trunk/seam/docs/reference/en/modules/testng.xml Log: http://jira.jboss.org/jira/browse/JBDS-143 - Transition sentences are added= to the all chapters and sections of GSG and Seam. Modified: trunk/seam/docs/reference/en/modules/crud_application_walkthrough= .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_application_walkthrough.xml 2= 008-01-15 09:34:42 UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2= 008-01-15 09:36:21 UTC (rev 5681) @@ -11,6 +11,7 @@ The CRUD Application Walkthrough + After you familiarized oneself with example of creating the CRUD= Database Application with Seam, you can read this charter.
Using CRUD Application To run your CRUD Application you should do the following ste= ps: 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 2008= -01-15 09:34:42 UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/crud_database_application.xml 2008= -01-15 09:36:21 UTC (rev 5681) @@ -18,7 +18,7 @@ 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. - In the next chapter we will create Seam = Web application, connect it to the PostgreSQL database and add CRUD support. + In the next section we will create Seam= Web application, connect it to the PostgreSQL database and add CRUD support.
= Modified: trunk/seam/docs/reference/en/modules/directory_structure.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/directory_structure.xml 2008-01-15= 09:34:42 UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-01-15= 09:36:21 UTC (rev 5681) @@ -5,7 +5,7 @@ JBoss Tools Seam - Eclispe + Eclipse = Modified: trunk/seam/docs/reference/en/modules/generate_entities.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/generate_entities.xml 2008-01-15 0= 9:34:42 UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/generate_entities.xml 2008-01-15 0= 9:36:21 UTC (rev 5681) @@ -11,6 +11,7 @@ = Seam Generate Entities = + The main purpose of this chapter is to tell you about Seam Gener= ate Entities. Generate Entities is available directly from within Eclipse usin= g Hibernate Tools plugin for the standard seam-gen generation. Generate Entities generates a set of CRUD Seam components and we= b pages based on existing tables in a database or on existing entities in y= our application. = Modified: trunk/seam/docs/reference/en/modules/intro.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/intro.xml 2008-01-15 09:34:42 UTC = (rev 5680) +++ trunk/seam/docs/reference/en/modules/intro.xml 2008-01-15 09:36:21 UTC = (rev 5681) @@ -14,7 +14,7 @@
= What is Seam? - = + This introduction will help you to understand what is Seam. Seam is a fully featured application framew= ork 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, We= b Services, jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets, Spring, iText= , Quartz, TestNG, etc.), and provides a single programming model for developers to "drive&= quot; those underlying frameworks via simple annotated POJOs (Plain Old Jav= a Objects). It makes life easier Modified: trunk/seam/docs/reference/en/modules/seam_editors.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/seam_editors.xml 2008-01-15 09:34:= 42 UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2008-01-15 09:36:= 21 UTC (rev 5681) @@ -15,6 +15,7 @@ = Content Assist = + In this chapter you know what are Seam Editors Features and = how to work with them. = Content Assist (ctrl + space) is availa= ble when using expression language in: JSP Modified: trunk/seam/docs/reference/en/modules/seam_view.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/seam_view.xml 2008-01-15 09:34:42 = UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/seam_view.xml 2008-01-15 09:36:21 = UTC (rev 5681) @@ -14,6 +14,7 @@
Seam Components View = + This chapter introduces you with Seam Components View. The Seam Components View is available f= rom Seam perspective. It provides a list of seam components found in a proj= ect. =
Modified: trunk/seam/docs/reference/en/modules/seam_wizards.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/seam_wizards.xml 2008-01-15 09:34:= 42 UTC (rev 5680) +++ trunk/seam/docs/reference/en/modules/seam_wizards.xml 2008-01-15 09:36:= 21 UTC (rev 5681) @@ -10,7 +10,8 @@ = Seam Wizards - = + = + This chapter introduces you with Seam Components. All the Seam component generations options known from Seam-gen a= re available as wizards (with sensible auto-defaulting) for creating various common Seam components: = @@ -51,6 +52,7 @@ = New Seam Action = + In this and following sections you can see example creating = Seam Components. To create a New Seam Action you should select a necessary pr= oject, type a name for Seam component, POJO = class, Method, Page and sel= ect a Package using Browse button. = Modified: trunk/seam/docs/reference/en/modules/testng.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/testng.xml 2008-01-15 09:34:42 UTC= (rev 5680) +++ trunk/seam/docs/reference/en/modules/testng.xml 2008-01-15 09:36:21 UTC= (rev 5681) @@ -9,6 +9,7 @@ Using TestNG project + With the help this chapter you will get to know with TestNG.
What is TestNG? TestNG ("Testing, the Next Generat= ion") is a Java unit testing framework that aims to overcome many limi= tations of JUnit. = --===============3089734659347887208==--