jabsorb 1.3-4 source package in Ubuntu

Changelog

jabsorb (1.3-4) unstable; urgency=medium

  * Team upload.
  * Remove Niels Thykier <email address hidden> from Uploaders.
  * Remove Kalle Kivimaa from Uploaders (Closes: #869330)
  * Add tony mancill <email address hidden> to Uploaders
  * Bump Standards-Version to 4.0.0
  * Use debhelper and compat level 10
  * Update Vcs-Git URL to use https

 -- tony mancill <email address hidden>  Fri, 28 Jul 2017 21:46:43 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs
Focal release universe libs
Bionic release universe libs

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jabsorb_1.3-4.dsc 2.0 KiB a6bae41213eb6479a0725c49800a4952862b47034101b395717cb3c7b022947a
jabsorb_1.3.orig.tar.gz 257.2 KiB 5e6d538b183acfbdbf079555138843aa21a9b1b866c6b83202ac4b96c516a703
jabsorb_1.3-4.debian.tar.xz 4.5 KiB 060095ffdd770006c3cffa6af5766e0804fce31a07369d830256186ffa9dffc4

Available diffs

No changes file available.

Binary packages built by this source

libjabsorb-java: 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.