ADF Essentials & Glassfish 3: How to share images across applications?
Wes FangMar 27 2013 — edited Mar 28 2013All,
I have studied and implemented this very helpful example Frank posted over at ADF Code Corner
http://www.oracle.com/technetwork/developer-tools/adf/learnmore/86-images-from-jar-427953.pdf
However, the method described works via the use of ADF Shared Libraries, a feature in weblogic.
What other method do you guys recommend on sharing a set of images across multiple applications?
For example
I have an image called delete.gif, I would use it on certain commandbutton across the system which is built using many applications (sum of parts pattern).
Thanks,
Wes