1. weblogic Web Services学习,以weblogic 11.1.1.8为例开始学习,以ORACLE官网提供的教程和用户手册为学习资料。 书单列表: Introducing Web Services Introducing WebLogic Web Services for Oracle WebLogic Server Developer's Guide for Oracle Infrastructure Web Services Getting ...

    阅读全文
  2. Introducing Web Services Oracle Web Service可以分为两类: Weblogic(Java EE) Web Service (see "Securing and Administering WebLogic Web Services") Oracle Infrastucture Web Service —SOA, ADF, and WebCenter services (see &qu ...

    阅读全文
  3. 本文参考官方文档 简介      WebLogic Web Service是根据JSR 109: Implementing Enterprise Web Services规范来实现的企业级Web服务。JSR109定义了使用JAVA实现Web Service所需的标准JAVA EE运行架构。该规范还定义了一个标准的JAVA EE Web Service打包格式,部署模式,以及运行时服务。这些WebLogic Web Service都有实现。根据该规范定义, ...

    阅读全文
  4. 本文摘自官网,WEBLOGIC 版本为12.1.1 Roadmap for Understanding WebLogic Server Domains Table-Roadmap for Understanding WebLogic Server Domains Major Task Subtasks and Additional Information 关于Weblogic Server Domai ...

    阅读全文
  5. 创建Weblogic Domain有三种方式,本文采用配置向导Configuration Wizard. 以下简称DCW。   示例环境:Weblogic 12.1.2 DCW 8-1:指定目录   DCW 8-2: 选择模板. 默认选择一个最基本的Domain,其不安装一些sample Applications.   DCW 8-3:创建管理员帐户,默认用户名为weblogic.   ...

    阅读全文
  6. 本文参考 官方文档 本文的研究基于Oracle FMW 11.1.1 简介 前面介绍ORACLE Web Service分为两类:1)WebLogic Web Service 2)Oracle Infrasturcture Web Service. 如下图中黄色高亮显示部分为Oracle Infrastructure Web Service. 大体又可以分为以下几种: SOA Composite Services BPEL Process ...

    阅读全文
  7. 1. SAML Concept 1.1 SAML(Security Assertion Markup Language)wiki 1.2 SAML 1.1 1.3 OASIS Security Services (SAML) TC 1.4 SAML 1.1 Tech Overview 1.5 SAML V2.0 Executive Overview 2. SAML Implementations 2.1 SAML Open Sourc ...

    阅读全文
  8. 虚拟主机就是在单台机器上运行多个网站的实现。apache虚拟主机可以是IP-Based,也可以是name-based。 "IP-based", meaning that you have a different IP address for every web site.每个网站有不同的IP地址(或端口号) "name-based", meaning that you have multiple names running on ea ...

    阅读全文
  9. 1. 单个字符的处理 ~:切换光标所在位置的字符的大小写形式,大写转换为小写,小写转换为大写 3~:将光标位置开始的3个字母改变其大小写 2. 文本整体的处理 gu:切换为小写, gU:切换为大写 2.1 整篇文章 无须进入命令行模式,键入: ggguG:整篇文章转换为小写,gg:文件头,G:文件尾,gu:切换为小写 gggUG:整篇文章切换为大写,gg:文件头,G:文件尾,gU:切换为大写 2.2 只转化某个单词 guw、gue ...

    阅读全文
  10. 41780

    学习vim首先了解它的几种模式,然后学会使用help。有了这些后就记住一些常用的命令。 1. 复制粘贴 (不考虑ctrl+c 和ctrl +v的情况下) y为复制(yank) p为粘贴(paste)在光标的后面 P为粘贴在光标的前面 d为剪切 x为删除 复制剪切前需要选择复制内容,所以y 命令是与当前光标位置相关的。 yw              表示拷贝从当前光标到光标所在单 ...

    阅读全文
1234