// Set up the environment for creating the initial context Hashtable<String, Object> env = new Hashtable<String, Object>(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); env.put(Context.PROVIDER_URL, "ldap://localhost:389/o=JNDITutorial"); // Authenticate as S. User and password "mysecret" env.put(Context.SECURITY_AUTHENTICATION, "simple"); env.put(Context.SECURITY_PRINCIPAL, "cn=S. User, ou=NewHires, o=JNDITutorial"); env.put(Context.SECURITY_CREDENTIALS, "mysecret"); // Create the initial context DirContext ctx = new InitialDirContext(env); // ... do something useful with ctx
Der EuGH hat entschieden, dass gebrauchte Lizenzen von heruntergeladener Software weiterverkauft werden dürfen. Das ist ein Signal auch an die Musik- und Buchbranche. Das Urteil stärkt auch die Seriosität der beklagten Firma UsedSoft GmbH, die gegen Orcle den Prozess gewann.
How to Install Oracle Java JDK on Ubuntu Linux. This tutorial will cover the installation of 32-bit and 64-bit Oracle Java 7 (currently version number 1.7.0_51) JDK on 32-bit and 64-bit Ubuntu operating systems. These instructions will...
Starting from its 2.0.0 release, SOCI uses the plug-in architecture for backends - this allows to target various database servers. Currently (3.1.0), the following database servers are supported:
MySQL
ODBC (generic backend)
Oracle
PostgreSQL
SQLite3
E. Chong, S. Das, G. Eadon, and J. Srinivasan. VLDB '05: Proceedings of the 31st international conference on Very large data bases, page 1216--1227. VLDB Endowment, (2005)
A. Memon, I. Banerjee, and A. Nagarajan. Automated Software Engineering, 2003. Proceedings. 18th IEEE International Conference on, page 164-173. (October 2003)
P. Santos-Neto, R. Resende, and C. Pádua. SAC '07: Proceedings of the 2007 ACM symposium on Applied computing, page 1409--1415. New York, NY, USA, ACM, (2007)