Nick Dallamora

Greenhorn
+ Follow
since Aug 12, 2011
Nick likes ...
Eclipse IDE Java Ubuntu
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nick Dallamora

Hi All!

I'm currently developing a web application that uses RichFaces 3.3.2. One of the benefits of this version of RichFaces is being able to control how it loads Scripts and Styling Sheets a la the LoadScriptStrategy and LoadStyleStrategy attributes you can set in web.xml. I currently have these values set to "DEFAULT" so that they are loaded on-demand and cached automatically after the cold call. This works well, but it also loads a lot of unnecessary junk into my application.

I'm wondering if there is a way to tell RichFaces to only import the packages that I'm using? Either that or some systematic approach to figuring out what files I DO need to import, that way I can set each of my strategies to "NONE" and do all of my importing manually.

Any advice/previous experience is greatly appreciated. Thanks guys.

-Nick
12 years ago
JSF