j2ee: Java Code in JSPs - different mechanisms [2/27] ![]() ![]() ![]() |
Let's review the mechanisms we have seen so far to run Java code in a JSP.
jsp:useBean, jsp:getProperty,
jsp:setProperty
actions to call the Bean code
These are listed in order of complexity or application development team size. By employing more of these techniques, we can separate the project into the areas of expertise needed to complete the coding.
The next two techniques we'll look at are the JSP expression language, and custom tag libraries