Jar « JSP « JSF Q&A





1. Exception encountered with fiji charts even after including all the required jars    stackoverflow.com

My requirement is to dynamically populate graphs on the basis of data retrieved from the database. The jars included are as follows:

flamingo-service-jsf-1.6.1-SNAPSHOT.jar
amf-serializer-1.6.1-SNAPSHOT.jar
common-annotations.jar
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-logging.jar
el-api-1.0.jar
el-impl-1.0.jar
fiji-api-1.0.0.jar
fiji-ui-1.0.0.jar
jsf-api-1.2_09.jar
jsf-facelets-1.1.14.jar
jsf-impl-1.2_09.jar
jstl-1.2.jar
laguna.jar
richfaces-api-3.2.2.CR3.jar
richfaces-impl-3.2.2.CR3.jar
richfaces-ui-3.2.2.CR3.jar
standard.jar
My Bean is as follows:
import java.util.ArrayList; 
import java.util.Date; 
import java.util.LinkedHashMap; ...

2. How to access the JSP file from WEB-INF/lib/module.jar    stackoverflow.com

I want to create my web application modularized. By this User could able to install/unstalled the specific module. When user installed the module, one jar (which contains JSP files, java classes ...