Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/08/2017, 23:12
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 7 meses
Puntos: 188
Respuesta: ¿Cómo actualizar dato importante en Web Java?

Supongamos q tienes un filename.properties con MAINTENANCE DENTRO

<%@ page import = "java.util.ResourceBundle" %>
<% ResourceBundle rs = ResourceBundle.getBundle("filename");
String maint=rs.getString("MAINTENANCE");
<%=maint%>
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}