blob: 6ade33e48b2d916de195d14e6456f4df40b25e8d [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= Video of Deploying a Web Application to the Oracle WebLogic Server
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Video of Deploying a Web Application to the Oracle WebLogic Server - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Video of Deploying a Web Application to the Oracle WebLogic Server
|===
|This screencast demonstrates the support for the Oracle WebLogic server in NetBeans IDE. The screencast demonstrates how to register an instance of the server with the IDE and then deploy a Java EE 5 web application. The IDE can automatically generate and configure the WebLogic descriptor file and deploy required JDBC drivers to the server. You also have the option of enabling JavaServer Faces 2.0 libraries on the server from the IDE.
Author: Ken Ganfield
Time: 10:20
link:http://bits.netbeans.org/media/weblogic4.mp4[+Watch full size+] (Ctrl-Click to download, 19 MB)
If you are having problems viewing the screencast on the right, allow the screencast to download before starting. Alternatively, you can click the link above to view the full-size version of the screencast.
link:/about/contact_form.html?to=3&subject=Feedback: Deploying a Java EE Application to the Oracle WebLogic Server[+Send Feedback on This Tutorial+]
|
|===
== Related links
* link:../web/jsf-jpa-weblogic.html[+Running a JavaServer Faces 2.0 Web Application on Oracle WebLogic Server+]