The Paho project provides scalable open-source client implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine‑to‑Machine (M2M) and Internet of Things (IoT).
http://www.eclipse.org/paho/
Java Library Catalog
A quick and dirty catalog
Wednesday, November 26, 2014
Tuesday, August 5, 2014
SQLJet
What is SQLJet
SQLJet is an independent pure Java implementation of a popular SQLite database management system. SQLJet is a software library that provides API that enables Java application to read and modify SQLite databases.
SQLJet does not support SQL queries; there is an API to work with the database on a lower level.
SQLJet API Tutorial.
SQLJet Sample Application: SQLite Database Browser (click to launch).
SQLJet Major Features
- Fine-grained API to create, read and modify SQLite databases.
- Database format is fully compatible with SQLite 3.6.
- No native binaries are needed.
- Current version only supports SQL in schema.
Download SQLJet
Option 0: Download SQLJet v1.1.10: (version 1.1.10 changelog)
- Library jar, source code, javadoc and browser sample application:
sqljet-1.1.10-all.zip - Source tar ball, run "gradlew build" to build:
sqljet-1.1.10-src.zip - OSGi bundle, to use, e.g. in Eclipse:
org.tmatesoft.sqljet_1.1.10.r1317_v20140121_0107.jar - From maven repository:
http://maven.tmatesoft.com/content/repositories/releases<repositories> <repository> <id>tmate</id> <url>http://maven.tmatesoft.com/content/repositories/releases</url> </repository> </repositories> ... <dependency> <groupId>org.tmatesoft.sqljet</groupId> <artifactId>sqljet</artifactId> <version>1.1.10</version> </dependency>
Option 1: SQLJet nightly builds are available at our build server. Click "Login as Guest" if prompted to log in.
Option 2: Checkout from Subversion repository:
$ svn co http://svn.sqljet.com/repos/sqljet/branches/1.0.x/ sqljet $ cd sqljet $ gradle build
SQLJet is Open Source
SQLJet is Open Source and can be freely used in Open Source applications under the terms GNU General Public License (GPL). We also provide commercial licensing option for closed source applications or so called Dual Licensing. For more information on licensing please contact us at support@sqljet.com.
See Also
- SQLJet Nightly Builds (Click "Login as Guest" if prompted to log in).
- SQLJet Issues Tracker
- SQLJet Subversion Repository
- SQLite Home Page
Wednesday, April 23, 2014
ICEpdf
The Leading Open Source Java PDF Engine!
ICEpdf is
an open source PDF engine for viewing, printing, and annotating PDF documents. The ICEpdf API is 100% Java, lightweight, fast, efficient, and very easy to use.
ICEpdf can be used as standalone open source Java PDF viewer, or can be easily embedded in any Java application to seamlessly load or capture PDF documents. Beyond PDF document rendering, ICEpdf is extremely versatile, and can be used in a multitude of innovative ways, including:
Download this open source Java PDF software library, and start adding PDF capabilities to your Java applications today!
an open source PDF engine for viewing, printing, and annotating PDF documents. The ICEpdf API is 100% Java, lightweight, fast, efficient, and very easy to use.
ICEpdf can be used as standalone open source Java PDF viewer, or can be easily embedded in any Java application to seamlessly load or capture PDF documents. Beyond PDF document rendering, ICEpdf is extremely versatile, and can be used in a multitude of innovative ways, including:
- PDF to image conversion
- PDF annotation (see below)
- PDF text and/or image extraction
- PDF search
- PDF printing
Java PDF Annotations
ICEpdf is packaged with a rich set of annotation creation tools that allow users to quickly add, edit, and delete many different types of annotations. The ICEpdf viewer implementation comes complete with a WYSIWYG editor for the following annotations types:- Text Markup Annotations (highlight, underline and strikeout)
- Text annotations
- Link annotations
- Line and line arrow annotations
- Square and Circle Annotations
- Ink annotations
- FreeText Annotations
- Popup Annotations with support for review and reply to.
Java Adobe PDF Compliance
ICEpdf is capable of rendering PDFs up to version 1.7. Refer to this Java Adobe PDF compliance list for compete details.Download this open source Java PDF software library, and start adding PDF capabilities to your Java applications today!
ICEpdf is available in two versions; ICEpdf, the open source version, and ICEpdf Pro which includes an advanced Font Engine, optimized Parsing Engine, True Type Font Hinting, and annotation save support
Thursday, April 3, 2014
SIGAR - System Information Gatherer And Reporter
he Sigar API provides a portable interface for gathering system information such as:
System memory, swap, cpu, load average, uptime, logins
Per-process memory, cpu, credential info, state, arguments, environment, open files
File system detection and metrics
Network interface detection, configuration info and metrics
TCP and UDP connection tables
Network route table
This information is available in most operating systems, but each OS has their own way(s) providing it.
SIGAR provides developers with one API to access this information regardless of the underlying platform.
https://support.hyperic.com/display/SIGAR/Home
Wednesday, March 26, 2014
Nebula
Nebula is a place where different Eclipse-Projects and Independent developers collaborate on building Custom SWT widgets and reuseable UI-Components useable in UI-Applications built using SWT, JFace and RAP.
All Nebula components are available on the navigation tree on the left or from the table below. Each image links to a page that will further describe the component and its function.
Saturday, March 1, 2014
DynamicReports
DynamicReports is based on JasperReports. It allows to create dynamic report designs and it doesn't need a visual report designer. You can very quickly create reports and produce documents that can be displayed, printed or exported into many popular formats such as PDF, Excel, Word and others.
http://www.dynamicreports.org/
http://www.dynamicreports.org/
JasperReports Library
The JasperReports Library is the world's most popular open source reporting engine. It is entirely written in Java and it is able to use data coming from any kind of data source and produce pixel-perfect documents that can be viewed, printed or exported in a variety of document formats including HTML, PDF, Excel, OpenOffice and Word.
http://community.jaspersoft.com/project/jasperreports-library
http://community.jaspersoft.com/project/jasperreports-library
Subscribe to:
Posts (Atom)