httpremoting-devel Mailing List for HTTPRemoting
Brought to you by:
a_taherkordi
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Alireza T. <tah...@dp...> - 2004-06-08 06:46:17
|
Hi Everyone, =20 I've created and will maintain a new open source project named=20 HTTPRemoting that will be hosted on Soureforge, HTTPRemoting is a specific kind of remoting framework that provides a=20 simple but powerful communication mechanism for working with remote Java = objects through HTTP transport in a protocol transparent way. It is not going to be a replacement for or competitor to RMI, it's just=20 a simple and easy to use framework for applet to server communication = scenarios,=20 nonetheless it can be used in any other kind of approaches that need to = call remote objects=20 over http. =20 The main features are: - The services can be run on any Servlet 2.x compliant containers - No need to create client side stubs for the services(Thanks for = Dynamic Proxy) - Transporting Security Context(Principal and Credential)=20 - Uses Jetty Servlet Container in case of embedded approaches(no need to = Tomcat/Weblogic/WebSphere/..) - Services(Interfaces/Implementations) are defined inside an XML config = file - Just a 20kB jar file required on the client side - Run on J2SE1.3+ =20 Project Homepage: http://httpremoting.sourceforge.net/ Project Sourceforge Homepage: = http://sourceforge.net/projects/httpremoting/ Jump Starting the framework : = http://httpremoting.sourceforge.net/getstart.htm Download the beta2 release : Download Page Web CVS Browser for the source codes(I've not created the CVS Repository = yet): http://cvs.sourceforge.net/viewcvs.py/httpremoting/ =20 Any Contribution to the project is greatly welcome! =20 Regards A.Taherkordi |