SSL
Data exchanged with the HTTP and T3 protocols can be encrypted with the Secure Sockets Layer (SSL) protocol. Using SSL assures the client that it has connected with an authenticated server and that...
View ArticleJNDI
The Java Naming and Directory Interface (JNDI) is a standard Java API that enables applications to look up an object by name. WebLogic Server or a user application binds the Java objects it serves to a...
View ArticleJDBC
Java Database Connectivity (JDBC) provides access to backend database resources. Java applications access JDBC using a JDBC driver, which is a database vendor-specific interface for a database server....
View ArticleJ2EE Connector Architecture
The J2EE Connector Architecture adds simplified Enterprise Information System (EIS) integration to the J2EE platform. It provides a Java solution to the problem of connectivity between the multitude of...
View ArticleJMS – Java message service Funktionsweise und Beispiele
Java Message Service (JMS) ist ein API für den Austausch von Nachrichten zwischen zwei oder mehr Clients, die in der Programmiersprache Java geschrieben sind. Die API und der zugehörige Dienst...
View ArticleBringt Spring noch Vorteile gegenüber EJB 3.0 ?
Was ist Spring? Spring ist ein beliebtes, aber nicht standardisiertes open source J2EE-framework. Es baut auf light-weight Komponenten POJOs auf. Unterstützt das Prinzip der Dependency Injection,...
View Article