SE452: Java Code in JSPs - different mechanisms [5/18] ![]() ![]() ![]() |
Let's review the mechanisms we have used so far to run Java code in a JSP.
jsp:useBean, jsp:getProperty,
jsp:setProperty
actions to call the Bean code
The book lists these as being 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