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