java restful 风格的Webservice
摘要: 这里面用的是jersey
1. 创建一个project
2. 建立返回的model
这里面的model例子
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.test.webservice.model;
/**
*
* @author ann
*/
import com.fg114.model.People;
import java.util.Date;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax
阅读全文
posted @
2009-09-27 15:19 冰是没有未来的,因为它的永恒|
编辑
java.lang.LinkageError: loader constraint violation: when resolving overridden method "com.sun.xml.ws.message.jaxb.AttachmentMarshallerImpl.addMtomAttachment(Ljavax/activation/DataHandler;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" the c
摘要: java.lang.LinkageError: loader constraint violation: when resolving overridden method "com.sun.xml.ws.message.jaxb.AttachmentMarshallerImpl.addMtomAttachment(Ljavax/activation/DataHandler;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;" the class loader (instance of org/mortbay/jetty/webapp/WebAppClassLoader) of the current class, com/sun/xml/ws/message/jaxb/AttachmentMarshallerImpl, and its superclass loader (instance of
), have different Class objects for the type javax/act 阅读全文
posted @
2009-09-18 16:13 冰是没有未来的,因为它的永恒|
编辑
linux 上imq上配置群集时候出 network loopback address
摘要: 在 Linux 系统中,
要将代理连接为群集,有一个特殊的前提条件。某些 Linux 安装程序自动将 localhost 条目设置为网络回送 IP 地址 (127.0.0.1)。您必须设置系统的 IP 地址,以便为群集中的所有代理设置正确的地址。
也即修改/etc/hosts
把hostname的配置文件为你的静态ip(linux 查看hostname命令: hostname)
例如: hostname == etch1
修改/etc/hosts中
etch1 192.168.1.18
阅读全文
posted @
2009-09-17 11:32 冰是没有未来的,因为它的永恒|
编辑
Using Grails Object Relational Mapping
摘要: url :http://efforts.embedded.ufcg.edu.br/web/?p=7
阅读全文
posted @
2009-09-01 09:28 冰是没有未来的,因为它的永恒|
编辑