| View: | [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Developing Hibernate applications for use with WebSphere Application Server by Sunil Patil - [Clicks: 440]
This article provides step by step instructions on using Websphere Application Server's connection and transaction management when creating Hibernate applications.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/techjournal/0409_patil/0409_patil.html - Sep, 2004 - Meet the Experts: Roland Barcia on using JMS and JSF by Roland Barcia - [Clicks: 61]
This question and answer article features WebSphere expert Roland Barcia who answers questions on using Java Messaging Service (JMS) with WebSphere Application Server and WebSphere MQ, developing Java Server Faces (JSF) applications with WebSphere Studio Application Developer, and building and deploying applications to WebSphere Application Server.
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0407_barcia/0407_barcia.html - Jul, 2004 - Plugging into WebSphere by Kulvir Singh Bhogal - [Clicks: 66]
In a recent article I wrote about WebSphere Application Server (WAS) Version 5 clustering—"Cluster WebSphere Servers" (Java Pro, May/June 2004) - I presented how WAS has built-in facilities that provide scalability through load balancing and high availability through failover. Here, I'll shed more light on the subject, focusing on the role of the Web server plug-in (also referred to as the WebSphere HTTP Plug-in) in a clustered topology.
http://www.ftponline.com/javapro/2004_06/online/kbhogal_06_02_04/ - Jun, 2004 - Securing only the login page with WebSphere and Secure Sockets Layer by Ricardo Olivieri - [Clicks: 101]
Web applications that do not transmit sensitive information run faster if the transport layer does not enforce encryption. This article shows you how to configure a Web application so that Secure Sockets Layer (SSL) is used only for transmission of user IDs and passwords, and not for other information exchanged between client and server. In this way, you can improve performance and still protect user IDs and passwords, thus preventing unauthorized access to data. The article uses WebSphere Studio V5 to develop and test the application, and WebSphere Application Server to deploy it.
[Includes a sample application]
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0405_olivieri/0405_olivieri.html - May, 2004 - WebSphere migrations: Migrating from WebSphere Application Server V4.0 to V5.x by Wayne Beaton - [Clicks: 19]
This high level checklist for migrating between versions of IBM WebSphere Application Server can help you address major application- and environment-related areas so that your migration will be successful.
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0405_beaton1/0405_beaton1.html - May, 2004 - The Express route to Web application development by Sham Sham Lim - [Clicks: 37]
This article introduces the Java developer to the basics of application with WebSphere Application Server - Express using DB2 Express for the data store. It covers the basic architecture of WebSphere Application Server - Express and DB2 UDB Express, explains terminology, and covers details you will need to know, from installation of the products, through configuration, to deploying a Java application.
http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0405lim/index.html - May, 2004 - Cross Pollination by Kulvir Singh Bhogal - [Clicks: 10]
Do you need to get your Java client to use a WAS-powered, server-side component? See how to use existing, reusable, WAS-powered EJBs to achieve complex cross-JRE communication.
http://www.ftponline.com/javapro/2004_05/online/ksingh_05_12_04/ - May, 2004 - Static and dynamic caching in WebSphere Application Server V5 by Bill Hines - [Clicks: 26]
This book excerpt explains how different types of caching can be used to maximize the performance and minimize the workload of each layer of a distributed Web application in WebSphere Application Server.
http://www-106.ibm.com/developerworks/websphere/techjournal/0405_hines/0405_hines.html - May, 2004 - Co-hosting multiple versions of J2EE applications by Indrajit Poddar - [Clicks: 15]
This article identifies and addresses key issues that need to be resolved to enable co-hosting of multiple versions of J2EE applications in a single WebSphere Application Server instance.
http://www-106.ibm.com/developerworks/websphere/techjournal/0405_poddar/0405_poddar.html - May, 2004 - Debugging WebSphere Application Server Version 5 by Alice Etim - [Clicks: 27]
There's a wealth of information out there about debugging IBM WebSphere Application Server. Users can go to the WebSphere Application Server Web site to search for technical documents, error messages, APARs, fixes, tools, and more. This article complements some of the information already published by compiling a concise set of debugging guidelines on Application Server components for use by Application Server developers, administrators, testers, customers and users.
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0405_etim/0405_etim.html - May, 2004 - Mapping CMP entity bean fields to CLOB columns using WebSphere Studio by Wayne Beaton - [Clicks: 30]
Character Large Object (CLOB) columns can cause run-time errors when they are mapped to EJB container-managed persistence (CMP) entity bean fields. This article shows you how to use WebSphere Application Server converters to solve this problem , as well as do other conversions/transformations, such as changing the format of string values passed between the database and Java.
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0405_beaton/0405_beaton.html - May, 2004 - Cluster WebSphere Servers by Kulvir Singh Bhogal, Javid Jamae - [Clicks: 77]
WebSphere Application Server's built-in clustering allows enterprises to run efficiently by preventing degradation and downtime.
http://www.ftponline.com/javapro/2004_05/magazine/features/sbhogal/ - Apr, 2004 - Using Web Services Security in WebSphere Application Server by Sanjay Bose - [Clicks: 32]
This article describes how to leverage the Web Services Security specification to secure an existing Web service. It demonstrates how to use message-level security (MLS) provided by Web Services Security in IBM WebSphere Application Server V5.0.2 to sign the message using X.509-based Digital Signatures for integrity, and how to encrypt the message using XML Encryption for confidentiality. It also demonstrates how to use both these provisions in tandem with transport-level security (TLS) provided by SSL/HTTPS.
[Includes sample code]
http://www-106.ibm.com/developerworks/websphere/techjournal/0404_bose/0404_bose.html - Apr, 2004 - WebSphere Enterprise Scheduler planning and administration guide by Chris D. Johnson - [Clicks: 78]
This document is designed to give the reader an in-depth understanding of how to plan for, configure, administer and monitor the Scheduler service in WebSphere Business Integration Server Foundation Version 5.1 (and, previously, in WebSphere Application Server Enterprise Version 5.0.2), enabling high performance, high availability, persistence and transactional scheduling of J2EE operations.
http://www-106.ibm.com/developerworks/websphere/techjournal/0404_johnson/0404_johnson.html - Apr, 2004 - JavaServer Pages in WebSphere Application Server Technology for Developers V6 - Part 2 by Scott Johnson - [Clicks: 31]
The JavaServer Pages (JSP) engine in WebSphere Application Server Technology for Developers (TD) V6 can be configured for optimal performance in both a production server environment and a development environment. This article, the second in a three-part series, explores the performance-related configuration options available in the WebSphere Application Server V6 TD JSP engine.
http://www-106.ibm.com/developerworks/websphere/techjournal/0403_johnson/0403_johnson.html - Mar, 2004 - Recommended reading list: Software testing by Alexandre Polozoff - [Clicks: 9]
This reading list focuses on best practices for software testing in WebSphere and J2EE environments, and includes articles on automated testing and test planning as well as technical how-to articles on testing with IBM Rational test tools. Many of the articles listed below were recently published on IBM developerWorks. This list is intended for customers, consultants, and other technical specialists engaged in or interested in software testing.
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0402_polozoff/0402_polozoff.html - Feb, 2004 - Database authentication in WebSphere Application Server V5 by Jian Tang, Teresa Kan - [Clicks: 44]
In WebSphere Application Server V5, an application component provider can use the res-auth element to specify how to associate a security principal with a data source, either indicating a container-managed alias, a component-managed alias, or both. This article describes the relationship between these aliases and the res-auth element in the deployment descriptor, and also describes how the WebSphere Application Server run time associates these two aliases with a data source under different res-auth settings.
[Includes source code]
http://www-106.ibm.com/developerworks/websphere/techjournal/0402_tang/0402_tang.html - Feb, 2004 - Ten Steps to Getting Support for WebSphere Application Server - [Clicks: 34]
Whether you are a new user looking for basic information, or an experienced user looking for a specific workaround, you can benefit immediately from IBM's extensive Web-based support. Download fix packs, search on keywords, find how-to information, and possibly solve a problem -- all before contacting IBM Software Support directly.
http://www-106.ibm.com/developerworks/websphere/support/appserver_support.html - Feb, 2004 - JavaServer Pages in WebSphere Application Server Technology for Developers V6 - Part 1 by Scott Johnson - [Clicks: 32]
This article, the first in a three-part series, describes the internal operations of the batch compiler and explores the batch compiler configuration parameters that are available in WebSphere Application Server Technology for Developers V6.0. Also focused on WebSphere Application Server V6.0 TD, Part 2 will cover performance tuning the JSP Engine, and Part 3 will examine the architecture of the JavaServer Pages Engine.
http://www-106.ibm.com/developerworks/websphere/techjournal/0401_johnson/johnson.html - Jan, 2004