g*****g 发帖数: 34805 | 1 For your reference, JSP is compiled to servlet before
running. However, it's supposed to be in presentation tier
in J2EE structure. You'd better put your logic in an servlet
for C/S or EJB if it's 3 tiers.
In a work applet+JSP works, better not put logic in JSP. |
|