Top "Resources" questions

Assets (like memory, disk space, CPU power or alike) necessary for effective operation or physical files (like images, configuration files or other) to provide some externalized enrichment to an application.

Preferred way of loading resources in Java

I would like to know the best way of loading a resource in Java: this.getClass().getResource() (or getResourceAsStream()), Thread.…

java resources
DisplayName attribute from Resources?

I have a localized application, and I am wondering if it is possible to have the DisplayName for a certain …

c# asp.net-mvc localization resources resx
Any easy way to use icons from resources?

I have an C# app. I need to add an icon to that app so i added an icon resource. …

c# forms resources icons
What is the JSF resource library for and how should it be used?

The JSF <h:outputStylesheet>, <h:outputScript> and <h:graphicImage> components have a library attribute. …

jsf jsf-2 resources
Spring Boot access static resources missing scr/main/resources

I am working on a Spring Boot application. I need to parse an XML file (countries.xml) on start. The …

java spring spring-boot resources spring-properties
Android how to get access to raw resources that i put in res folder?

In J2ME, I've do this like that: getClass().getResourceAsStream("/raw_resources.dat"); But in android, I always get null …

android java-me resources inputstream android-resources
What does MissingManifestResourceException mean and how to fix it?

The situation: I have a class library, called RT.Servers, containing a few resources (of type byte[], but I don't …

c# .net resources manifest culture
Load properties file in JAR?

I'm having trouble when one of the jars that my web app depends on tries to load a properties file …

java maven-2 resources properties classloader
How to access static resources when mapping a global front controller servlet on /*

I've mapped the Spring MVC dispatcher as a global front controller servlet on /*. <servlet> <servlet-name>home&…

java servlets resources
Accessing a resource via codebehind in WPF

I have a custom collection defined in my window resources as follows (in a Sketchflow app so the window is …

c# wpf xaml resources code-behind