You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/11/30 20:21:40 UTC

svn commit: r840219 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/images/

Author: buildbot
Date: Fri Nov 30 19:21:37 2012
New Revision: 840219

Log:
Staging update by buildbot for openejb

Added:
    websites/staging/openejb/trunk/content/images/netbeans-databaseConnection1.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-entityCreationStep1.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-entityCreationStep2.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-persistance1.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-persistance2.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-persistance3.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-serverCreate1.png   (with props)
    websites/staging/openejb/trunk/content/images/netbeans-serverCreate2.png   (with props)
Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/tomee-and-netbeans.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 30 19:21:37 2012
@@ -1 +1 @@
-1415791
+1415798

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 30 19:21:37 2012
@@ -1 +1 @@
-1415791
+1415798

Added: websites/staging/openejb/trunk/content/images/netbeans-databaseConnection1.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-databaseConnection1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-entityCreationStep1.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-entityCreationStep1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-entityCreationStep2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-entityCreationStep2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-persistance1.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-persistance1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-persistance2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-persistance2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-persistance3.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-persistance3.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-serverCreate1.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-serverCreate1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/openejb/trunk/content/images/netbeans-serverCreate2.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/openejb/trunk/content/images/netbeans-serverCreate2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/openejb/trunk/content/tomee-and-netbeans.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomee-and-netbeans.html (original)
+++ websites/staging/openejb/trunk/content/tomee-and-netbeans.html Fri Nov 30 19:21:37 2012
@@ -155,11 +155,11 @@ lets just create a Java Web project in N
 with NetBeans and you know how to create and run a web project in NetBeans). In the server screen 
 we can add TomEE like the given screenshot below.</p>
 
-<p><img src="http://4.bp.blogspot.com/-FPdFJETt19o/ULfXFBECmII/AAAAAAAADBw/LYIimweZZZY/s640/serverCreate1.png" alt="alt text" /></p>
+<p><img src="images/netbeans-serverCreate1.png" alt="alt text" /></p>
 
 <p>Now hit next. In the next step you need to select the folder where the TomEE server is present.</p>
 
-<p><img src="http://3.bp.blogspot.com/-U1jdrYY96h0/ULfYln3tlQI/AAAAAAAADB4/IEDsDD1HkGk/s640/serverCreate2.png" alt="alt text" /></p>
+<p><img src="images/netbeans-serverCreate2.png" alt="alt text" /></p>
 
 <p>As soon as you hit finish your work is done. NetBeans would add the manager user in the tomcat 
 server and also you will get back to the project creation window. Continue to the step for choosing 
@@ -173,15 +173,15 @@ OpenJPA in Netbeans so that the netbeans
 So to do that you need to first create a connection to a database. Lets assume that we create one 
 for MySQL server as shown in the screenshot below.</p>
 
-<p><img src="http://2.bp.blogspot.com/-iNSh2SpYrN0/ULfdtvxeBlI/AAAAAAAADCI/CdkB8dwhrss/s640/databaseConnection1.png" alt="alt text" /></p>
+<p><img src="images/netbeans-databaseConnection1.png" alt="alt text" /></p>
 
 <p>So once this connection is there we are ready to create Entity classes from the selected database.
 To do that follow the menu as shown in the screenshot below.
-<img src="http://3.bp.blogspot.com/-D9eCTw9SXRs/ULffqR9rX_I/AAAAAAAADCQ/XfW_25IoEaw/s640/entityCreationStep1.png" alt="alt text" /></p>
+<img src="images/netbeans-entityCreationStep1.png" alt="alt text" /></p>
 
 <p>Once you select "Entity Classes from Database" You will be presented with the follow dialog</p>
 
-<p><img src="http://4.bp.blogspot.com/-sUEiVFlvr-0/ULfgs3GbKeI/AAAAAAAADCY/-quDKywCBcY/s640/entityCreationStep2.png" alt="alt text" /></p>
+<p><img src="images/netbeans-entityCreationStep2.png" alt="alt text" /></p>
 
 <p>In this dialog first of all we would select the connection that we created before from the top 
 dropdown. Once you select the connection Netbeans would bring all the tables in 
@@ -195,12 +195,12 @@ is running). This is because by default 
 you need to open the persistence.xml file from the project (Project explorer -> double click on 
 persistence.xml). This would open the persistence.xml editor window. As shown below</p>
 
-<p><img src="http://1.bp.blogspot.com/-8GBvElm7Fs4/ULfkn51KrnI/AAAAAAAADCo/P1JWSAtkoNU/s640/persistance1.png" alt="alt text" /></p>
+<p><img src="images/netbeans-persistance1.png" alt="alt text" /></p>
 
 <p>Now in this window we will select "New Persistence Library" option from the Persistence Library 
 dropdown. This will open the following dialog box.</p>
 
-<p><img src="http://4.bp.blogspot.com/-FYC0mcs1d2Q/ULfnQ1TKaaI/AAAAAAAADC0/E4m5ZbOHrNU/s640/persistance2.png" alt="alt text" /></p>
+<p><img src="images/netbeans-persistance2.png" alt="alt text" /></p>
 
 <p>Here you need to choose the following two jar files from the TomEE installation 
 folder - javaee-api-6.0-4-tomcat.jar and openjpa-asm-shaded-2.2.0.jar. Do make sure that you 
@@ -208,7 +208,7 @@ are choosing the jar files from the same
 the proper libraries hit Ok to close the dialog and go back to the persistence.xml editor screen 
 of netbeans.</p>
 
-<p><img src="http://1.bp.blogspot.com/-E2Z3CCMJm1o/ULfoa5Ws3SI/AAAAAAAADDA/hoTooDnlT4Q/s640/persistance3.png" alt="alt text" /></p>
+<p><img src="images/netbeans-persistance3.png" alt="alt text" /></p>
 
 <p>Now here from the persistence library choose OpenJPA and save the file as shown in the above 
 screenshot. Now just restart the server once and you are all set to run TomEE with JPA.</p>