Main > Free Download Search >

Free restful software for linux

restful

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5
REST::Application 0.96

REST::Application 0.96


REST::Application is a framework for building RESTful web-applications. more>>
REST::Application is a framework for building RESTful web-applications.

SYNOPSIS

# MyRESTApp L instance / mod_perl handler
package MyRESTApp;
use Apache;
use Apache::Constants qw(:common);

sub handler {
__PACKAGE__->new(request => $r)->run();
return OK;
}

sub getMatchText { return Apache->uri }

sub setup {
my $self = shift;
$self->resourceHooks(
qr{/rest/parts/(d+)} => get_part,
# ... other handlers here ...
);
}

sub get_part {
my ($self, $part_num) = @_;
# Business logic to retrieve part num
}

# Apache conf
< Location /rest >
perl-script .cgi
PerlHandler MyRESTApp
< /Location >

This module acts as a base class for applications which implement a RESTful interface. When an HTTP request is received some dispatching logic in REST::Application is invoked, calling different handlers based on what the kind of HTTP request it was (i.e. GET, PUT, etc) and what resource it was trying to access. This module wont ensure that your API is RESTful but hopefully it will aid in developing a REST API.

<<less
Download (0.015MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1096 downloads
SubEtha Mail 1.0.2

SubEtha Mail 1.0.2


SubEtha is a sophisticated mailing list manager, similar in many respects to the popular Mailman package. more>>
SubEtha is a sophisticated mailing list manager, similar in many respects to the popular Mailman package. SubEtha is a three-tiered J2EE application using EJB3 and JMS. It is stable and self-hosting.
Main features:
- Very easy installation on Windows and Unix platforms
- A user-friendly web interface for all configuration management
- Virtual domains (ie list@foo.com and list@bar.com are separate lists)
- Users can have multiple email addresses and self-moderate messages from unknown addresses.
- Intelligent attachment handling; attachments can be removed from delivered mail and replaced with a download link to the archives.
- Pluggable, configurable message processing filters which can arbitrarily modify the inbound and outbound message streams. Example filters include attachment stripping, header munging, spam detection, and insertion of advertising.
- Per-list role-based permissions.
- One-step creation of basic list types (ie "Announce-Only List" or "Technical Support List"). The set of available types is pluggable.
- Searchable, threaded archives
- Users can reply to messages from the archives. They can click on a button and have the message resent to them normally.
- Intelligent VERP bounce processing
- Clusterable for nearly unlimited scalability
- Easy integration with any mail transport agent (MTA)
- EJB and SOAP interfaces for automation
- International characters in emails are properly passed through the system and rendered in the web interface
- RESTful, bookmarkable URLs
- A modular SMTP library that can be used outside SubEtha
Enhancements:
- This release works around a a backwards compatibility issue issue where SubEtha would not run on Java 5 because the released code was compiled using Java 6.
<<less
Download (51.5MB)
Added: 2007-04-30 License: LGPL (GNU Lesser General Public License) Price:
909 downloads
dbscript 0.3.0

dbscript 0.3.0


dbscript is an open source web development framework. more>>
dbscript is an open source web development framework, it saves time and effort by handling complex-but-common tasks with objects based on proven design patterns.
The Mapper and Route classes are a good example, they map actions and records to distinct urls, and the meta-information allows a programmer to type url_for( resource ) to build a dynamic url.
Restful urls, http-style controllers, atompub/html introspection documents and content-negotiation are among the sophisticated features of this programmer-centric development tool.
dbscript framework is a database abstraction layer, with built-in adapters for PostgreSQL and MySQL.
Enhancements:
- Qooxdoo Ajax templates OpenID login accounts Users & Groups permissions
<<less
Download (0.14MB)
Added: 2007-06-12 License: MIT/X Consortium License Price:
865 downloads
Meditation 0.6

Meditation 0.6


Meditation is a series of helper classes for PHP5 that are used to facilitate in building RESTful APIs for your web application. more>> <<less
Download (0.013MB)
Added: 2006-03-27 License: BSD License Price:
1306 downloads
HJB 0.9.1

HJB 0.9.1


HJB is a library that provides access to JMS resources via HTTP. more>>
HJB is a library that provides access to JMS resources via HTTP. It is language-neutral and allows the writing of software libraries for communicating with JMS providers in any language that has libraries for communicating over HTTP.
It provides a RESTful equivalent to all of the non-optional portions of the JMS API including registration of resources administered by the messaging provider, connection and session management, and sending and receipt of all types of JMS message.
Enhancements:
- An error that prevented recursive listing from working was fixed.
- The ability to configure HJBs runtime system parameters from the servlet config XML file was added.
- The /collect command (Collect From) was added for consumers and subscribers.
- This allows clients to collect several messages from them in one HTTP request.
- The output of the /list commands was changed so that it looks more like the output of "ls -lR" when recursively listing.
<<less
Download (1.5MB)
Added: 2006-11-27 License: LGPL (GNU Lesser General Public License) Price:
1063 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1