RSS 45 projects tagged "Solaris"

Download Website Updated 12 Oct 2003 DataBean

Screenshot
Pop 22.02
Vit 59.48

The DataBean package is a Java library that provides features for mapping a database table to a Java class (databean). The coding of the databean class must conform to a preset pattern so that the instances of the databean classes can perform common database operations without using much of the ugly SQL. DataBean is functional, stable, light-weight, and easy to use. It can make your application much easier to write when dealing with relatively unsophisticated database operations.

No download Website Updated 28 Mar 2012 jPDFWriter

Screenshot
Pop 55.82
Vit 58.58

jPDFWriter is a Java class library to create PDF documents directly from Java programs without having to install any third party drivers or software. It emulates the standard Java classes to print and draw graphics to reduce the learning curve when using the library and reuse existing code. It can create PDF files in two ways: PDF files can be created directly using jPDFWriter's very simple API (simply create a PDFDocument object, create as many PDFPage objects as necessary, draw strings, graphics, or any other elements supported by Graphics2D to the pages, and save the document), or jPDFWriter can extend the standard Java PrinterJob to create PDF files as though printing to a physical printer. This allows reuse of existing printing code and lets an application decide, at runtime, whether to send the output to a printer or to a PDF file. PDF files can be saved to files on a disk, written to a java.io.OutputStream, or written directly to a javax.servlet.ServletOutputStream to show in a browser when working within a J2EE application server. jPDFWriter is written entirely in Java, so application portability and operating system independence are not compromised.

No download Website Updated 17 Aug 2004 YAJOGLB

Screenshot
Pop 13.30
Vit 56.81

YAJOGLB (Yet Another Java OpenGL Binding) allows Java programmers to access their native OpenGL library. The library is implemented using Java's JAWT to access the native windowing system, along with JNI calls to OpenGL. Programs using the binding must use the shared library provided, since this is not a pure Java library.

No download Website Updated 23 Aug 2004 Secure FTP API for Java

Screenshot
Pop 30.66
Vit 56.76

Secure FTP API for Java is a collection of classes that allows you to add secure file transfer capabilities to your Java applications. It has a complete implementation of the File Transfer Protocol as defined RFC 959, and support for secure file transfer using SSL/TLS as defined in RFC 2228. Both explicit and implicit SSL connections are supported. It has an extendable architecture to support legacy/non-standard FTP servers, event notification to notify the connection and transfer events to interested objects, support for active and passive data transfers, support for ASCII and binary data types, and the ability to set the timeouts and buffer size to use for the control and data connections.

No download Website Updated 28 Mar 2012 jPDFProcess

Screenshot
Pop 71.29
Vit 50.77

jPDFProcess is a Java library to work with PDF documents which can be used to deliver customized PDF content to your users or to process and manipulate incoming PDF content. The library has a simple interface to work with PDF documents and is designed to be integrated easily and seamlessly into your PDF document workflow. jPDFProcess provides the functionality found in many other Qoppa Software libraries, including printing, setting permissions and security, creating and assembling documents, digital signing, working with form fields, extracting text, and more. It can work with PDF documents from files, URLs, and input streams, and can save documents to files and output streams, so it can serve documents from a J2EE application directly to a client browser without any temporary files. jPDFProcess is platform-independent, and can be used in any environment which supports Java.

No download Website Updated 16 Feb 2012 jPDFText

Screenshot
Pop 62.77
Vit 50.21

jPDFText is a Java library to extract text from PDF documents. PDF documents can be processed to extract the textual content for archiving, storage, searching, or indexing. jPDFText is built on top of Qoppa's proprietary PDF technology, so there is no need for any third party software or drivers. Main Features: loading PDF documents from files, network drives, URLs, or input streams; extracting text; and extracting words as a vector of Strings. It is written entirely in Java, which allows your application to remain platform independent. There is no need to install or configure additional drivers or software when deploying.

No download Website Updated 17 Feb 2012 jPDFViewer

Screenshot
Pop 49.11
Vit 50.14

jPDFViewer is a Java bean which embeds a PDF viewer in your Java applications and applets. It can read, display, and print PDF files, fill interactive PDF forms (acroforms, xfa forms), view all markup annotations, validate and display digital signatures, and perform text search, selection, and highlighting. It provides easy navigation with different views: thumbnails, bookmarks, annotations, etc. It has a customizable toolbar and user interface. It supports all image types, including JBIG2 and JPEG 2000, and all PDF font types (Types 0-3, OpenType, TrueType). It supports Acrobat PDF format 1.7, including layers, all PDF color spaces, including pattern and separation, and file attachments. There's no need to install or configure additional drivers or software when deploying.

No download No website Updated 28 Mar 2012 jPDFPrint

Screenshot
Pop 54.77
Vit 50.14

jPDFPrint is a Java library which can load and print Acrobat PDF documents directly from your Java programs or applets with or without user intervention. It is built on top of Qoppa Software's proprietary PDF technology, so there is no need for any third party software or drivers. Simply call the library from your Java programs, and documents can be sent to the printer.

Download Website Updated 09 Aug 2012 PDFTextStream

Screenshot
Pop 173.83
Vit 13.60

PDFTextStream is a PDF text and metadata extraction library available for Java and .NET. It supports all versions of the PDF document specification (including v1.7, used by Acrobat 8, 9, and X), extraction of text encoded using double-byte character sets (including Chinese, Japanese, and Korean), decryption of documents encrypted using 40-bit, 128-bit, 256-bit, and variable bit length ciphers, and extraction of all document metadata provided by PDF documents (including form data, bookmarks, and annotations). Easy integration with Jakarta Lucene is included, as well as interactive form update capability.

Download Website Updated 17 Oct 2009 HBCI4Java

Screenshot
Pop 92.95
Vit 12.22

HBCI4Java is a Java library for the HBCI home banking interface. It supports almost all aspect of the HBCI versions 2.01, 2.1, 2.2, HBCI+ and FinTS-3.0 (with PIN/TAN support). Its API is very application-oriented, so no knowledge about HBCI is required. The HBCI client package can be used to develop applications using HBCI features. The HBCI server package can be used to develop your own HBCI servers. This may be useful for credit institutes or software developers who want to setup their own HBCI test server.

Screenshot

Project Spotlight

cpuid 2

A tool that dumps CPUID information about the CPU(s).

Screenshot

Project Spotlight

ApPHP AJAX File Uploader

An easy to use, high-performance AJAX multiple file upload control.