About bearparc

A software development blog for the qualified developer

Blogroll

Application Server (24)
Business Intelligence (13)
Business Logic Layer (6)
C (2)
C++ (3)
CMMI (4)
Data Mining (3)
DataMart (11)
DataWarehouse (11)
ETL (7)
FAQ – Troubleshooting (8)
Framework (4)
Hardware (10)
Informatica Powercenter (6)
Investition (2)
J2ee (8)
Java (6)
JBoss (1)
Liferay (11)
LINUX (11)
objektorientiertes Design (2)
OLAP (7)
Oracle (48)
Projektmanagement (5)
Prozeßmodelle (4)
Software (33)
SQL (24)
Uncategorized (31)
Web 2.0 (5)
Weblogic (17)
wordpress (5)
XML (2)

WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

resource ¤ ora-00054: ¤ linux ¤ informatica ¤ supported ¤ oracle ¤ with ¤ specified ¤ this ¤ nowait ¤ ora-00845 ¤ 8024402c ¤ to_integer ¤ zeilen ¤ acquire ¤ workflow ¤ memory_target ¤ system ¤ busy ¤
ora-00054 ¤ ora-00845 linux ¤ ora-00845 ¤ informatica workflow ¤ ora-00845: memory_target not supported on this system ¤ ora-00054: resource busy and acquire with nowait specified ¤

www.brokerbase.ch network

Search



Add to Technorati Favorites Blogverzeichnis - Blog Verzeichnis bloggerei.de Deutsches Blog Verzeichnis blogoscoop Add to Google http://www.wikio.de

Application Server

« Previous Entries

Bringt Spring noch Vorteile gegenüber EJB 3.0 ?

Sunday, April 29th, 2007

Was ist Spring? Spring ist ein beliebtes, aber nicht standardisiertes open source J2EE-framework.

Neues in EJB 3.0

Monday, April 23rd, 2007

Was ändert sich in EJB 3.0 gegenüber EJB 2.x?

XML HTTP Request Objects

Monday, April 23rd, 2007

Warum das XML HTTP Request object?

Webservices

Monday, April 23rd, 2007

Ansatz zur Umsetzung einer SOA.

POJO

Monday, April 23rd, 2007

Plain old Java Object, mit POJO’s baut man das Domain Model auf, ohne umfangreiche Konventionen wie bei Entity Beans einhalten zu müssen. Man konzentriert sich auf die fachlichen Aspekte (Rich Domain Model), so daß in der Session-Beans nur noch Transaction-Handling

JMS – Java message service Funktionsweise und Beispiele

Thursday, April 5th, 2007

Java Message Service (JMS) ist ein API für den Austausch von Nachrichten zwischen zwei oder mehr Clients, die in der Programmiersprache

J2EE Connector Architecture

Tuesday, April 3rd, 2007

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 application servers and EISes. By using the Connector Architecture, it is no longer necessary for EIS vendors to customize their product for each application server. By [...]

JDBC

Saturday, March 31st, 2007

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. Although any Java application can load a vendor’s JDBC driver, connect to the database, and perform database operations, WebLogic Server provides a significant performance advantage by offering [...]

JNDI

Friday, March 30th, 2007

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 name in a naming tree. An application can look up objects, such as RMI objects, Enterprise JavaBeans, JMS Queues [...]

SSL

Thursday, March 29th, 2007

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 data transmitted over the network is private.

« Previous Entries