1
votes

I am developing a GWT application using maven modules and the structure is as below

ServerModule - contains server side code ClientModule - contains client side gwt code and rpc code com.test.client - gwt classes com.test.server - rpc classes

I want to deploy the war file into jboss server I am building the client module using maven:war plugin it compiles without any errors but I could not find any class files for the server side classes I have under server package.

Can you please explain me how I can build the server side classes and when it will generate class files ?

1
Welcome to stackoverflow. Please publish relevant folder layout and maven pom.xml for clarity in your query.appbootup

1 Answers