Use of framework in java web project

Asked

Viewed 51 times

0

I have a java project that runs services (SOAP/REST) and we have a framework that supports this, generates report, makes REST calls and so on, and I also have a java web project (Javaee) that captures a list in the View that the user typed. We wanted the java web project to validate what comes from the View and after manipulating, run the methods of the Soap/framework project. This is possible ?

Because we can import and call the methods of this SOAP project and the framework utilities, but when we run in practice the errors are summarized as "java.lang.Classnotfoundexception". As if you couldn’t read these classes.

  • 1

    This error occurs when a class is not found. You are adding the lib that this not located class belongs to in the project’s classpath?

  • I’m putting the java project as a function of Java Web, libs no longer come as part of a whole ?

  • I’m not sure, especially when it comes to other libs added to the other project.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.