| Projects on Google Code | Results 1 - 10 of 24 |
trying to port java mina http://mina.apache.org to c++.
It will be very simple to create network server or client program like this:
{{{
TcpHandler tcpHandler;
TcpAcceptorConfig config;
boost::shared_ptr<TcpPacketFilter> packetFilter(new TcpPacketFilter());
config.get_input_chain().add_...
a server using apache mina 2.0
mina project
1, it's a rpc framework
2, it aims provide high performance rpc
<h2><font color="green">New remote service implementation</font></h2>
<h3>Based on [http://mina.apache.org/ apache mina] and [http://static.springframework.org/spring/docs/2.0.x/reference/remoting.html springframework remoteservice exporter]</h3>
<ul> Features
<li> Export remote service with ...
做一个专业的的图片服务器
山寨版DQIM通讯系统
基于mina开发的有完整的功能的Memcached客户端。
有完成的功能测试和压力测试。
Collaborative Feature Modeling Tool, DR, PKU
=Asynchronous Database Connectivity in Java _(ADBCJ)_ =
ADBCJ is an asynchronous database driver API for the Java platform. ADBCJ is similar to [http://java.sun.com/docs/books/tutorial/jdbc/ JDBC] in that it is an API for SQL based database interaction. The key differentiator is that with ADBCJ...