Can I access a Java Bean that is embedded within a JAR file from a JSP page? -- 10.12.00
Created May 4, 2012
Ryan Breidenbach
If the class that defines your JavaBean is contained in a JAR file, your JSP can access it as long as the JAR file is in the classpath of the JSP container.