Software Listing: Apache

Apache Airavata is a service-oriented framework that can be used for creating Science Gateways. The package includes a lot of components that can help you build, execute and manage your applications and workflows.

It can work on multiple resources including local clusters, national grids, academic or commercial clouds.

.

  • Platform: WinOther

Apache Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.

Tapestry divides a web application into a set of pages, each constructed from components. This provides a consistent structure, allowing the Tapestry framework to assume responsibility for key concerns such as URL construction and dispatch, persistent state storage on the client or on the server, user input validation, localization/internationalization, and exception reporting.

  • Platform: WinOther

Apache Maven is a handy and reliable development platform designed to manage documentations and reports for all your programming projects.

Apache Maven aimes to provide a uniform build system that will reduce development costs and maximize efficiency. The application can handle dependency lists, cross referenced sources and changelog creation.

.

  • Platform: Windows 7, WinOther, WinVista

Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more).

It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.

Apache JMeter is a handy and reliable desktop application designed to load test functional behaviour and measure performance.

  • Platform: WinOther

Apache CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

Give Apache CXF a try to see what it's all about!

.

  • Platform: WinOther

Apache Flex SDK is a useful package that is especially tailored for developers who aim to create apps that are Flash-based and target various platforms.

The toolkit includes all the necessary utilities for experimenting with this technology and building desktop, mobile or browser applications.

.

  • Platform: WinOther

The Apache OpenOffice.org SDK was developed to be an add-on for the OpenOffice.org office suite. It provides the necessary tools and documentation for programming the OpenOffice.org APIs and creating own extensions (UNO components) for OpenOffice.org.

.

  • Platform: WinOther

Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.

It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. Apache Lucene can be very useful in your projects, as it allows you to assign them searching capabilities.

.

  • Platform: WinOther

Apache Shiro was specially built to be a powerful and easy-to-use Java security framework.

Apache Shiro can perform authentication, authorization, cryptography, and session management.

With Shiro’s easy-to-understand API, you can quickly and easily secure any application – from the smallest mobile applications to the largest web and enterprise applications.


.

  • Platform: WinOther

Apache Compress Antlib is a library designed for compression and archiving. Using Apache Commons Compress this Antlib supports gzip and bzip2 compression and ar, cpio, tar and zip archives.

The current code base is based on the 1.1 release of Commons Compress but it is expected that this Antlib follows Commons Compress' development and will add new compression or archiving formats as they are provided by the underlying library.

The gzip and bzip2 tasks and resources are similar to the corresponding tasks and types in Ant's core and mainly just use a different code base for the implementation of the formats.

  • Platform: WinOther

The Apache POI consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format, and Office OpenXML format, using pure Java. In short, you can read and write MS Excel files using Java.

In addition, you can read and write MS Word and MS PowerPoint files using Java. POI is your Java Excel solution (for Excel 97-2007). However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.

OLE 2 Compound Document Format based files include most Microsoft Office files such as XLS and DOC as well as MFC serialization API based file formats.

  • Platform: WinOther

The Apache Commons DbUtils library was built as a small set of classes that is supposed to make working with JDBC easier.

JDBC resource cleanup code is mundane, error prone work so these classes abstract out all of the cleanup tasks from your code leaving you with what you really wanted to do with JDBC in the first place: query and update data.

Some of the advantages of using DbUtils are:
· No possibility for resource leaks. Correct JDBC coding isn't difficult but it is time-consuming and tedious. This often leads to connection leaks that may be difficult to track down.

  • Platform: WinOther

Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR, specified in JSR 170 and 283).

A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more. Typical applications that use content repositories include content management, document management, and records management systems.

Take Apache Jackrabbit for a spin to see what it can actually do for you!

.

  • Platform: WinOther

Apache Axiom supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture!

AXIOM stands for AXis Object Model (also known as OM - Object Model) and refers to the XML infoset model that was initially developed for Apache Axis2. XML infoset refers to the information included inside the XML and for programmatical manipulation it is convenient to have a representation of this XML infoset in a language specific manner.

  • Platform: WinOther

Apache Commons Jelly is an instrument for turning XML into executable code.

Apache Commons Jelly was designed as a Java- and XML-based scripting and processing engine.

Apache Commons Jelly can be used as a more flexible and powerful front end to Ant such as in the Maven project, as a testing framework such as JellyUnit, in an intergration or workflow system such as werkflow or as a page templating system inside engines like Cocoon.


.

  • Platform: WinOther

The Apache Commons Launcher was specially developed to be a cross-platform Java application launcher.

Apache Commons Launcher eliminates the need for a batch or shell script to launch a Java class.

Some situations where elimination of a batch or shell script may be desirable are:
· You want to avoid having to determining where certain application paths are e.g. your application's home directory, etc. Determining this dynamically in a Windows batch scripts is very tricky on some versions of Windows or when softlinks are used on Unix platforms.
· You want to avoid having to handle native file and path separators or native path quoting issues.

  • Platform: WinOther

Apache Commons Exec is an Open Source library that's been built to reliably execute external processes from within the JVM.

Executing external processes from Java is a well-known problem area. It is inheriently platform dependent and requires the developer to know and test for platform specific behaviors, for example using cmd.exe on Windows or limited buffer sizes causing deadlocks.

Reliably executing external processes can also require knowledge of the environment variables before or after the command is executed. In J2SE 1.1-1.4 there is not support for this, since the method, System.

  • Platform: WinOther

The Apache Commons BCEL, also known as the Byte Code Engineering Library, was developed in order to to give users a convenient way to analyze, create, and manipulate (binary) Java class files.

Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.

Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and written to a file again.

An even more interesting application is the creation of classes from scratch at run-time.

  • Platform: WinOther

Apache Santuario is a specially developed project that's been aimed at providing an implementation of the primary security standards for XML.

Now you can make use of this handy library to further improve your development process.



.

  • Platform: WinOther

Apache Libcloud is a handy and reliable Python library that abstracts away differences among multiple cloud provider APIs. Apache Libcloud was designed to enable the interaction of popular cloud server providers.

It was created to make it easy for developers to build products that work between any of the services that it supports.

The current version allows users to manage three different cloud resources:
· Cloud Servers - services such as Amazon EC2 and Rackspace CloudServers (libcloud.compute.*)
· Cloud Storage - services such as Amazon S3 and Rackspace CloudFiles (libcloud.

  • Platform: WinOther

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Bank Robber

Bank robber (the bank robber) is essentially a trial game or a demo for the full version of the bank robber, which costs $4.99, and is a third person stealth and strategy game. In the bank robber you play as a criminal having recently being released ...


CCleaner

If you’ve used any computer for fairly long time, you might have noticed it gets slower and slower over the time. This process is slow and generally goes unnoticed until your computer gets too sluggish to go unnoticed. This is due to unused ...


Ocster 1-Click Backup

Nowadays, backing up is more of a necessity than ever before. Daily, people are experiencing hardware failures, computer crashes, and virus attacks that are damaging and destroying data, and in some cases just silly mistakes are causing people to ...


Boa Constrictor

Boa constrictor is a freeware classic arcade game with the general gameplay mechanics taking their routes from the very classic mobile game, snake. The game, however does not attempt to fit into the “snake clone” market, and does ...


Soft4Boost Disk Cleaner

Soft4Boost Disk Cleaner is a really easy program to use. There are thousands of different applications out there, free and paid, that try and remove junk from your system to help improve speed and overall system performance. Soft4Boost Disk Cleaner ...


Smart Defrag 2

From right back in the early days of Windows, there has always been a disk defragmenter included as standard, called (funnily enough) Disk Defragmenter. Its changed a lot as times have moved on and Microsoft upgraded Windows. There are many ...


Acebyte Utilities

Acebyte Utilities is a modern looking application, designed to help speed up your computer via system optimization and error correction. In the long run, this could help prevent freezes and slow downs, as well as the dreaded blue screen of death ...


Audacity

Audacity is one of the few free audio recording programs out there, which is great for people like me who need to record audio on a regular basis. Audacity is more than just  the simple “microphone to MP3” software that many will ...


Castle Wars

Castle wars is a unique blend of the strategy genre with a small amount of war and micro management elements added in to make it more unique. In castle wars the aim is to eliminate all the other players from the map, and become the only player left ...



New Downloads

Vrode Script Editor

Vrode Script Editor is an
easy-to-use, lightweight and
effective editor for
JavaScript, Python, VBScript,
HTML and CSS ...

Backgammon Classic Pro

This pro backgammon version is
designed for skilled players.
It has many playing options,
an intuitive and easy to use
...

RationalPlan Multi Project
for Mac

RationalPlan Multi Project is
a powerful project management
software capable of handling
multiple interrelated projects
...

DiskPulse Ultimate

DiskPulse Ultimate is a
powerful and easy-to-use disk
change monitoring utility
allowing one to monitor one or
more disks ...

Dew Lab Studio for Delphi

Dew Lab Studio is an object
oriented, multithreaded,
vectorized, 64bit, Open CL
enabled numerical library for
Delphi/C++ ...

Huella Dactilar SDK

Huella Dactilar SDK allows you
to integrate fingerprint
recognition technology in
various types of applications
with just ...

Aiseesoft BD Software
Toolkit

Aiseesoft BD Software Toolkit
contains four excellent
software: Blu-ray Player, DVD
Creator, 3D Converter and
FoneTrans. ...

Rec&ts2mpg converter

Rec&ts2mpg converts .rec
and .ts formats (from
satellite recorders) to the
standard MPEG2 format. Then
you will be ...

IRCommand2

IRCommand2 is IR (infrared)
and X10 remote control
software for the PC that
enables you to control
virtually any device ...



Related Searches

Cost Of Apache
Web Cam Apache
Novice Apache
Monitori Apache
Apache Barcode
Web Stat Apache
Fo Proce Apache
Hijacker Apache
Ant Apache
Triad Apache
Tomcat Apache
Scanner Apache