From richfaces-svn-commits at lists.jboss.org Mon Apr 6 12:55:26 2009 Content-Type: multipart/mixed; boundary="===============3124742800414529619==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13393 - in trunk/docs/cdkguide/en/src/main: resources/examples and 1 other directories. Date: Mon, 06 Apr 2009 12:55:26 -0400 Message-ID: --===============3124742800414529619== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2009-04-06 12:55:25 -0400 (Mon, 06 Apr 2009) New Revision: 13393 Added: trunk/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.txt trunk/docs/cdkguide/en/src/main/resources/images/addProject.png trunk/docs/cdkguide/en/src/main/resources/images/javaEEModule.png trunk/docs/cdkguide/en/src/main/resources/images/projects.png trunk/docs/cdkguide/en/src/main/resources/images/removeItem.png Removed: trunk/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.jspx Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml Log: https://jira.jboss.org/jira/browse/RF-5969 - 'Creating projects in differen= t IDEs' chapter Modified: trunk/docs/cdkguide/en/src/main/docbook/modules/ide.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/docs/cdkguide/en/src/main/docbook/modules/ide.xml 2009-04-06 16:2= 8:31 UTC (rev 13392) +++ trunk/docs/cdkguide/en/src/main/docbook/modules/ide.xml 2009-04-06 16:5= 5:25 UTC (rev 13393) @@ -26,9 +26,9 @@ is better secured to us than to any other people in the world. = - Eclipse IDE seems to be more preferable for the rapid component creat= ion process. + Eclipse IDE s= eems to be more preferable for = + the rapid component creation process. - = Tip: @@ -37,4 +37,130 @@ and in JBoss Tools= . = +
+ + + eclipse + CDK + guide + + + Creating project in Eclipse IDE + + During the development process you could be confronted with some dif= ficulties. = + For example, it is necessary to rebuild component every time = + you want to check your work on it in a developer sample. + It is also hard to debug JavaScript scenario without IDE's help= . = + + + First of all you need to download and install = + Eclipse IDE for Java= EE Developers. = + + + After that you need to build <= rich:inputDate> component and = + it's sample project for the import as existing Eclipse projects= . = + It is necessary to proceed to the Sandbox/inputDate and Sandbox/inputDate-sample + directories and launch the following command: = + + + + The command you've launched above creates files and folders necessa= ry for the import. The -Dwtpversion=3D1.5 key indicates = + that you have Web application, so it should be possible to run it on a s= erver. = + + + Finally you need to make import. You can find the step-by-step tutorial = at the = + Eclipse documentation page + or simply in the Help > Help Contents of the Eclipse. + As the result two projects should appear in the workspace: + +
+ Projects in the workspace + = + + + + +
+ + Now it is necessary to define <= rich:inputDate> component JAR + you have imported on the build path of the inputDate-sample= project. = + + + You need to select Properties of the inputDate-sample project, + proceed to the Java Build Path > Libraries tab = + and then remove "inputDate-1.0-SNAPSHOT.jar" item. + +
+ Remove inputDate item from the Library + = + + + + +
+ + After that you need to proceed to the Java Build = Path > Projects tab = + and add already imported inputDate project. = + +
+ Add imported inputDate project + = + + + + +
+ + Finally you should select Java EE Module Dependec= ies, + uncheck var/M2_REPO/org/mycompany/inputDate/1.0-SNAPSHOT/in= putDate-1.0-SNAPSHOT.jar, + and check imported inputDate module. + +
+ Java EE Module Dependecies selection + = + + + + +
+ + That's all! Now it is possible to = + create a server (Apache Tomcat, for example) + and run inputDate-sample. + + + Actually you can build/rebuild your projects for the import + at any time you want. + + + In order to rebuild existing project for the import you should use + the following command: + + + + In conclusion it should be pointed out that binding <rich:inputDate> component proj= ect and = + developer sample give you more advantages such as editing any sources= on-the-fly, debugging JavaScript, etc. + +
+
+ + + netbeans + CDK + guide + + + Creating project in NetBeans IDE + + NetBeans is another free, open-source IDE that provides plenty of fe= atures and tools = + you need to create professional enterprise, web applications. + + + Once you have built your projects for Eclipse IDE + you can easily migrate to NetBeans IDE. + You can get all necessary information at + Automatically Import Your Projects From Eclipse to NetBeans IDE + page. + +
Deleted: trunk/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.j= spx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.jspx 2= 009-04-06 16:28:31 UTC (rev 13392) +++ trunk/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.jspx 2= 009-04-06 16:55:25 UTC (rev 13393) @@ -1,52 +0,0 @@ - - - - /org/mycompany/renderkit/html/css/inputDate.xcss - - - - = -
- -
- - - -
- - = - - - = - - - - - - - - -
-
\ No newline at end of file Added: trunk/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.txt = (rev 0) +++ trunk/docs/cdkguide/en/src/main/resources/examples/htmlInputDate.txt 20= 09-04-06 16:55:25 UTC (rev 13393) @@ -0,0 +1,54 @@ + + + + /org/richfaces/renderkit/html/scripts/jquery/jquery.js, org/ri= chfaces/ui/renderkit/html/scripts/pngFix.js, org/richfaces/ui/renderkit/htm= l/scripts/ui.core.js, org/richfaces/ui/renderkit/html/scripts/ui.colorpicke= r.js + + org/richfaces/ui/renderkit/html/css/colorPicker.xcss + + + + = +
+ +
+ + + +
+ + = + + + = + + + + + + + + +
+
\ No newline at end of file Property changes on: trunk/docs/cdkguide/en/src/main/resources/examples/htm= lInputDate.txt ___________________________________________________________________ Name: svn:executable + * Added: trunk/docs/cdkguide/en/src/main/resources/images/addProject.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: trunk/docs/cdkguide/en/src/main/resources/images/addPr= oject.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: trunk/docs/cdkguide/en/src/main/resources/images/javaEEModule.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: trunk/docs/cdkguide/en/src/main/resources/images/javaE= EModule.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: trunk/docs/cdkguide/en/src/main/resources/images/projects.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: trunk/docs/cdkguide/en/src/main/resources/images/proje= cts.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: trunk/docs/cdkguide/en/src/main/resources/images/removeItem.png =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (Binary files differ) Property changes on: trunk/docs/cdkguide/en/src/main/resources/images/remov= eItem.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream --===============3124742800414529619==--