Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.485.795 Times

Porcupine 0.1

  Date Added: January 22, 2010  |  Visits: 936

Porcupine

Report Broken Link
Printer Friendly Version


Product Homepage
Download (88 downloads)



Porcupine is a web application server that provides an object oriented framework for developing web applications rapidly. Many of the tasks required for building web applications as you know them, are either eliminated or simplified. For instance, when developing a Porcupine application you dont have to design a relational database. You only have to design and implement your business objects as classes, using the building blocks provided by the framework (datatypes). Porcupine integrates a native object database, no mapping required. Another tedious task for web applications is the interface design, and the constraints imposed by HTML. QuiX, the servers integrated XUL motor, simplifies the interface design process. All you have to do is describe your applications interface in XML and write the appropriate event handlers. You dont have to waste time and money on widget implementations. QuiX comes with a variety of ready to use widgets, accelerating the development process. Generally, every Porcupine application consists of three distinct layers. The first is the business layer consisting of the business objects which encapsulate the business logic. The second layer binds the HTTP protocol with the first layers business objects. This layer is implemented using Python Server Pages or Servlets. If using XML-RPC, one common approach is to directly map an XML-RPC method to a business objects method. The third layer, the presentation layer, usually consists of XML UI definitions and JavaScript event handlers. The first two layers are executed server side and the third layer is executed on the client (browser)..

Requirements: No special requirements
Platforms: Linux
Keyword: Application Server Applications Business Objects Developing Web Applications Have To Layer Object Oriented Object Oriented Framework Porcupine Server Web Web Application Web Application Server Web Applications Xml
Users rating: 0/10

License: Freeware Size: 266.24 KB
USER REVIEWS
More Reviews or Write Review


PORCUPINE RELATED
Business  -  Business Oriented Framework 0.07
Business Oriented Framework (BOF) is a Perl application server. It uses SOAP, optionally secured with SSL, to communicate with the client. The client can use SOAP::Lite or the client module included in BOF, making it easy to connect to the...
16.38 KB  
Backup Utilities  -  backup (recover) appln business objects rc
BOBUP - Backup and recovery for application business objects. Backup usually implies backing up files/db - this is non-intuitive. With BOBUP, backup and recover granular info (eg. specific customer) independent of files/db.
28.19 KB  
Network & Internet  -  XOAD 0.6.0.0
XOAD, formerly known as NAJAX, is a AJAX/XAP object oriented framework for PHP that allows you to create richer Web applications. It uses JSON and native PHP serialized objects to communicate. Special attention has been paid to security. XOAD...
49.15 KB  
Programming  -  Webframe 0.76
Webframe is an easy to use open source framework for developing web-based applications. Webframe works in the LAMP environment. Webframe is not just a regular framework. After install you will have an environment which already has built in login...
215.04 KB  
Utilities  -  Asterisk Configuration and Management Interface 1.0-pre5
Asterisk Configuration and Management Interface is a module-based, object oriented framework to administrate Asterisk PBX boxes through a Web browser. The main difference between this and other projects is that ACaMI is based on a small template...
2 MB  
Development Editors  -  SeamWebAppGen 0.3.1
SeamWebAppGen is a development tool for developing Web applications with minimum effort and time. Applications generated makes use of the following tecnologies: JSF 2.1, JBoss Seam & RichFaces, EJB 3 and can be deployed on the JBoss Application...
143.36 KB  
Libraries  -  Stencil 2.0.2
Stencil is a library for developing web-based applications in C++. It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway...
368.64 KB  
Network & Internet  -  php-Booba 0.8.1
php-Booba is a simple application for developing Web applications. Whats New in This Release: - Fixed bug in timestamp verification.. Get php-Booba at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications...
25.6 KB  
Network & Internet  -  PXAServer 0.5.3
PXAServer project is a framework for developing Web applications. The core library eases use of Ajax, XML, Javascript, and PHP. Whats New in This Release: - This release adds a login system with MD5 hashing and a flex2 client. - It adjusts...
430.08 KB  
Web Authoring  -  RSEPaw 4.00
Multilingual Web generator and administrator of communicating applications (XML/Ajax/MySQL/ODBC), to install on a PHP5 web server. No specific knowledge is required to build in few minutes the applications and to use them from a configurable...
4.38 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB