Can I access a java bean that is embedded within a jar file from a JSP page?
Created May 4, 2012
Serge Knystautas
Yes, any Java class or bean in a JAR file (that is in the appropriate classpath or WEB-INF) becomes accessible to any Java code with the appropriate security rights (which unless you're in a high end development system, is all Java code).