문제

I was wondering if its possible to have server code placed into a separate project and still be able to invoke and access the code from my IBM Worklight project. Or does all server code(including custom java classes) need to be within the same project.

도움이 되었습니까?

해결책

Server code ( including all the custom java classes ) needs to be with in the same project. Because while building WAR file java files are also needs to be builded. ( you can rename the war file to zip file and see the java class files)

What you actually wants to try?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top