A5下载程序插件

分类分类

WebIM-for-Struts1(即时聊天插件)

WebIM-for-Struts1(即时聊天插件)

大小:3.23 MB更新:2014/10/18

类别:其它插件系统:Win2003WinXPWin2000Win9X

立即下载

webim-for-struts1 开发说明:
====================

This is a webim plugin demo for struts1 web application.

Demo
====

1. Import 'Webim' Project to Eclipse EE.

2. Create Tomcat Server and Run

3. Access: http://localhost:8080/Webim/

Developer Guide
===============

Create Database
---------------

import install.sql

Coding WebimPlugin.java
-----------------------

implements these methods:

```java

1. public WebimEndpoint endpoint();

2. public List<WebimEndpoint> buddies(String uid);

3. List<WebimEndpoint> buddiesByIds(String uid, String[] ids);

4. public WebimRoom findRoom(String roomId);

5. public List<WebimRoom> rooms(String uid);

6. public List<WebimRoom> roomsByIds(String uid, String[] ids);

8. public List<WebimMember> members(String roomId);

9. public List<WebimNotification> notifications(String uid);

```

Coding WebimModel.java
-----------------------

1. Histories

2. Settings

Coding Config
-------------

You should change the WebimConfig.java, and load configurations from database or xml.

Webim Javascript
-----------------------

Insert Javascript code below to web pages that need to display Webim:

```javascript

<script type="text/javascript" src="/Webim/boot.do"></script>

```

 

精品推荐
同类推荐
相关文章
相关下载
说两句网友评论
    我要跟贴
    取消
    推荐专题