2007-11-23

SipServlet概述及范例

关键字: Sip,SipServlet
blog.csdn.net/kyle_blog/archive/2006/06/14/796426.aspx SIP Servlets规范(JSR116, Java Community Process), 提供了一系列的Java API和一个基于容器(Container)/应用服务器(Application Server)的开发模型, 用于提高服务器端SIP应用的开发效率. SIP Servlets同样基于Java Servlet架构, 其API归属于javax.servlet.sip包, 和javax.servlet.http同样扩展自javax.servlet. 不同的是, H ...
SIP was to some extent derived from HTTP and so the two protocols have much in common. Both are request-response protocols and messages have very similar structure and formats. However, in terms of providing services, there are important differences between the two protocols: HTTP services ...
2007-11-14

Glassfish初试

关键字: sailfin, glassfish
原文出自:docs.huihoo.com/java/ee/glassfish/quick-start.html (by huihoo.com Allen) GlassFish与SUN SDK,SUN Application Server的关系: GlassFish Distributions ,也就是基于GlassFish开发的版本有: * Sun's Java System Application Server PE 9.0 Beta * NetBeans 5.5 Enterprise Pack preview * Java EE 5 SDK preview ...
2007-11-14

Sailfin、Glassfish使用指南

关键字: sailfin
安装指南 1. Download one of the bundles2. Run: java -Xmx256m -jar filename.jar3. cd glassfish/sailfin4. Run: ant -f setup.xml For GlassFish V2 with Clustering supported installation, just change step 4 from the above installation * ant -f setup-cluster.xml 快速指南 ./asadmin help./asadmin start-doma ...
2007-11-14

SailFin - Milestone 1 Build

关键字: Sailfin
SailFin Milestone 1 binaries are now available. The following features have been added in this first milestone build: Configuration elements for SIP Servlet Container in the domain.xml. CLI and Admin backend support for these configuration elements. Deployment SPI for deployin ...
2007-11-14

SailFin - Milestone 2 Build

关键字: Sailfin
Promoted builds are builds of SailFin which have passed a minimum level of testing which includes the GlassFish Quick Look tests, a sub-set of SQE tests (22 in number), a sub-set of CTS tests (representative collection of 344 J2EE 1.4 tests), SailFin Quick Looks, and JSR 116 TCK (6 in number). ...
2007-11-14

Relationship between GlassFish and Sailfin

关键字: Sailfin Glassfish
(from:blogs.sun.com/prsad/entry/sailfin_and_glassfish) There have been some questions on the mailing aliases on what Sailfin is and how its related to GlassFish ! Let me make an attempt to explain that. GlassFish is a Java EE 5 based application server with high availability and scalability aimed ...