« Return to Thread: How to share api from web project to other project

How to share api from web project to other project

by roamerchan :: Rate this Message:

Reply to Author | View in Thread

I have two web projects, A & B, in A, I have some api in package myweb.mypackage.*, I would like to share them to other web project B.

I don't want to hardcopy the whole package source files and put them in src/java/ of project B, how can I do this?

 « Return to Thread: How to share api from web project to other project