| Proyecto Integral de Ingeniería del Software | |
|---|---|
| Metodologías Ágiles |
| Trabajo Fin De Grado | |
|---|---|
| Guía Memoria TFG |
| Servidores | |
|---|---|
| Minercraft | |
| Knoppia | |
| Omegacraft |
| Base de datos de juegos | |
|---|---|
| GameBoy Advance (GBA) |
| Proyecto Integral de Ingeniería del Software | |
|---|---|
| Metodologías Ágiles |
| Trabajo Fin De Grado | |
|---|---|
| Guía Memoria TFG |
| Servidores | |
|---|---|
| Minercraft | |
| Knoppia | |
| Omegacraft |
| Base de datos de juegos | |
|---|---|
| GameBoy Advance (GBA) |
public void contextInitialized(ServletContextEvent sce){
path=sce.getServletContext().getRealPath(path)//ruta exacta en el disco duro de donde está el fichero
try{
File fichero = new File(path);
if(!fichero.exist()){
System.out.println("Hola");
ObjectOutputStream oos
oos.WriteIbject(new Hashtable<String, ClaseQueGuardaremos>);
oos.clos();
}else{
System.out.println("Error");
}
}
}