Download List

專案描述

BRAP is a Java remoting protocol that uses native Java object serialization encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security, especially when you don't need or want the dependencies of Spring in your client, such as when building a rich client application where size might be an issue. The authentication mechanism lets you use your own domain objects as credentials. BRAP gives you "pass by reference" even though the object arguments are serialized and passed to the remote service: changes that happen on the remote side can be applied to the client side automatically. BRAP focuses on being easy to use, small in size, yet powerful and extensible.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-07 07:21
0.9.3

ProxyServlet pre/post service method invocation hooks. Examples now use Jetty 7.

2009-09-12 15:40
0.9.2

Generics were added to the client, providing type safety and avoiding casts.
標籤: Stable

2009-08-24 12:42
0.9.1

This release will automatically sync changes to method arguments from the server to the client. SingleUsernamePasswordAuthenticator threw AuthenticationFailedException even with correct credentials; this has been fixed.
標籤: Stable

Project Resources