自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SOA专栏

WSBPEL的梦想

  • 博客(2)
  • 资源 (20)
  • 收藏
  • 关注

转载 Oracle SOA Suite的安装

一、介绍  在工作流领域,BPEL技术规范基于WebServices,通过BPEL整合企业应用已经成为一种趋势。Oracle在BPEL支持方面走在其它厂商前列;同时,由于部分大型企业的信息系统中,Oracle ERP占据一定份额,所以这些企业应用Oracle BPEL作为工作流平台更是自然选择。今后将陆续撰文,介绍Oracle SOA Suite(含BPEL、WS、APPServer的一个

2010-03-25 16:13:00 1913

转载 调整vmware虚拟机硬盘空间的方法

      担心创建的虚拟机硬盘容量太大会占用真正的硬盘空间,把硬盘的容量设置得很小,可是等到给虚拟机装好系统后再装其他的软件,才发现硬盘容量不够用了。如果重建虚拟机,还要重新再装一遍操作系统,非常麻烦,而在VMware中又不能直接修改虚拟机的硬盘容量大小,真是麻烦。经过多方请教高人,终于找到了解决之道。 其实在VMware安装目录下就有一个vmware-vdiskmanager.exe程序,它是

2010-03-25 11:11:00 535

相对完善可用的SQLite的C++封装,有测试实例,亲测

基于VS2010重新编译的,来自于老外的对SQLite的C++封装。经亲测,很完美。支持数据的实用功能,如:事务、定义语句传参( bufSQL.format("insert into emp (empname) values (%Q);", "He's bad");)、查询列表过滤(q.fieldName(fld))、自增字段处理、二进制字段处理、异常处理等等。个人觉得非常实用! Copyright (c) 2004..2007 Rob Groves. All Rights Reserved. [email protected]

2013-05-03

Android的日历控件实现源代码

这个源代码是从某移动开发网淘来的,经亲测,觉得很不错,给朋友分享一下。再次谢谢原作者的贡献。 对于初学者来讲,还是很不错的学习资源!

2013-02-11

RESTFUL.NET 英文影印版 JONFLANDERS

foreword preface 1. rest basics  architecture of the world wide web  soap  rest   resources and uris   uniform interface   resource representations  implementing a simple restful service example   resources   uris and uniform interface   representations   interaction   wrap-up  processes  summary 2. wcf restfut pr0gmmming model  isn't wcf all about soap?    channels and dispatching  http programming with wcf 3.0  web programming in wcf 3.5   webhttpbinding   webhttpbehavior   webservicehost   weboperationcontext   webgetattribute  uritemplate   uritemplate literal values   uritemplate special values   uritemplate querystring  summary 3.programming read-0nly services  using webgetattribute and uritemplate  data formats   message   datacontract   xmlserializer   hybrid approach summary 4.programming read/write services post, put, and delete using weblnvokeattribute   resources   uris and uniform interface   representations   implementation summary 5.hosting wcf restful services wcf rest hosting isn't a special case self-hosting  configuring, opening, and closing a servicehost  base addresses  servicehost versus webservicehost  custom servicehost hosting in iis  asp.net compatibility  multiple hostnames  removing the .svc file extension custom servicehostfactory hosting wrap-up summarv 6.programming feeds building a feed with wcf  syndicationltem  formatters exposing a feed on a live uri feed validation  rable of contents  adding links to a feed  summary 7. programming ajax and silverlight clients  wcf web services and ajax  json  json-enabling a service endpoint  asp.net ajax  silverlight 1.0  silverlight 2.0   parsing xml in silverlight 2.0   parsing json in silverlight 2.0   consuming feeds in silverlight 2.0   cross-domain security in silverlight 2.0  returning json and xml conditionally with a single method  summary 8. securing rest endpoints  authenticating: self-hosted endpoints   setting endpoint security: webhttpbinding.security's mode property   setting authentication requirements: webhttpbinding's transport property  authenticating: managed hosting endpoints  authorizing endpoints  authorization with impersonation  role-based authorization  summary 9. using workflow to deliver rest services  consuming rest services from wf  the sendactivity instance  the receiveactivity instance  stateless workflow services  stateful workflow services  summary 10. consuming restful xml services using wcf  defining the client.   generating the contract   creating the resource representations   creating the servicecontract   using the service  client extensibility 11. working with http  programming http with wcf   incomingwebqequestcontext   outgoingwebresponsecontext   outgoingwebrequestcontext   incomingwebresponsecontext   context wrap-up  status codes   201--created   404--not found  conditional get   lastmodified   etags  caching   output caching   httpcontext.cache   content-type  summary a. wcf 3.5 sp1 b. ado.net data services c. ado.net entity framework walkthrough index

2012-05-30

SOA Patterns with BizTalk Server 2009

Packt.SOA.Patterns.With.BizTalk.Server.2009

2011-01-07

Ant+JUnit测试报告实际例子

Ant+JUnit测试报告实际例子,可以方便测试,要求分数不高,但愿对更多初学者有用!

2010-07-10

Ecplses+axis+BPEL2.0实现:BPEL调用加减法的Web服务,进行加减运算

利用Eclipse3.4+Axis2+ODE1.0+BPEL2.0实现: 根据用户输入操作类型进行相应加减运算,也就是通过条件判断,调用不同的Web服务进行计算,并将结果返回给用户。 附:使用说明。

2010-06-04

Understanding SOA with Web service( 中英版)

Understanding SOA with Web service主要是通过web服务来阐述SOA架构原理与方法,是当今一种相对主流的实现SOA架构的方式,很有启发,拿出来与大家共享一下!

2010-01-15

sqlncli.msi

Microsoft SQL Server Native Client (SQL Native Client) 是单一动态链接库 (DLL),包含 SQL OLE DB 提供程序和 SQL ODBC 提供程序。它还对使用本机代码 API(ODBC、OLE DB 和 ADO)的应用程序提供运行时支持,以与 Microsoft SQL Server 7.0、2000 或 2005 连接。应使用 SQL 本机客户端创建新的应用程序,或增强需利用 SQL Server 2005 新增功能的现有应用程序。SQL 本机客户端的这个可再分发安装程序将安装运行时所需的客户端组件,以利用 SQL Server 2005 的新增功能,或者安装使用 SQL Native Client API 开发应用程序所需的头文件。<br>

2009-10-19

bpel4ws规范描述

BPEL4WS是专门为整合Web服务而制定的一项规范标准。BPEL4WS 的作用是将一组现有的服务整合起来,从而定义一个新的 Web 服务。从本质上说是IBM的WSFL和Microsoft的XLANG的结合物,目前已经成为业界标准。BPEL4WS规范定义了商业流程中的利用WEB服务的一个标准。BPEL4WS提供了一种在WEB服务中规范业务流程的语言,可以通过BPEL4WS PM 引擎来执行。

2009-08-21

基于J2EE的Ajax宝典

基于J2EE的Ajax宝典(完美PDF版) Ajax技术是目前最流行的技术,它极大地改善了传统Web应用的用户体验,因此也被称为对传统Web技术的革命。并且附有前十一章源代码(由于上传附件大小限制),方便大家学习交流!

2009-08-03

jsonplugin-0.7.jar

这几天一直在研究ajax,想布署个jsonplugin支持ajax,却发现在csdn中没有这个jar包,http://code.google.com/p/jsonplugin/downloads/list下载,网站也打不开,真是让人不爽! 于是今天上传个给大家,希望对学习ajax的朋友们有所帮助!

2009-03-15

WEB开发集合(AJAX CSS Dom Javascript XML )

个人收藏的很不错的资料!包含AJAX CSS Dom Javascript XML HTML等内容。

2009-02-08

网页样式设计:CSS使用详解

本书详细介绍了层叠样式表单的基本要素,包括CSS的基本概念、CSS属性、格式化模型以及CSS单位等。

2008-09-20

一个网上商城源代码(java web开发)Shopping

本源代码是自己珍藏的一个完整项目.有很多经常会用到,值得借鉴的编程思想,现发布出来与大家分享,希望对大家有所帮助!

2008-08-29

有java 开发的一个BBS论坛实例

这是一个java web开发的一个完整BBS源代码,我已调试过了,没有任何问题.虽然不大,但几乎涵盖了JAVA WEB开发的一般流程,相信对大学会有所借鉴.祝学习愉快!

2008-08-29

starting-struts2-chinese

全中文的structs2的入门教程,希望对初学者有所帮助。

2008-08-29

structs2_base_jar

这是配置struct2所基本的jar包,也是必需的,只要反这五个包拷贝到WEB-INF/lib下,就可以了。

2008-08-29

Cascading Style Sheet 样式表中文手册

特别适合初学者学习的CSS教程.本人有<<电子商城系统>>源代码.这是我购买的一本书中的的源代码实例,经本人调试与学习惯,感觉收获很大,现发布给有这方面需求的学习者.但限于上传容量,有需要的可以发[email protected] 祝大家学习愉快!

2008-08-29

Struts中文手册

特别适合于初学者学习,有很大的启示作用。

2008-07-22

一个不错的网站代码

一个很不错的网站源码

2008-07-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除