Télécharger la liste

Description du projet

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.

Système requise

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 pré / post invocation de la méthode de service crochets. Exemples maintenant utiliser Jetty 7.
ProxyServlet pre/post service method invocation hooks. Examples now use Jetty 7.

2009-09-12 15:40
0.9.2

Les génériques ont été ajoutées pour le client, fournissant la sécurité de type et d'éviter les moulages.
Tags: Stable
Generics were added to the client, providing type safety and avoiding casts.

2009-08-24 12:42
0.9.1

Le présent communiqué sera automatiquement les modifications apportées aux arguments de la méthode de synchronisation du serveur vers le client. SingleUsernamePasswordAuthenticator jeta AuthenticationFailedException même avec des informations d'identification correctes, ce qui a été corrigé.
Tags: Stable
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.

Project Resources