Repository

Artifacts/Jars

Popular Tags

ajax analysis annotations ant apache api archetype aspect asynchronously beans binding bpm build buildsystem bytecode cache cms codecoverage codehaus collections concurrency container database directory distributed doc eclipse ejb esb format framework graph graphics hadoop hibernate html http ide imap io jbi jdbc jdo jini jms jmx jndi jsf jsp language logging mail maven metadata microsoft mock net osgi parser pdf persistence plugin pool portal portlet query regexp rmi rpc rss ruleengine scheduling scm scripting security server servlet soa soap socket spring ssh svg swt system taglib template testing transaction ui web webdav webframework webserver webservice workflow xml xquery xslt

[See All Tags]
home » no.tornado.brap

Group: no.tornado.brap



Artifact Last Version Popularity Description
brap-common (6)
BRAP Common
1.0.1 Library and tools used for BRAP client and server.
brap-server (6)
BRAP Server
1.0.1 Server Library for exposing remoting services with BRAP.
brap-client (6)
BRAP Client
1.0.1 Client Library for connecting to a BRAP-exposed remoting service.
brap-spring (6)
BRAP Spring
1.0.1 Spring Support Library for BRAP-Server. Expose Spring Beans with BRAP.
brap (6)
BRAP
1.0.1 BRAP is a Java and Android 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, for example when building a rich client app or an Android app where size is important. The authentication mechanism lets you use your own domain objects as credentials. Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but there is also an optional SpringProxyServlet available for seamless Spring Integration. BRAP focuses on being easy to use, small in size (9 kb), yet powerful and extensible. The client uses a pluggable TransportProvider with default implementations for HttpURLConnection and Apache HttpClient.
brap-modification (5)
BRAP Modification
1.0.1 Server addon that emulates "pass-by-reference" for method arguments, so that changes applied on the server is visible on the client after the method invocation returns.
brap-examples (6)
BRAP Examples
1.0.1 Examples for BRAP client and server usage, including BRAP-Spring.