ximian connector
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 70
Ximian-South
Ximian-South provides a icon pack for GTK+. more>>
Ximian-South provides a icon pack for GTK+.
jimmacs and tigerts Ximian-South ported to a Gnome Icon Theme.
<<lessjimmacs and tigerts Ximian-South ported to a Gnome Icon Theme.
Download (0.72MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1005 downloads
MySQL Connector/ODBC 3.51.19
MySQL Connector/ODBC is an ODBC driver for the MySQL database server. more>>
MySQL Connector/ODBC project is an ODBC driver for the MySQL database server.
MySQL is a multithreaded, multi-user SQL database management system (DBMS) which has, according to MySQL AB, more than 10 million installations.
MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, which holds the copyright to most of the codebase.
This is similar to the JBoss model and how the Free Software Foundation handles copyright in its projects, and dissimilar to how the Apache project does it, where the software is developed by a public community and the copyright to the codebase is owned by its individual authors.
Enhancements:
- This release fixes a regression in the handling of character data from the server when the server misidentifies it as binary data. (The driver contains a workaround for this server bug that was inadvertantly removed.)
<<lessMySQL is a multithreaded, multi-user SQL database management system (DBMS) which has, according to MySQL AB, more than 10 million installations.
MySQL is owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, which holds the copyright to most of the codebase.
This is similar to the JBoss model and how the Free Software Foundation handles copyright in its projects, and dissimilar to how the Apache project does it, where the software is developed by a public community and the copyright to the codebase is owned by its individual authors.
Enhancements:
- This release fixes a regression in the handling of character data from the server when the server misidentifies it as binary data. (The driver contains a workaround for this server bug that was inadvertantly removed.)
Download (MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
1804 downloads
Jiplet Container 0.1.0b
Jiplet is short for Java SIP Servlet. more>>
Jiplet is short for Java SIP Servlet. Jiplet Container project is an open-source container for server-side SIP applications. An application developer can create a SIP application written in Java using the Jiplet API and deploy the application in the container.
The container provides a number of framework services including support for SIP message parsing and formatting, scoped variables, authentication and authroization, thread-pooling, logging, custom class loading, management interface, etc. It enables application developer to create server-side SIP applications using a component-based model similar to that envisioned by the J2EE architecture.
In fact, it fits very well with the J2EE paradigm for software development and deployment. The jiplet container software can either be run as a standalone Java application or deployed as a service residing in a J2EE server. When running as a J2EE service, the jiplet container can access many of the features offered by the J2EE server.
In addition, The jiplet container is built with the service provider model in mind. In this model, a service provider can host customized SIP applications from their customers in a secure manner similar to the servlet hosting offered by many service providers.
The jiplet container is very similar to a Java HTTP servlet container in concept. A Java HTTP servlet is a Java class that handles HTTP messages from web browsers. Similarly, a jiplet is a Java class that handles SIP messages from SIP user agents (SIP phones and SIP servers).
A servlet container like Apache Tomcat can host one or more web applications (contexts), each consisting of one or more servlets. Similarly, the jiplet container can host one or more SIP applications (contexts) consisting of one or more jiplets.
Similar to the servlet API authored by Sun Microsystems, the jiplet container provides a set of Java classes that jiplet applications extend or use. The services provided by these classes are very similar to those of the servlet API including scoped variables, request forwarding from one jiplet to another, etc.
As in a servlet container, new jiplet applications, or contexts, can be deployed using a zipped file called spr (war is the Java servlet terminology). Since there are differences between the HTTP and SIP protocols, the servlet and the jiplet containers have some notable differences.
However, the jiplet is not a formal specification like the servlet specification. It is also not an implementation of the SIP servlet specification (JSR 116) authored by Sun and its community of users. There are many similarities between the jiplet and the SIP servlet in terms of features. If you are familiar with SIP servlets, you will feel right at home with the jiplet container.
We are planning to continue developing the jiplet container based on feedback provided by that the open-source community. We are hoping that open-source developers will extend this tool and the specification instead of a committee.
Main features:
- Open-source API for developing server-side SIP applications. Based on the JAIN-SIP API.
- Offers component-based development model.
- Servlet-like development and runtime environment.
- Access to powerful JAIN-API from SIP applications.
- JMX management interface for interfacing with management systems.
- Web-based user interface for managing jiplet applications.
- Support for scoped variables including application, session, request, transaction and dialog-scoped variables.
- Support for forwarding SIP messages from one jiplet to another.
- Container-managed authentication and authorization.
- Support for application timers.
- Can run as a standalone application or it can be integrated with JBOSS as a J2EE service.
- Comprehensive support for the service-provider model.
Enhancements:
- The final release (version 1.2) of the NIST SIP stack Reference Implementation has been incorporated into the Jiplet Container and reference applications.
- The new listening point architecture has been integrated into the Jiplet Container SIP connector.
- One connector can now use more than one IP address for SIP messaging.
- Convenience methods have been added to the Jiplet class for jiplet developers to handle additional listening points and SIP providers.
- The Jiplet Container message proxying has been updated to work in a multi-homed environment.
- The software has been tested with Jboss 4.0.5.GA.
<<lessThe container provides a number of framework services including support for SIP message parsing and formatting, scoped variables, authentication and authroization, thread-pooling, logging, custom class loading, management interface, etc. It enables application developer to create server-side SIP applications using a component-based model similar to that envisioned by the J2EE architecture.
In fact, it fits very well with the J2EE paradigm for software development and deployment. The jiplet container software can either be run as a standalone Java application or deployed as a service residing in a J2EE server. When running as a J2EE service, the jiplet container can access many of the features offered by the J2EE server.
In addition, The jiplet container is built with the service provider model in mind. In this model, a service provider can host customized SIP applications from their customers in a secure manner similar to the servlet hosting offered by many service providers.
The jiplet container is very similar to a Java HTTP servlet container in concept. A Java HTTP servlet is a Java class that handles HTTP messages from web browsers. Similarly, a jiplet is a Java class that handles SIP messages from SIP user agents (SIP phones and SIP servers).
A servlet container like Apache Tomcat can host one or more web applications (contexts), each consisting of one or more servlets. Similarly, the jiplet container can host one or more SIP applications (contexts) consisting of one or more jiplets.
Similar to the servlet API authored by Sun Microsystems, the jiplet container provides a set of Java classes that jiplet applications extend or use. The services provided by these classes are very similar to those of the servlet API including scoped variables, request forwarding from one jiplet to another, etc.
As in a servlet container, new jiplet applications, or contexts, can be deployed using a zipped file called spr (war is the Java servlet terminology). Since there are differences between the HTTP and SIP protocols, the servlet and the jiplet containers have some notable differences.
However, the jiplet is not a formal specification like the servlet specification. It is also not an implementation of the SIP servlet specification (JSR 116) authored by Sun and its community of users. There are many similarities between the jiplet and the SIP servlet in terms of features. If you are familiar with SIP servlets, you will feel right at home with the jiplet container.
We are planning to continue developing the jiplet container based on feedback provided by that the open-source community. We are hoping that open-source developers will extend this tool and the specification instead of a committee.
Main features:
- Open-source API for developing server-side SIP applications. Based on the JAIN-SIP API.
- Offers component-based development model.
- Servlet-like development and runtime environment.
- Access to powerful JAIN-API from SIP applications.
- JMX management interface for interfacing with management systems.
- Web-based user interface for managing jiplet applications.
- Support for scoped variables including application, session, request, transaction and dialog-scoped variables.
- Support for forwarding SIP messages from one jiplet to another.
- Container-managed authentication and authorization.
- Support for application timers.
- Can run as a standalone application or it can be integrated with JBOSS as a J2EE service.
- Comprehensive support for the service-provider model.
Enhancements:
- The final release (version 1.2) of the NIST SIP stack Reference Implementation has been incorporated into the Jiplet Container and reference applications.
- The new listening point architecture has been integrated into the Jiplet Container SIP connector.
- One connector can now use more than one IP address for SIP messaging.
- Convenience methods have been added to the Jiplet class for jiplet developers to handle additional listening points and SIP providers.
- The Jiplet Container message proxying has been updated to work in a multi-homed environment.
- The software has been tested with Jboss 4.0.5.GA.
Download (15.2MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1150 downloads
Mono Project 1.2.4
Mono Project is an implementation of .NET for Unix, MacOS X, and Windows. more>>
Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Linux and cross-platform applications with unprecedented productivity. Monos .NET implementation is based on the ECMA standards for C# and the Common Language Infrastructure.
Sponsored by Novell the Mono project has an active and enthusiastic contributing community. Mono includes both developer tools and the infrastructure needed to run .NET client and server applications.
Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries. The libraries include Microsoft .NET compatibility libraries (including ADO.NET, System.Windows.Forms and ASP.NET), Monos own and third party class libraries.Gtk#, a set of .NET bindings for the gtk+ toolkit and assorted GNOME libraries can be found in the later.
This library allows you to build fully native Gnome application using Mono and includes support for user interfaces built with the Glade interface builder. Furthermore, Monos runtime can be embedded into applications for simplified packaging and shipping. In addition, the Mono project offers an IDE, debugger, and documentation browser.
<<lessSponsored by Novell the Mono project has an active and enthusiastic contributing community. Mono includes both developer tools and the infrastructure needed to run .NET client and server applications.
Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries. The libraries include Microsoft .NET compatibility libraries (including ADO.NET, System.Windows.Forms and ASP.NET), Monos own and third party class libraries.Gtk#, a set of .NET bindings for the gtk+ toolkit and assorted GNOME libraries can be found in the later.
This library allows you to build fully native Gnome application using Mono and includes support for user interfaces built with the Glade interface builder. Furthermore, Monos runtime can be embedded into applications for simplified packaging and shipping. In addition, the Mono project offers an IDE, debugger, and documentation browser.
Download (62.8MB)
Added: 2007-05-16 License: Freely Distributable Price:
896 downloads
Nuxeo Core 1.3.2
Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. more>>
Nuxeo Core is an embeddable document management core, based on Nuxeo Runtime. Nuxeo Core provides all necessary low-level services to define, store, manage, audit, request and search content.
It is the kernel of Nuxeo 5 and can also be embedded in third-party applications to provide advanced content management features.
It can run on any Java platform, can be easily extended using plug-ins (thanks to Nuxeo Runtime) and implements JCA (Java EE Connector Architecture) to be easily plugged into existing applications or information systems.
Enhancements:
- This release fixes a bug related to document removal.
<<lessIt is the kernel of Nuxeo 5 and can also be embedded in third-party applications to provide advanced content management features.
It can run on any Java platform, can be easily extended using plug-ins (thanks to Nuxeo Runtime) and implements JCA (Java EE Connector Architecture) to be easily plugged into existing applications or information systems.
Enhancements:
- This release fixes a bug related to document removal.
Download (3.1MB)
Added: 2006-10-26 License: LGPL (GNU Lesser General Public License) Price:
1093 downloads
DeskNow Mail and Collaboration Server 3.1.9
DeskNow is a fully featured and easy to use mail and collaboration server. more>>
DeskNow project is a fully featured and easy to use mail and collaboration server that can handle all the communication and collaboration needs of your company.
Main features:
- fully featured mail server
- advanced antispam technologies, antivirus integration and content filtering
- dynamic webmail interface
- document management
- advanced calendaring with meeting planning, free/busy search, shared calendars, task lists, resource booking, iCal publishing (Mozilla Sunbird, Apple iCal)
- Outlook connector to integrate personal and group calendars, tasks, contacts
- SyncML synchronization with Palm, PocketPC, BlackBerry and most mobile phones
- secure Jabber instant messaging with integrated web client
- automatic authentication and account import with Active Directory and LDAP servers
Enhancements:
- This version introduces minor improvements to IMAP import and features improved SyncML duplicate detection and a maxhops configuration setting.
<<lessMain features:
- fully featured mail server
- advanced antispam technologies, antivirus integration and content filtering
- dynamic webmail interface
- document management
- advanced calendaring with meeting planning, free/busy search, shared calendars, task lists, resource booking, iCal publishing (Mozilla Sunbird, Apple iCal)
- Outlook connector to integrate personal and group calendars, tasks, contacts
- SyncML synchronization with Palm, PocketPC, BlackBerry and most mobile phones
- secure Jabber instant messaging with integrated web client
- automatic authentication and account import with Active Directory and LDAP servers
Enhancements:
- This version introduces minor improvements to IMAP import and features improved SyncML duplicate detection and a maxhops configuration setting.
Download (24.4MB)
Added: 2006-08-11 License: GPL (GNU General Public License) Price:
1178 downloads
Konzept 0.2
Konzept is a small class diagram editor. more>>
Konzept is a small class diagram editor. Major design goal was usability.
The project was inspired by the static structure diagram editor of the Toolkit of Conceptual Modelling. Konzept is a pure Qt application written in Python.
Usage:
- select graphical elements within the toolbox the left
- right mouse button to place graphical shapes
- middle mouse button to connect two shapes with the selected connector type
- double click right mouse button to enjoy the inline editing and intelligent size adjustment
- maybe disable the grid or change its granularity to accomodate your taste
- save your documents somewhere and bring them back by dropping files from your favorite file browser
<<lessThe project was inspired by the static structure diagram editor of the Toolkit of Conceptual Modelling. Konzept is a pure Qt application written in Python.
Usage:
- select graphical elements within the toolbox the left
- right mouse button to place graphical shapes
- middle mouse button to connect two shapes with the selected connector type
- double click right mouse button to enjoy the inline editing and intelligent size adjustment
- maybe disable the grid or change its granularity to accomodate your taste
- save your documents somewhere and bring them back by dropping files from your favorite file browser
Download (0.13MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1458 downloads
PloneiCalendar 1.0
PloneiCalendar allows you to share and browse calendar files in Plone, and manage them in your calendar application. more>>
PloneiCalendar allows you to share and browse calendar files in Plone, and manage them in your calendar application.
PloneiCalendar is a product designed by Ingeniweb to handle calendar files in Plone. It is based on the iCalendar file format.
Once an PloneiCalendar is created in Plone, you can share it with other users or groups (you can give read or write permissions), browse it by day, week and month or modify it by using standard calendar applications like Mozilla Calendar or Apple iCal (or Ximian Evolution or KOrganizer or whatever you want - may be even Microsoft Outlook ;) ).
Main features:
- Upload and download your calendars in Plone
- Give permissions to users or groups to view/modify your calendars
- Browse your calendars by day, week or month
- Instantly find all your calendars with the included portlet
- View the event details
- All-day events and most recurring events are supported
- Handling of simultaneous events, even in complex cases (see screenshot)
- Handling of i18n date formats (currently, english and french formats can be displayed)
- Cool looknfeel : color integration with your plone site, personalization of the color of your calendars, 100% pure CSS in the calendar views (no table used)
<<lessPloneiCalendar is a product designed by Ingeniweb to handle calendar files in Plone. It is based on the iCalendar file format.
Once an PloneiCalendar is created in Plone, you can share it with other users or groups (you can give read or write permissions), browse it by day, week and month or modify it by using standard calendar applications like Mozilla Calendar or Apple iCal (or Ximian Evolution or KOrganizer or whatever you want - may be even Microsoft Outlook ;) ).
Main features:
- Upload and download your calendars in Plone
- Give permissions to users or groups to view/modify your calendars
- Browse your calendars by day, week or month
- Instantly find all your calendars with the included portlet
- View the event details
- All-day events and most recurring events are supported
- Handling of simultaneous events, even in complex cases (see screenshot)
- Handling of i18n date formats (currently, english and french formats can be displayed)
- Cool looknfeel : color integration with your plone site, personalization of the color of your calendars, 100% pure CSS in the calendar views (no table used)
Download (0.17MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
ruleCore 1.0
ruleCore provides a rule engine for event pattern detection. more>>
ruleCore provides a rule engine for event pattern detection.
The ruleCore Engine is an event-driven rule engine that manages and executes reaction rules. The rules are event-condition-action (ECA) style of rules.
The ruleCore Engine provides capabilities for detection of complex patterns of events, called situations. Events can be combined with logical and temporal operators in order to describe complex situations.
When a situation is detected, the ruleCore Engine can execute an action to alert external applications or users of the situation. The ruleCore Engine is fed with events through connectors.
Currently, connector implementations exist for plain sockets, XML-RPC, IBM WebSphere MQ, and TIBCO Rendezvous. Experimental support exists for running the engine within Zope and calling Zope methods when a rule triggers its action.
<<lessThe ruleCore Engine is an event-driven rule engine that manages and executes reaction rules. The rules are event-condition-action (ECA) style of rules.
The ruleCore Engine provides capabilities for detection of complex patterns of events, called situations. Events can be combined with logical and temporal operators in order to describe complex situations.
When a situation is detected, the ruleCore Engine can execute an action to alert external applications or users of the situation. The ruleCore Engine is fed with events through connectors.
Currently, connector implementations exist for plain sockets, XML-RPC, IBM WebSphere MQ, and TIBCO Rendezvous. Experimental support exists for running the engine within Zope and calling Zope methods when a rule triggers its action.
Download (18.8MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
978 downloads
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.
<<lessMergence 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.
Download (30.9MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
533 downloads
Evolution Jescs 2.9.1
Evolution Jescs is the Evolution Connector for Sun Java Enterprise System Calendar Server (SJESCS). more>>
Evolution Jescs is the Evolution Connector for Sun Java Enterprise System Calendar Server (SJESCS).
This connector supports the WCAP (Web Calendar Access Protocol) 2.0, 3.0, 3.1.
How to setup a JESCS account?
Now it is integrated into "Mail Accounts" under menu "Edit-->Preferences". Click "Add" button to bring up the account setup widzard. In "Identity" page, please input your Full Name and Email Address. In "Receiving Email" page, choose "Sun Calendar WCAP" as the Server Type. Input Host and Username here.
If your server listens to another port instead of the default one (80 for http, 143 for https), please input Host in the "Host:Port" format, such as "calendar.sun.net:8080". For "Use Secure Connection", please choose "Never" for http and "Always" for https.
In "Receiving Options" page, if you want to poll the server for new events and tasks at a different interval than the default 30 minutes, please check the checkbox and choose a interval. Please note that a small interval setting will impact the performance of the connector. If you are sure you are the only one accessing your calendar, you can set the interval to a very large number.
The "Sending Email" page actually is useless for the connector. You can just input anything here so that you can go forward.
In "Account Management" page, please enter your account name here. Then you can finish your JESCS account setting.
Enhancements:
- configure.in: Bump to 2.9.1
- storage/sunone-folder-tree.c: Fix a bug which will cause evolution-jescs to crash when connecting to the calendar server for the first time.
<<lessThis connector supports the WCAP (Web Calendar Access Protocol) 2.0, 3.0, 3.1.
How to setup a JESCS account?
Now it is integrated into "Mail Accounts" under menu "Edit-->Preferences". Click "Add" button to bring up the account setup widzard. In "Identity" page, please input your Full Name and Email Address. In "Receiving Email" page, choose "Sun Calendar WCAP" as the Server Type. Input Host and Username here.
If your server listens to another port instead of the default one (80 for http, 143 for https), please input Host in the "Host:Port" format, such as "calendar.sun.net:8080". For "Use Secure Connection", please choose "Never" for http and "Always" for https.
In "Receiving Options" page, if you want to poll the server for new events and tasks at a different interval than the default 30 minutes, please check the checkbox and choose a interval. Please note that a small interval setting will impact the performance of the connector. If you are sure you are the only one accessing your calendar, you can set the interval to a very large number.
The "Sending Email" page actually is useless for the connector. You can just input anything here so that you can go forward.
In "Account Management" page, please enter your account name here. Then you can finish your JESCS account setting.
Enhancements:
- configure.in: Bump to 2.9.1
- storage/sunone-folder-tree.c: Fix a bug which will cause evolution-jescs to crash when connecting to the calendar server for the first time.
Download (0.68MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
959 downloads
Other version of Evolution Jescs
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
struts timeEntry 0.2b
struts timeEntry is a self training application that developers can use while learning Apaches Struts framework. more>>
struts timeEntry project is a self training application that developers can use while learning Apaches Struts framework. Often when learning a new language, library or framework, developers find that the example code they are presented with is acedemic and "best case".
They find it difficult to locate real-world case studies in which the language, library or framework have been put into practice.
struts timeEntry stives to be a real-world application that utilizes the struts framework fully. Some project goals include:
- keep all source open
- document the code and explain what/when/why
- keep the application useful in real life
- maintain use of contemporary techniques/technologies
The list of technologies used in this project presently include:
- Sun Microsystems Java EE 5
- Apaches Struts framework
- Apaches Tomcat servlet container
- MySQLs database server
- MySQLs JDBC connector
- Bruno Lowagie & Paulo Soares itext pdf generation library
- GNUs GIMP image manipulation program
- The Eclipse IDE
Enhancements:
- The timeEntryAdmin administration module was added.
- Numerous bugs in the timeEntry client module were revolved.
- Data integrity indexes were added to the database.
- The graphics were updated.
<<lessThey find it difficult to locate real-world case studies in which the language, library or framework have been put into practice.
struts timeEntry stives to be a real-world application that utilizes the struts framework fully. Some project goals include:
- keep all source open
- document the code and explain what/when/why
- keep the application useful in real life
- maintain use of contemporary techniques/technologies
The list of technologies used in this project presently include:
- Sun Microsystems Java EE 5
- Apaches Struts framework
- Apaches Tomcat servlet container
- MySQLs database server
- MySQLs JDBC connector
- Bruno Lowagie & Paulo Soares itext pdf generation library
- GNUs GIMP image manipulation program
- The Eclipse IDE
Enhancements:
- The timeEntryAdmin administration module was added.
- Numerous bugs in the timeEntry client module were revolved.
- Data integrity indexes were added to the database.
- The graphics were updated.
Download (1.5MB)
Added: 2006-06-16 License: Free To Use But Restricted Price:
1225 downloads
AXIGEN Mail Server Office Edition Free 6.1.0
AXIGEN FREE mail server-(E)SMTP,POP3,IMAP4,WebMail,RPOP,Groupware,basic support more>> AXIGEN Office Edition is a FREE, carrier-class messaging solution intended for home users and small companies. Offering integrated mail services and basic support, Integrated Personal Organizer and Groupware, AXIGEN can successfully replace several open source applications.
AXIGEN is available for many Linux distributions, BSD platforms, Solaris. All services are controlled from centralized WEB/CLI Administration, enabling full control of the email traffic.
Main AXIGEN services
1. Mail transfer is ensured by SMTP/ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
Enhanced mobility and communication
-Groupware: shared folders, permissions, Free/Busy, send emails in the name of another user
-Personal Organizer: Calendar/Tasks/Journal/Notes and collaborative support available from WebMail and Outlook; Active Directory Integration
-Manage personal, public and domain contacts efficiently
-Skinnable, multi-language WebMail: HTML editor, RPOP templates, create temporary email addresses
-Delayed delivery of messages
Connectivity and architecture
-Multithreaded engine with module thread control
-Simultaneous resource access
-Mail storage with index based access
-In depth connection control
-Firewall-like communication rules
-Built-in Milter support
-FTP Backup & Restore
-AXIGEN Outlook Connector implements most Exchange-like features
Server Security
-Multilevel filtering system
-Integration with over 16 AV/AS applications
-Script interface for external custom filters
-Authentication: plain, CRAM MD5, Kerberos, LDAP; SSL/TLS encryption
-Filters Wizard
Download your copy now!<<less
Download (16.07MB)
Added: 2009-04-26 License: Freeware Price: Free
182 downloads
Home Media Librarian 0.1B_RC2
Home Media Librarian provides an application to catalog records, CDs, DVDs, etc. more>>
Home Media Librarian provides an application to catalog records, CDs, DVDs, etc.
HML is a pure Java client(GUI) application to catalog records, cds, dvds, etc.
HML requires a JDBC compliant database and driver.
The application is for the average person whom has a record, cd, dvd, tape, etc. music collection and wants to catalog this collection.
It has been tested with JDK 1.3 and 1.4 on Macintosh OSX, Linux, and Windows 2000 using MySQL and Connector J.
The distribution includes the software,documentation, and source code.
<<lessHML is a pure Java client(GUI) application to catalog records, cds, dvds, etc.
HML requires a JDBC compliant database and driver.
The application is for the average person whom has a record, cd, dvd, tape, etc. music collection and wants to catalog this collection.
It has been tested with JDK 1.3 and 1.4 on Macintosh OSX, Linux, and Windows 2000 using MySQL and Connector J.
The distribution includes the software,documentation, and source code.
Download (1.7MB)
Added: 2007-02-08 License: Open Software License Price:
990 downloads
Net::Proxy 0.07
Net::Proxy is a Perl framework for proxying network connections in many ways. more>>
Net::Proxy is a Perl framework for proxying network connections in many ways.
SYNOPSIS
use Net::Proxy;
# proxy connections from localhost:6789 to remotehost:9876
# using standard TCP connections
my $proxy = Net::Proxy->new(
{ in => { type => tcp, port => 6789 },
out => { type => tcp, host => remotehost, port => 9876 },
}
);
# register the proxy object
$proxy->register();
# and you can setup multiple proxies
# and now proxy connections indefinitely
Net::Proxy->mainloop();
A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to connect from the proxy to the destination.
A proxy is a program that transfer data across a network boundary between a client and a server. Net::Proxy introduces the concept of "connectors" (implemented as Net::Proxy::Connector subclasses), which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy.
This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence.
<<lessSYNOPSIS
use Net::Proxy;
# proxy connections from localhost:6789 to remotehost:9876
# using standard TCP connections
my $proxy = Net::Proxy->new(
{ in => { type => tcp, port => 6789 },
out => { type => tcp, host => remotehost, port => 9876 },
}
);
# register the proxy object
$proxy->register();
# and you can setup multiple proxies
# and now proxy connections indefinitely
Net::Proxy->mainloop();
A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to connect from the proxy to the destination.
A proxy is a program that transfer data across a network boundary between a client and a server. Net::Proxy introduces the concept of "connectors" (implemented as Net::Proxy::Connector subclasses), which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy.
This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence.
Download (0.029MB)
Added: 2007-04-05 License: Perl Artistic License Price:
940 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ximian connector search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed