| View: | [ 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Checklist/Tuning Guide for Optimizing the JRockit JVM by Steven Pozarycki - [Clicks: 82]
In this article author Steven Pozarycki provides valuable information for tuning the BEA JRockit JVM using a checklist approach. He covers a lot of territory, from esoteric command-line options to iterative performance testing.
http://dev2dev.bea.com/pub/a/2007/12/jrockit-tuning.html - Dec, 2007 - Using Asynchronous Servlets to Deal with Hung Threads by Francesco Marchioni - [Clicks: 67]
This article introduces the asynchronous servlet features found in WebLogic Server that allow you to decouple the receiving of a servlet request from the sending of its response.
http://dev2dev.bea.com/pub/a/2007/12/asynchronous-servlets.html - Dec, 2007 - Note: WebLogic Server 10.3 Tech Preview Highlights by Will Lyons - [Clicks: 98]
We have just released a Technical Preview of WebLogic Server 10.3. This release focuses on three enhancement areas that we believe will improve the developer experience for you if are an existing WebLogic Server developer, or that will attract you to WebLogic Server if you are not currently using the product. This note summarizes some of the changes -- we hope to share more with you over the coming months.
http://dev2dev.bea.com/pub/a/2007/11/weblogic-server-10-tech-preview.html - Nov, 2007 - Using JAX-WS and JAXB with WebLogic Server 10: JAX-WS Customization Binding by Mike Wooten - [Clicks: 247]
Using JAX-WS and JAXB with WebLogic Server 10 introduces the JAX-WS Web service stack and the JAXB Java/XML binding technology available in BEA WebLogic Server 10. These implementations are based on JAR files from the Glassfish JAX-WS 2.0 and Glassfish JAXB 2.0 projects. This article provides a set of tutorials devoted to JAX-WS customization binding—the part of the JAX-WS specification that covers WSDL-to-Java mappings. Some mention of JAXB customization binding appears here and there.
http://dev2dev.bea.com/pub/a/2007/10/jax-ws-jaxb-customization.html - Oct, 2007 - Using JAX-WS and JAXB with WebLogic Server 10 by Mike Wooten - [Clicks: 259]
JAX-WS (Java Architecture for Web Services) is a standards-based API for coding, assembling, and deploying Java Web services, designed to replace JAX-RPC. JAXB (Java Architecture for XML Binding) is a Java/XML binding technology. JAX-WS uses JAXB to handle all the Java binding chores. This article provides an overview of the JAX-WS 2.0 and JAXB 2.0 support in BEA WebLogic Server 10.1. I include sample code to get you started.
http://dev2dev.bea.com/pub/a/2007/09/jax-ws-jaxb.html - Sep, 2007 - Mining WebLogic Diagnostic Data with XSLT by Philip Aston - [Clicks: 80]
The WebLogic Diagnostic Framework (WLDF) is a powerful subsystem that was introduced in BEA WebLogic Server 9.0. Using WLDF, you can monitor and record pretty much anything you want to about the behavior of a running WebLogic Server domain. The standard tools can be used to extract harvested data and events from the diagnostic archive but provide little to allow you to build a composite picture from that data. In this tutorial, I will show how to use XSLT to reformat diagnostic data and generate hierarchical HTML reports from the WLDF diagnostic data.
http://dev2dev.bea.com/pub/a/2007/09/mining-wldf-xslt.html - Sep, 2007 - Running Quercus, A Pure Java PHP Engine, inside Weblogic Server by Tim Hanson - [Clicks: 104]
Tim Hanson shows how to install and run Quercus, a pure Java implementation of PHP, on WebLogic Server. This implementation makes any Java resources available to PHP scripts, as well as allowing you to run applications such as MediaWiki.
[Includes sample code]
http://dev2dev.bea.com/pub/a/2007/06/php-quercus.html - Jun, 2007 - Securing Web Services with WebLogic Server 9.2 by Gary Ng, Matt Silver - [Clicks: 152]
This tutorial discusses the three facets of Web services security: message integrity, message confidentiality, and authentication, and follows this with a comprehensive tutorial on how to implement secure Web services on WebLogic Server.
http://dev2dev.bea.com/pub/a/2007/06/securing-web-services.html - Jun, 2007 - Racing to Release: Automated Application Promotion by Paul Nixon - [Clicks: 16]
Without properly prepared environments and successful application deployment, delays to your project will occur at a time when the project has little slack left in its delivery schedule. Paul Nixon shows how to avoid these pitfalls.
http://dev2dev.bea.com/pub/a/2007/04/automated-application-promotion.html - May, 2007 - Single Sign On between WebLogic Server 9.2 and IIS using SAML by Alex Rykov - [Clicks: 274]
This tutorial by Alex Rykov describes a simple SAML SSO scenario between Microsoft Internet Information Services Server (IIS) and BEA WebLogic Server 9.
http://dev2dev.bea.com/pub/a/2007/02/saml-iis.html - Apr, 2007 - Using PHP-Java Bridges with WebLogic Server by Gary Horen - [Clicks: 80]
How can you run both PHP and Java side by side and reap the benefits from both of these technologies? In this tutorial Gary Horen shows how to utilize two different PHP-Java bridges to do just this.
http://dev2dev.bea.com/pub/a/2007/02/php-java-bridge.html - Feb, 2007 - Configuring Single Sign-On using SAML in WebLogic Server 9.2 by Vikrant Sawant - [Clicks: 324]
This tutorial provides step by step instructions to configure the single sign-on capability between two simple Java EE Web applications running on two different WebLogic domains. The SAML configuration for single sign-on is performed using the WebLogic Server 9.2 Administration Console with no programming involved. The tutorial also briefly introduces the basic interactions between WebLogic containers, the security providers, and the security framework during the single sign-on process.
http://dev2dev.bea.com/pub/a/2006/12/sso-with-saml.html - Jan, 2007