引言:
1. 安装Axis 1. copy \webapps\axis
摘要:
作为一个初学jsp和servlet的人来说,最难恐怕是服务器的配置这一关。本人刚刚开始学习jsp和servlet,现在把配置经过和大家交流.我的主要环境如下1 - windows xp sp22 - j2sdk 1.5 和 jre1.53 - tomcat 5.5.9大致的步骤如下:1. 安装和配置java.2. 下载并安装服务器。3. 测试服务器。1 - 安装和配置java。1.1 下载j2......
摘要:
1. create ejb module(lomboz)2. create ejb (jboss): package must end with: .ejb3. config xdoclet(eclipse project properties) 1. add standard-->standard ejb-->ejb doclet 2. right click ejbdoclet ......
tomcat中部署webservice
1. 安装axis 1. copy \webapps\axis\web-inf\lib 下的文件到自己的instance的lib下,比如,你的app名为: webservice,那么copy到\webapps\webservice\web-inf\lib 2. copy happyaxis.jsp及其它便于管理的jsp及class到webservice的目录下 3. deploy webservice instance and start web server 4. 使用http://127.0.0.1:8080/webservice/happyaxis.jsp测试axis engine2. 写server端的service代码,例子如下service 程序:
public class contentoperation { public void publishcontent(contentrequestbean requestobj){ system.out.println(); }} 【程序编程相关:JSP中文乱码问题的解决】
package com.mot.helium.ws; 【推荐阅读:hibernate高级特性_1】
package com.mot.helium.ws; 【扩展信息:SWT/JFace开发入门指南(六)】
bean 程序:
...
下一页 摘要:
internationalization is the process of designing an application to work with multiple languages and in regions around the world. this not only involves translating text labels to other languages. it ......