Nig project setup quickly tutorial

Preview:

Citation preview

1

NIG Project Setup Quickly

TutorialAlbert Guo

junyuo@gmail.com

2

PrerequisiteO Installed and configured

RSA(Rational Software Architect) and WAS(WebSphere Application Server) based on RSA開發環境安裝手冊 (簡易版 ).doc

O Install subclipse Plug-in for RSA(Rational Software Architect): http://subclipse.tigris.org/

3

Let’s go!

4

File New Other

5

Retrieve Project From SVN

6

Provide SVN URL and click Next

7

Choose “nig” folder and click Next

8

Click Next

9

Click Finish

10

Check the result

11

Import subprojects

Import subprojects separately

12

File Import

13

Select “Existing Projects into Workspace” Next

14

Select “nig-api” subproject Finish

15

Select “nig-batch” subproject Finish

16

Select “nig-core” subproject Finish

17

Select “nig-ear” subproject Finish

18

Select “nig-web” subproject Finish

19

Select “nig-webservice” subproject Finish

20

All projects had been checked out

21

Select “nig” main project Run As Maven build…

22

Fill in “clean install” in Goals Run

23

Check the result

24

Click WAS Add and Remove

25

Add “nig-ear” Finish

26

Startup WAS

27

Start WAS successfully

28

http://localhost:9080/nig/

Recommended