在NetBeans 6中创建SOAP Web Services》的相关内容

Spring Web Services 框架入门研究--发布服务

关于Spring Web Services框架 Spring web services(以下简称:Spring WS)框架是springframework东家SpringSource公司旗下的一个子项目。目前的版本是1.5M1,最新版本可以从spirngframework网站下载,项目地址是:http://www.springframework.org/node/567 由于怀着对spring框架 ...
by upyaya 2008-01-03 浏览 (3810) 回复 (6) 关键字: soa, web services, spring

详解Axis2实现Web Services之POJOs篇

在Axis2对Web Services的众多实现方式中,POJOs方式很明显是最简单的一种了。对于Axis2的相关配置,由于我在此前专题(http://danlley.javaeye.com/blog/101975)中已经进行过相关的说明,因此,这里我就不再重复阐述了。       为了能够很快进入状态,我们立即开始一个简单的工程,用来说明POJOs的发布 ...
by danlley 2007-07-17 浏览 (1200) 回复 (2) 关键字: Axis2 Web Services POJOs

Apache CXF: An Open Source Service Framework

package demo.hw.server; import javax.xml.ws.Endpoint; public class Server { protected Server() throws Exception { // START SNIPPET: publish System.out.println("Startin ...
by snowind9 2007-09-12 浏览 (738) 回复 (3)

Tapestrying-hibernate使用指南

一、前提: 1、使用java1.5 2、Hibernate使用annotation配置 3、Hibernate为3.x版本 二、准备: 1、hibernate的配置文件放于类路径,例如WEB-INF/classes的根目录,也就是开发时放于源码的根路径。 2、将hibernate包和依赖包、Tapestrying-hibernat.jar放于lib路径(WEB-INF/lib)。 三、例子: 1、 ...
by tapestry 2006-12-11 浏览 (2073) 回复 (11)

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (981) 回复 (1)

T5 页面导航的问题

初学Tapestry5,在看官方文档http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html 时有些迷茫,自己按例子补充一些自认为缺失的代码后总调不通,到是知道@inject是做什么用的,就是在使用的时候总出错,我看了后面文档要在Module中绑定服务实现给服务接口,可我绑定了还是现实该接口无实现,是怎么回事?希望各 ...
by penguin_g 2008-01-04 浏览 (298) 回复 (2)

Tapestry5.0.13动态实现多文件上传!

今天终于解决了tapestry 5 的动态多文件上传问题,故想写下来希望对大家有所帮助。 首先需要一个数据对像:FileValue.java 如下:package com.jdapp.web.data; import org.apache.tapestry5.upload.services.UploadedFile; public class FileValue { private ...
by fty001 2008-07-16 浏览 (76) 回复 (0)

基于Spindle的增强HTTP Spider

构建于lucene之上的可用的Java开源Spider少之又少,spindle长期没有更新且功能不够完善,故而自己参考其源 代码重新编写了一个可扩展的WebCrawler,本着开源共享,共同进步的想法发布于此,期冀得到大家的批评指正, 有任何意见及建议均可Email联系我(kaninebruno@hotmail.com) 以下代码基于lucene-2.3.1,htmlparser-1.6, ...
by brunoplum 2008-04-01 浏览 (1216) 回复 (6) 关键字: spindle

一个Java的Restful服务框架,支持JPA、JAAS、分布式资源对象

项目地址: http://code.google.com/p/jrest4guice/ Demo演示: http://cnoss.vicp.net/ 当前版本:0.9.0 preview 特点: 基于Google guice 零配置,服务的自动扫描注册 非侵入式,用户不需要实现特定的接口来实现Restful服务 支持Post. Get. Put. Delete操作 灵活的注入(支持上下文环 ...
by cnoss 2008-06-15 浏览 (2581) 回复 (11) 关键字: rest

推荐知识库条目

Comming soon