Batch processing with Java
Map CSV records to your domain objects so you can still work with the Object Oriented aspect of Java. CB4J has no dependencies and hence a small memory footprint :…
Map CSV records to your domain objects so you can still work with the Object Oriented aspect of Java. CB4J has no dependencies and hence a small memory footprint :…
Deutsch: Java 7 Mehr als eine Insel Java ist auch eine Insel JSFAtWork, JSF 2.0 und Apache MyFaces Programmieren Java: Einführung Programmieren Java: Aufbau Englisch: Data Structures and Algorithms with…
Der Artikel von Peter Blackford beschreibt die Einrichtung und die Anwendung vom Plugin check_snmp vom Nagios.
@GET Produces("application/xlm") public String getData(@Context HttpServletRequest request){ String ip = request.getRemoteAddr(); } Die Annotation @Context kann folgende Objekte injizieren: javax.ws.rs.core.HttpHeaders javax.ws.rs.core.UriInfo javax.ws.rs.core.Request javax.servlet.HttpServletRequest javax.servlet.HttpServletResponse javax.servlet.ServletConfig javax.servlet.ServletContext javax.ws.rs.core.SecurityContext dvAppBean.getServletContext().getInitParameter(Constants.XYZ_SEARCH_LIMIT)
Eine Netscreen als Internetzugang per PPPoE. Ein DNS-Proxy am internen Interface und verschiedene Server für unterschiedliche Domain. # unset pppoe name xyz update-dhcpserver # get pppoe name xyz | include…
Das Oracle Java 7 JDK wurde in das Repository der Rasperry Pi Foundation aufgenommen. Den ganzen Artikel von heise.de/open kann man hier lesen. sudo apt-get update && sudo apt-get install…
[code lang="sql"]use mydb go select s.object_id, s.name, s.schema_id, s.type, s.type_desc, object_definition(s.object_id) from sys.all_objects s where type IN ('P', 'V', 'FN', 'TR', 'IF', 'TF', 'U') and is_ms_shipped = 0 order by…