File: control

package info (click to toggle)
jabsorb 1.3-2
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze, wheezy
  • size: 2,832 kB
  • ctags: 1,483
  • sloc: java: 10,590; jsp: 420; xml: 372; makefile: 8
file content (40 lines) | stat: -rw-r--r-- 1,642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: jabsorb
Section: non-free/java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Kalle Kivimaa <killer@debian.org>, Niels Thykier <niels@thykier.net>
Build-Depends: ant,
               debhelper (>= 7.0.50~),
               default-jdk,
               javahelper,
               libservlet2.5-java,
               libslf4j-java,
               libcommons-httpclient-java
Standards-Version: 3.9.0
Homepage: http://jabsorb.org
Vcs-Git: git://git.debian.org/pkg-java/jabsorb.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jabsorb.git

Package: libjabsorb-java
Architecture: all
Depends: libservlet2.5-java,
         libslf4j-java,
         libcommons-httpclient-java,
         ${misc:Depends}
Description: Java to Javascript object request broker
 Simple and lightweight Ajax/Web 2.0 framework that allows you to call
 methods in a Java web application from JavaScript code running in a web
 browser as if they were local objects residing directly in the browser.
 .
 Jabsorb handles all the details of marshalling and unmarshalling objects
 back and forth between the client and server so that you can focus on
 writing your application features.
 .
 Jabsorb makes use of the JSON-RPC protocol for it's transport mechanism.
 JSON-RPC is a standard protocol and jabsorb can interoperate with other
 standard JSON-RPC clients and servers that may be written in other
 languages.
 .
 Starting with jabsorb 1.2, additional ORB functionality has been added,
 and it extends the basic JSON-RPC protocol to allow for passing data
 structures that contain Circular References.