The question about JSP compile
Hi Experts:
EBS 12.1.3 , under $COMMON_TOP/_pages.
1.When compile JSP automatic, under $COMMON_TOP/_pages,these files will be created:
.class .java .jpa
2.Use command [ojspCompile.pl] compile JSP , only .class file will be created.
3.Use command [ojspc] compile JSP , .class file and .java file will be created.
Above 3 ways, the size of .class files are different.
Question:
When compile the JSP files in EBS, are there any difference among 3 ways?
Regards
Sun