Main > Free Download Search >

Free flexible application integration software for linux

flexible application integration

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6347
Blogger Integration 1.3

Blogger Integration 1.3


Blogger Integration is a package that can be used to import a blog published in Blogger.com into another site. more>>
Blogger Integration is a package that can be used to import a blog published in Blogger.com into another site. The project uses the blog page files exported with Blogger FTP blog publish support.
The class can process one or more blogs by parsing the blog page files to extract the posts, comments, images, etc. The processed blog pages can be rendered and published in another site with a different template.
This package can also integrate imported blogs with a site published with osCommerce.
Enhancements:
- The "Add to Yahoo" and "Add to Google" buttons are now inserted into the blog.
<<less
Download (0.082MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
941 downloads
Calyxo Web Application Framework 0.9.0

Calyxo Web Application Framework 0.9.0


Calyxo Web Application Framework encourages in MVC model 2 based web application development. more>>
Calyxo Web Application Framework encourages in MVC model 2 based web application development.

It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP technologies.

The Calyxo project divides into several components

Calyxo Base - this component collects some of the basic, reusable classes used throughout all the other components. It introduces basic concepts like modules, i18n, accessors and so on...

Calyxo Control - this component implements the Calyxo controller. Calyxo uses an approach similar to Struts here, so Struts users should feel familiar with Calyxo from the start. Calyxo Control may be considered as the "main part" of the Calyxo platform.

Calyxo Forms - this component allows the definition of forms, along with all their validation steps and lets you map inputs to properties of a data object. Complex validations, dependencies between inputs and mapping an input to a set of properties are supported. The Calyxo Forms JSP tag library provides replacements for HTML elements related to forms.

Calyxo Panels - this component allows the definition of pages in a container/component manner. Pages are dynamically composed from a tree of page fragments. Panel definitions may be nested to arbitrary depth and may use inheritance.

Calyxo Struts - this component focuses on integrating Calyxo parts into the very popular Apache Struts framework. The Calyxo Panels and Calyxo Forms components may be used with Struts to replace Struts Tiles and the Struts Validator.

<<less
Download (2.3MB)
Added: 2006-11-05 License: The Apache License 2.0 Price:
1085 downloads
Sin Continuous Integration 0.1.1

Sin Continuous Integration 0.1.1


Sin is a framework for implementing Continuous Integration on top of the Subversion version control system. more>>
Sin project is a framework that implements Continuous Integration on top of the Subversion version control system.
This can help to improve the overall productivity of your development team by reducing the number of build breakage experiences or even eliminating them entirely.
Main features:
Stable codebase
- Sin ensures that your codebase is stable at all times. Here, stable is defined as the codebase obeying all rules you set up in your Sin system (codebase must build, all tests must pass, etc.).
Sin saves your time
- Developers will never be bothered with the consequences of incorrect changes that cause broken builds. Sin automatically reverts (undoes) any change that violates one or more rules and notifies the developer who checked in the change, of the problem.
Sin is easy to set up and use
- Use the graphical setup application to set up your Sin system in minutes. Once set up, developers hardly know Sin is there until they check in a change that breaks the build - in which case Sin might just have saved the developer from public humiliation.
Easy reviewing
- Sin can send checked in changes in color-coded html by email for easy reviewing by other developers.
Use your existing build system
- No change to your existing build system is needed as long as your system can be built from the command line.
Sin is scalable
- Sin is a distributed system based on open standards like SOAP webservices and is easy to expand to handle new loads.
<<less
Download (2.3MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1403 downloads
php.MVC Web Application Framework 1.0

php.MVC Web Application Framework 1.0


php.MVC implements the Model-View-Controller design pattern, and encourages application design based on the Model 2 paradigm. more>>
php.MVC implements the Model-View-Controller design pattern, and encourages application design based on the Model 2 paradigm. This design model allows the Web page or other contents (View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers and programmers to focus on their respective areas of expertise.
The framework provides a single entry point Controller. The Controller is responsible for allocating HTTP requests to the appropriate Action handler (Model) based on configuration mappings.
The Model contains the business logic for the application. The Controller then forwards the request to the appropriate View component, which is usually implemented using a combination of HTML with PHP tags in the form of templates. The resulting contents are returned to the client browser, or via another protocol such as SMTP.
php.MVC is a PHP port of Jakarta Struts. It currently supports many features of Struts, including declarative application configuration via the XML digester. For example, mappings from the various Action business logic components to appropriate results pages can be specified declaratively in the XML configuration file.
Main features:
- Free OpenSource software: This gives users full control of the software, and the able to modify the source code to suit specific needs.
- Security: php.MVC applications have only one entry point (per application). This makes it easy to protect sensitive application code and data.
- Flexible Installation: Individual php.MVC applications can be installed outside of the main php.MVC library directory tree.
- Multi-applications: There is no limit to the number of applications per php.MVC installation.
- Object Oriented design (OOD). The php.MVC framework is based on OOD principles, making it more extendable and maintainable.
- Database integration: The php.MVC framework ships with the Pear::DB Database Abstraction Layer, and a driver for the MySQL relational database manager (RDBM) is provided.
- Action Chaining: php.MVC allows for passing control to other Actions. This makes it easy to process a sequence of Actions (business logic classes) and static resources (pages).
- XML configuration: php.MVC uses declarative application configurations using Extensible Markup Language (XML) files. Each application has its own XML configuration file.
- MVC Model 2 design: php.MVC implements the Model-View-Controller (MVC) Model 2 design pattern. The Model 2 paradigm allows the separation of the application presentation from the business logic, making it easier for designers and programmers to focus on their respective areas of expertise.
- Form button mapping: php.MVC implements the LookupDispatchAction class to enable HTML form buttons to be mapped to particular business logic methods. For example, a form submit button called "Add to Cart" could be mapped to an Action class method called MyCartAction->addToCart(...).
- Message Resources: php.MVC provides a PropertyMessageResources class that handles messages in text string properties files with parametric replacement. This can provide Locale-sensitive messages for internationalized applications.
- The php.MVC framework is based on Jakarta Struts application framework design. Struts has proven to be reliable, extendable and well supported.
Enhancements:
- This development release adds bugfixes and enhancements to the framework, a compressed performance version for use in more demanding hosting environments, and an example application to demonstrate the use of both versions.
<<less
Download (0.45MB)
Added: 2006-02-28 License: LGPL (GNU Lesser General Public License) Price:
1340 downloads
Seagull PHP Application Framework 0.6.2

Seagull PHP Application Framework 0.6.2


Seagull is an OO PHP framework with the core modules licensed under BSD. more>>
Seagull is an OO PHP framework with the core modules licensed under BSD, and has the following design goals:
- independence of data, logic & presentation layers
- extensible component architecture
- reduction of repetitive programming tasks
- simplifying data access
- comprehensive error handling
- action request workflow
- simplified form handling
- component reuse
- authentication management
- integration with PEAR libraries
- PHP coding standards
- platform/PHP version/browser independence
- self-generating documentation
- quality end user docs
There are some default modules that come with the framework, these handle tasks related to:
- user/group management
- content management
- document management
- category management
- messaging
- navigation
<<less
Download (3.7MB)
Added: 2007-05-05 License: BSD License Price:
903 downloads
Mergence HL7 Integration Engine 1.1

Mergence HL7 Integration Engine 1.1


Mergence is a high performance, open source HL7integration engine and application platform. more>>
Mergence is a high performance, open source HL7integration engine and application platform. It was developed to fill the need for an open source, fully transactional healthcare integration system capable of handling millions of messages per day, and thousands of concurrent LLP connections. Mergence is based on Apache ServiceMix, a lightweight enterprise service bus which conforms to the JBI standard, and HAPI, an excellent opensource HL7v2 API. We plan to support HL7v3 in the next release.
Mergence is still in heavy development, and documentation is still lacking, but the current release is already production-ready if you dont mind working with some XML. We have a well-tested and solid core in place, which is fully usable. Development of an AJAX administration console is underway and is the main focus of the 2.0 release.
We hope to have more complete documentation available in the next week.
Main features:
- Fully open source, under the GNU General Public License
- Built on standards-based technologies.
- End-to-end persistence with global transactions so no message can ever be lost.
- High-throughput, asynchronous architecture.
- Message vault with encrypted storage (embedded or external DB).
- Flexible message routing and transformation.
- Scriptable using Groovy
- Extensive logging, monitoring, and alerting system.
- Supports active clustering.
- Many bundled connectors, and compatible with any ServiceMix JBI component.
- NIO TCP connectors which can support thousands of concurrent connections.
- Support for processing/transforming flat files of unlimited size.
- Hot deployment of new components and configurations.
- JBI extensions for easily developing new HL7 components.
<<less
Download (30.9MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
533 downloads
Useful Java Application Components 0.9.25

Useful Java Application Components 0.9.25


Useful Java Application Components is a collection of components which may be useful for your project. more>>
UJAC provides a collection of JAVA components which may be useful in some projects.
Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency.
Enhancements:
Chart Module:
- Moved common types into the interface org.ujac.util.UjacTypes.
Form Module:
- Fixed handling of default values.
Print Module:
- At < insert-document > tag: Fixed offset handling.
- At tags < background-image > & < watermark >: Removed code that forces the existance of a page for the background image.
Utils Module:
- Added interface UjacTypes, which defines common types, used inside the UJAC project.
- Added class UjacTypeHelper, which provides methods to convert data type IDs to Strings and vice versa.
- Moved class XmlUtils into sub package org.ujac.util.xml
SimplePatternMatcher:
- Fixed handling of empty patterns (always matches).
Table:
- Moved common types into the interface org.ujac.util.UjacTypes.
TemplateInterpreter:
- Fixed handling of underscores that are not part of statements.
- Added class BaseObjectSerializer, which provides basic code to easily read/write Objects from/to XML.
Web Module:
- Added support for PageTiles to ActionContext.
- Added < tile > tag which includes PageTiles into JSPs.
- Added class WebFormSerializer, which reads/writes WebForm definitions from/to XML.
- Added support for dynamic form registration from XML definitions.
- Fixed bugs in form field value handling.
- Fixed bugs in form field rendering.
<<less
Download (4.1MB)
Added: 2005-05-30 License: LGPL (GNU Lesser General Public License) Price:
1610 downloads
Jacksum KDE Konqueror Integration 1.1.0

Jacksum KDE Konqueror Integration 1.1.0


Jacksum KDE Konqueror Integration installs features of Jacksum 1.7.0 at the KDE Konqueror (and uninstalls it again if you like). more>>
Jacksum KDE Konqueror Integration installs features of Jacksum 1.7.0 at the KDE Konqueror (and uninstalls it again if you like).

Jacksum is a free and platform independent software for computing and verifying checksums, CRCs and message digests (known as hash values and fingerprints). "Jacksum" is a synthetic word made of JAva and ChecKSUM.

Jacksum supports 58 popular algorithms (Adler32, BSD sum, Bzip2s CRC-32, POSIX cksum, CRC-8, CRC-16, CRC-24, CRC-32 (FCS-32), CRC-64, ELF-32, eMule/eDonkey, FCS-16, GOST R 34.11-94, HAS-160, HAVAL (3/4/5 passes, 128/160/192/224/256 bits), MD2, MD4, MD5, MPEG-2s CRC-32, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-0, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger-128, Tiger-160, Tiger, Tiger2, Tiger Tree Hash, Tiger2 Tree Hash, Unix System V sum, sum8, sum16, sum24, sum32, Whirlpool-0, Whirlpool-1, Whirlpool and xor8).

Jacksum supports the "Rocksoft (tm) Model CRC Algorithm", it can calculate customized CRC algorithms and it supports the combination of multiple algorithms.

Jacksum has opened its source code and it is released under the terms of the GNU GPL. Jacksum is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.

Jacksum is platform independent, because it is written entirely in the Java programming language, the software runs on any platform having a Java Runtime Environment.

Jacksum has multiple interfaces. It can be used on the command line, in your file browser, and also in many other software projects.

<<less
Download (0.19MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1113 downloads
Incredible Hosting System 1

Incredible Hosting System 1


Incredible Hosting System is a tool that allows you to administrate a hosting system using a Web browser. more>>
Incredible Hosting System is a tool that allows you to administrate a hosting system using a Web browser.
The aim is to support administrators and users. Incredible Hosting System currently includes support for Virtual Qmail.
IHS will be a platform for implementing and integrating mail or hosting systems in different environments - small or medium companies looking for tools for managing system accounts, hosting companies offering services based on this system.
System is complex, requires integration of many other applications, for example: WWW server, mail transfer agent, FTP server, database. Also it should be possible to integrate system with other applications that are specific to companys environment.
Aside integration of existing application platform must be built that will allow to manage everything is a manner undependent from tools that are used in background. It should be a centralized and consistent environment. Also API for developers shoule be generic that changes in tools doesnt require changes in code.
Incredible Hosting System will be based on following tools, technologies:
- Apache as WWW server;
- PostgreSQL as default database;
- ProFTPD as default database;
- qmail or Virtual Qmail as a MTA;
- CORBA as a service communication protocol;
- J2EE as an runtime environment;
<<less
Download (3.3MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1346 downloads
Flexible Isometric Fallout-like Engine 2007.1

Flexible Isometric Fallout-like Engine 2007.1


Flexible Isometric Fallout-like Engine is a next-generation 2D engine that aims to be modern and have strong modding support. more>>
Flexible Isometric Fallout-like Engine is a next-generation 2D engine that aims to be modern and have strong modding support. Fallout 2 graphic assets are supported.
Main features:
- is open source (GPL v2.0)
- can utilize the graphics from the original FallOut game (not distributed with FIFE!)
- supports different platforms: Linux (compiles and runs), Windows (compiles and runs) and MacOsX (compiles, cant be tested as a working .dat tool for Macintosh is missing)
- supports multiple resolutions (640x480 -> 1600x1200)
- supports fullscreen and windowed mode
- supports 16 & 32-bit colour depth
- supports OpenGL and software rendering (OpenGL is currently much faster)
- supports different alphablending modes: none, automatic, full
- is going to support weather effects (currently discussed!)
- is going to have a dynamic light system (currently discussed!)
<<less
Download (2.4MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
860 downloads
Grid Resources for Industrial Applications 5.1

Grid Resources for Industrial Applications 5.1


GRIA is Grid middleware that enables use of the Grid in a secure, interoperable and flexible manner. more>>
GRIA (Grid Resources for Industrial Applications) is Grid middleware that enables use of the Grid in a secure, interoperable and flexible manner.
Security
GRIA uses off-the-shelf Web Services technology and Public Key Infrastructure (PKI) security.
Trust
GRIA supports well established B2B processes & trust models.
Ease of use
GRIA is designed to support leading-edge and legacy application codes, and client-side applications can be easily written using the GRIA API.
Quality of Service
GRIA resource models allow service levels to be matched to clients needs.
Support
GRIA is supported through an open source community and on a commercial basis.
Enhancements:
- This release provides significant new features and usability enhancements to both the management packages and the client.
- The core infrastructure stack has been further aligned with key Web Service security and policy specifications.
- New services include a Membership Service, Registry Service, and an improved SLA service.
<<less
Download (MB)
Added: 2007-05-24 License: GPL (GNU General Public License) Price:
886 downloads
Smarty and MIME message integration 2007-05-21

Smarty and MIME message integration 2007-05-21


Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates. more>>
Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates.

This package can be used to compose and send e-mail messages using Smarty templates.

It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and headers of the messages to send.

It can set several message options at once passing an array of options values.

Currently it supports options to define HTML or text message template files, the sender, recipient, bounce and reply names and addresses, whether to send messages in plain text, HTML or both, whether to automatically wrap the message text, message character set, and the bulk precedence header to prevent that notification messages be returned due to temporary delivery errors.

Once the message options are set, the class composes and send message according to the specified option values.

<<less
Download (MB)
Added: 2007-05-24 License: LGPL (GNU Lesser General Public License) Price:
884 downloads
Web+ Developers Edition for Unix/Linux 5.0

Web+ Developers Edition for Unix/Linux 5.0


Web+ is a powerful & comprehensive development language & web application server more>> talentsofts Web+ is a powerful and comprehensive development language for use in creating web-based client/server applications without writing complicated, low-level and time-consuming CGI programs. Web+ applications are written in Web+ Markup Language (WML), a scripting language based on the Basic programming language and HTML. Familiarity with Basic and HTML enables programmers to quickly learn Web+ and begin writing Web+ applications. Web+ enables rapid and easy creation of highly functional web pages that integrate with databases, file systems, e-mail, Java applets, legacy applications, executable programs (EXEs), dynamic-link libraries (DLLs) and shared objects (SOs) on many different operating systems. Web+ also communicates with any TCP/IP applications and simplifies database integration so that dynamic and interactive web pages can be designed quickly and easily. Key features include cross-platform use on Windows, Unix, Linux, Solaris and FreeBSD, ODBC database support, Java, email and COM/DCOM integration, secure online transactions, custom tags, encryption, application integration, and easy to learn, basic-like scripting. With so many middleware products on the market, it is difficult to tell the difference between them. Compare Web+ head-to-head with the other products out there such as Cold Fusion in the areas of price, speed, and function! Web+ Developers Edition allows for 2 concurrent connections.<<less
Download (2.90MB)
Added: 2009-04-28 License: Adware Price: $99
180 downloads
Blackbird Enterprise Service Bus 1.0.0

Blackbird Enterprise Service Bus 1.0.0


Blackbird Enterprise Service Bus is the first enterprise service bus (ESB) for PHP developers. more>>
Blackbird Enterprise Service Bus is the first enterprise service bus (ESB) for PHP developers. The project provides a run-time container that loads, manages, and executes classes, provides connectivity and utility services to access external resources, such as message queues and collects and exposes metrics data to management tools
Main features:
- Use PHP to rapidly develop applications and application integration services
- Easy to learn and use - get coding in minutes
- Written for developers by developers
- Command-line and protocol-driven management and monitoring
- Easy object configuration, deployment, and load/unload tasks
- Less memory usage than a Java ESB
- Metrics collection, making it easy to develop monitoring and management tools
- Extensible protocol handler layer - supports STOMP , SMTP, and Jabber out of the box
What Its Not:
- A full-blown, Java ESB like Apache ServiceMix
- A replacement for other middleware, such as Apache ActiveMQ
- As fast, in theory, as a compiled language (although see below)
- Fully object-oriented (because PHP is not)
- Written by architects for architects
Why Are You Doing This When Already Exists?
ITema provides managed, hosted applications to small businesses, with an emphasis on integration. Part of our vision is to offer our customers choice, so they arent locked into a specific product or vendor. We need very good integration technology or well end up with an unmanageable spider web of integration hooks. An ESB is tailor-made for this type of work. It gives us the loose coupling we need to let applications run independently, and handles grunt-work tasks like communicating via message queues so we can focus on writing the code that does the real work.
The available Java ESB products didnt meet our needs. PHP was a more natural choice, but there was no ESB available for it. We decided it was better for us to write what we needed than to try to shoehorn what we were doing into another product. Our hope is that by releasing Blackbird under the GPL, other developers will get as much out of it as we have.
Blackbird isnt intended to be an isolated project, or a replacement for a Java ESB. In fact, we anticipated that it could be very useful to use both a Java and PHP ESB at the same time, in different layers of an architecture. Blackbirds design makes this straightforward, and it expects to communicate via STOMP with a message queue such as Apache ActiveMQ. It can even use the same ActiveMQ instance that supports a ServiceMix environment, so writing a Blackbird component to communicate with a ServiceMix component is easy!
<<less
Download (0.055MB)
Added: 2007-08-10 License: GPL v3 Price:
814 downloads
Catalyst::Manual::Intro 5.7003

Catalyst::Manual::Intro 5.7003


Catalyst::Manual::Intro is an Introduction to Catalyst. more>>
Catalyst::Manual::Intro is an Introduction to Catalyst.

This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you should be using it, see Catalyst::Manual::About. For a systematic step-by-step introduction to writing an application with Catalyst, see Catalyst::Manual::Tutorial.

What is Catalyst?

Catalyst is an elegant web application framework, extremely flexible yet extremely simple. Its similar to Ruby on Rails, Spring (Java), and Maypole, upon which it was originally based. Its most important design philosphy is to provide easy access to all the tools you need to develop web applications, with few restrictions on how you need to use these tools.

However, this does mean that it is always possible to do things in a different way. Other web frameworks are initially simpler to use, but achieve this by locking the programmer into a single set of tools. Catalysts emphasis on flexibility means that you have to think more to use it. We view this as a feature. For example, this leads to Catalyst being more suited to system integration tasks than other web frameworks.

<<less
Download (0.22MB)
Added: 2006-09-25 License: Perl Artistic License Price:
1128 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5