Hello Forum
I have a web project(project a) that works. The screen comes up, the user enters data, clicks submit and it updates the data base. Now I’m working on another web project(project b). It is almost the same as project b except: The screen has a different heading. I have a couple of methods in a couple of classes that override methods in project a. How do I compile project b so that it gets everything from project a and overrides a few things ? I have tried creating a jar file from project a and putting that in the pom file for project b. But that didn’t work. In the build path for project b I added project a in the Projects tab, but that didn’t work. What else can I try ?
Thanks