Hello all,
I have simple test web application project and was doing some exploring on objectify4. I was uploading the war to the remote server using "\bin\appcfg.cmd". The project has one simple .jsp file using the
UserService and User classes.
I am looking at the local temp folder created by the "appcfg update war" command. It has pre-compiled jsp file and jarred into the "_ah_compiled_jsps-0000.jar". Surprisingly this jar contains the compiled emulated User.java class from "src\main\resources" folder of the Objectify jar. Please find the attached jar.
I want to know how that User.class got jarred into the _ah_compiled_jsps-0000.jar.
Thanks&Regards,
Sarath U.