@@ -395,22 +395,8 @@ public interface OrderMapper {
395
395
<subsection name =" Running JPetStore" >
396
396
<p >You may ask. Does all this work? Yes it does! Let's run it.</p >
397
397
<p >Let's assume you have a clean computer. These are the steps you should follow to
398
- have the sample running on Tomcat 7 with NetBeans 7 :
398
+ have the sample running on Tomcat 7 with Eclipse :
399
399
</p >
400
- <ul >
401
- <li >Download and install NetBeans 7.x JEE version with Tomcat 7</li >
402
- <li >In NetBeans select Team/Subversion/Checkout</li >
403
- <li >Enter "http://mybatis.googlecode.com/svn" as repository URL</li >
404
- <li >Enter "sub-projects/jpetstore-6/trunk" as remote repository folder</li >
405
- <li >Enter your projects folder name, in my case "/home/eduardo/NetBeansProjects/jpetstore6"</li >
406
- <li >NetBeans will prompt "A new project was found do you want to open it". Press ok</li >
407
- <li >A new project named "JPetStore Demo 6" will be shown in NetBeans projects tab</li >
408
- <li >Right click on jpetstore project and select "Run"</li >
409
- <li >Select Tomcat 7 Server</li >
410
- <li >JPetStore home page should be shown!!</li >
411
- </ul >
412
- <p >These are the steps to run it in Eclipse. The process is a bit longer because Eclipse does not provide
413
- built-in SVN and maven support and does not provide an option to install Tomcat.</p >
414
400
<ul >
415
401
<li >Download and install a JDK 6 or later</li >
416
402
<li >Download and upzip Eclipse</li >
@@ -419,11 +405,10 @@ public interface OrderMapper {
419
405
<li >In eclipse, go to Help/Eclipse Marketplace</li >
420
406
<li >Install m2e plugin (maven)</li >
421
407
<li >Install m2e-wtp plugin (maven for wtp)</li >
422
- <li >Install subclipse plugin (subversion)</li >
423
- <li >Go to SVN tab</li >
424
- <li >In SVN add a new repository "http://mybatis.googlecode.com/svn"</li >
425
- <li >In SVN go to "sub-projects/jpetstore-6/trunk" </li >
426
- <li >Mouse right click and select "Check out", name the project as "jpetstore"</li >
408
+ <li >Install EGit plugin (git)</li >
409
+ <li >Go to Git tab</li >
410
+ <li >Add a new repo from https://github.com/mybatis/jpetstore-6.git</li >
411
+ <li >Select working directory, right click and select Import Projects</li >
427
412
<li >Go to Java EE tab</li >
428
413
<li >Right click on jpetstore project and select "Configure/Convert to Maven Project"</li >
429
414
<li >Right click on jpetstore project and select "run on server"</li >
0 commit comments