Simple Project List Software Map

1249 projects in result set
LastUpdate: 2006-10-03 06:08

Swing XML Authoring Tool

SwiXAT is a Swing-based authoring tool for the quick and easy development of GUI Java applications. It implements a true MVC framework and uses XML to define the view (SwiXML is used as the XUL engine), BeanShell as a scripting language for the controller, and JXPath as the binding mechanism between the view and model. It provides a complete environment in which it is possible to almost write an entire Java Swing application without writing Java compiled code. The use of XPath makes it very simple to traverse the object tree of the application's business model.

LastUpdate: 2008-12-19 21:08

Portable Windows Library

PWLib is a moderately large class library that was
originally designed as a method to produce
applications that run on both Microsoft Windows
and Unix/X11 systems. It includes classes for I/O
portability, multi-threading portability, aid in
producing Unix daemons and NT services portably,
and all sorts of Internet protocols. It also
offers basic "container" classes such as arrays,
linear lists, sorted lists (RB Tree), and
dictionaries (hash tables) which were all created
before the STL. This library is used by the
OpenH323 library.

(Machine Translation)
LastUpdate: 2010-10-27 08:56

pulse-java

Pulse is a Web application framework and portal solution that provides easy-to-use, extensible patterns for creating browser based applications, Web sites, and portals. It delivers a set of out-of-the-box components, such as CMS, shopping, and user management.

(Machine Translation)
LastUpdate: 2008-03-08 23:11

TurboGears

TurboGears is a complete front-to-back Web
development mega-framework in Python. It is built
from four core projects and several other packages
to provide a powerful set of tools for building
modern Web applications.

(Machine Translation)
LastUpdate: 2012-12-04 06:56

Ample SDK

Ample SDK is a standards-based cross-browser JavaScript UI framework for building Rich Internet Applications running in a Web browser. It employs XML technologies (such as XUL, SVG, and HTML5) for UI layout, CSS for UI style, and JavaScript with DOM or jQuery APIs for application logic client-side. Ample SDK equalizes browsers and brings technology support to those missing any. The componentization model built into the core of the framework allows prototyping existing UI elements and creating new ones.

(Machine Translation)
LastUpdate: 2002-02-08 12:52

Netautor Professional

Netautor Professional is an application server and development environment.
Netautor Professional was developed to serve the practical needs of users, and
was continuously advanced.

(Machine Translation)
LastUpdate: 2005-06-29 08:38

AjaxAC

AjaxAC is a PHP framework which can be used to develop, create, and generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript and XML) is to use the XMLHttpRequest object to change a Web page state using background HTTP sub-requests without reloading the entire page.

LastUpdate: 2003-05-15 08:33

Formulator

Formulator is a flexible, extensible framework for the creation and validation of web forms
in Zope. Web forms can be created with a web-based management interface. When
a form is submitted, many common validations, such as testing for required fields or
certain types of input, can be automated.

(Machine Translation)
LastUpdate: 2001-01-30 06:12

Automated support for compound RPC calls

NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN. By rearranging the ONC IDL for NFSv4 into AutoGen definitions, these templates will emit the original IDL *plus* all the code to package, send, distribute, collect, return, and dispatch the results. The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL. Templates for these calls and service routines is provided, too. The NFSv4 definitions are included.

(Machine Translation)
LastUpdate: 2009-11-21 21:58

ivtools

ivtools is a collection of drawing editors for PostScript, TeX, and Web graphics with both direct-manipulation and scriptable user interfaces.

LastUpdate: 2008-02-13 13:34

Jameleon

Jameleon is an automated testing framework that can be used by technical and non-technical users alike. One of the main concepts behind it is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular screen can be defined in Java and mapped to these keywords. The keywords can then be organized with different data sets to form test scripts without requiring an in-depth knowledge of how the application works. The test scripts are then used for both testing automation and test case document generation.

(Machine Translation)
LastUpdate: 2007-06-20 22:10

pam_userpass

pam_userpass is a PAM module for use specifically by
services implementing non-interactive protocols and wishing
to verify a username/password pair. It uses Linux-PAM
binary prompts to make it possible for applications to no
longer make the flawed assumption that
PAM_PROMPT_ECHO_ON requests the username and
PAM_PROMPT_ECHO_OFF requests the password. It doesn't
perform any actual user authentication; that is left up to
further modules in the PAM stack (e.g., to pam_tcb or
pam_unix).

(Machine Translation)
LastUpdate: 2012-04-23 21:38

Java Gearman Service

Java Gearman Service is a Java implementation of the gearman service, which provides a generic application framework that farms work out to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions in other languages. It can be used in a variety of applications, from high-availability Web sites to the transport of database replication events.

(Machine Translation)
LastUpdate: 2010-06-21 16:39

Jspresso

Jspresso is a new framework for easily building rich Internet applications. It dramatically reduces the development cycles needed to get your corporate application up and running while not sacrificing quality, robustness, and performance. It is not just another Web application framework, but offer the exact same ergonomics as desktop applications while keeping an N-tier, server-centric architecture on a Java backend. Applications can be deployed either in Adobe's Flex, qooxdoo (AJAX), WingS (AJAX), Canoo ULC, or Swing and all on the same codebase without a single specific line of GUI code.

(Machine Translation)
LastUpdate: 2008-01-30 07:18

Apache Axis

Apache AXIS is an implementation of the "Simple Object Access Protocol" (SOAP) submission to the W3C. It is the descendant of the Apache SOAP project.