To understand how to do proper application server development, you need to understand how the two basic containers of an application server work, namely the Web container and the EJB container. This ...
There's been a shift in the enterprise Java community when it comes to what has commonly been referred to as an "application server." What was an application server? Historically, when an enterprise ...
Application sharing between a client, middleware and enterprise server Application sharing between a client, application server and enterprise database server.
One of the interesting design challenges facing the people supporting the IEED research effort discussed yesterday involves how much of the key applications to embed in the database design. In that ...
We’re all familiar with the IT “war room” scenario. When there’s an issue, members of the IT team come together to troubleshoot and find a solution. For organizations with important applications, such ...
We’ve all done it. We needed to pull data out of an SQL database, and the query we needed to pull out data was a complex query with multiple table joins, complex filter criteria, and sophisticated ...
Database connectivity gives desktop and Web applications much of their value. .NET developers have products and framework objects that can tie a front-end application to SQL Server, MySQL, Sybase, ...