jar

no.tornado.brap : brap

Maven & Gradle

Jan 18, 2013

BRAP · 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.

Table Of Contents

Latest Version

Download no.tornado.brap : brap JAR file - Latest Versions:

All Versions

Download no.tornado.brap : brap JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0
0.9.x
0.9

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window brap-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement