Articles avec le mot clé « java » :
Oracle JDK Installation unter Windows mit Kommandozeilenoptionen
Seit dem JDK8, Update 1xx scheint die Default-Installation beim Doppelklick auf den Installer eine "Silent"-Installation zu sein.
Auf http://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html#table_config_file_options gibt es eine Tabelle mit möglichen Optionen. Für eine Installation mit möglichst wenig Müll können folgende Optionen verwenden …
Auto-Increment-Identifier-With-MSSQL-And-Hibernate
If you’re using MSSQL Server and wondering about this error message produced by Hibernate:
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert explicit value for identity column in table '<TABELNAME>' when IDENTITY_INSERT is set to OFF.
you’re annotated classes are maybe missing the @GeneratedValue annotation for the …
How To Use HTML Comments in JSF Files with JSF 1.1 and 1.2
Using in comments in JSF web pages seems to be a kind of a problem. At least using Apache MyFaces (http://myfaces.apache.org) / Apache MyFaces Tomahawk (http://myfaces.apache.org/tomahawk/) or JBoss Seam (http://www.seamframework.org), because these two implementation just don’t interpret comments as comments …